Color spaces of #295b2b
RGB | 41 | 91 | 43 |
---|---|---|---|
HSL | 0.34 | 0.38 | 0.26 |
HSV | 122° | 55° | 36° |
CMYK | 0.55 | 0.00 | 0.53 0.64 |
XYZ | 5.0916 | 8.1280 | 3.5860 |
Yxy | 8.1280 | 0.3030 | 0.4836 |
Hunter Lab | 28.5096 | -18.0132 | 12.4991 |
CIE-Lab | 34.2481 | -28.1021 | 22.5264 |
#295b2b color RGB value is (41,91,43).
#295b2b hex color red value is 41, green value is 91 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #295b2b hue: 0.34 , saturation: 0.38 and the lightness value of 295b2b is 0.26.
The process color (four color CMYK) of #295b2b color hex is 0.55, 0.00, 0.53, 0.64. Web safe color of #295b2b is #336633. Color #295b2b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 01011011 | 00101011 |
Octal | 51 | 133 | 53 |
Decimal | 41 | 91 | 43 |
Hex | 29 | 5B | 2B |
Shades of #295b2b
Tints of #295b2b
RGB Percentages of Color #295b2b
CMYK Percentages of Color #295b2b
Complementary Color
#295b2b | #5b2959 |
#295b2b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#295b2b Color Preview on White Background
Lorem ipsum dolor sit amet.
#295b2b Color CSS Codes
.mybgcolor {background-color:#295b2b; } .myforecolor {color:#295b2b; } .mybordercolor {border:3px solid #295b2b; }
#295b2b Text Font Color
<p style="color:#295b2b">Text here</p>
This sample text font color is #295b2b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#295b2b Background Color
<div style="background-color:#295b2b">
Div content here</div>
This div background color is #295b2b
#295b2b Border Color
<div style="border:3px solid #295b2b">
Div here</div>
This div border color is #295b2b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,91,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #295b2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #295b2b; -webkit-box-shadow: 1px 1px 3px 2px #295b2b; box-shadow: 1px 1px 3px 2px #295b2b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,91,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #295b2b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #295b2b; -webkit-box-shadow: 1px 1px 3px 2px #295b2b; box-shadow: 1px 1px 3px 2px #295b2b;">
Div content here</div>
This div box has shadow with color #295b2b
Comments
No comments written yet.
Please login to write comment.