Color spaces of #29520f
RGB | 41 | 82 | 15 |
---|---|---|---|
HSL | 0.27 | 0.69 | 0.19 |
HSV | 97° | 82° | 32° |
CMYK | 0.50 | 0.00 | 0.82 0.68 |
XYZ | 4.0180 | 6.5405 | 1.5026 |
Yxy | 6.5405 | 0.3331 | 0.5423 |
Hunter Lab | 25.5744 | -16.7110 | 14.4186 |
CIE-Lab | 30.7371 | -27.2747 | 32.6088 |
#29520f color RGB value is (41,82,15).
#29520f hex color red value is 41, green value is 82 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #29520f hue: 0.27 , saturation: 0.69 and the lightness value of 29520f is 0.19.
The process color (four color CMYK) of #29520f color hex is 0.50, 0.00, 0.82, 0.68. Web safe color of #29520f is #336600. Color #29520f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 01010010 | 00001111 |
Octal | 51 | 122 | 17 |
Decimal | 41 | 82 | 15 |
Hex | 29 | 52 | F |
Shades of #29520f
Tints of #29520f
RGB Percentages of Color #29520f
CMYK Percentages of Color #29520f
Complementary Color
#29520f | #380f52 |
#29520f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#29520f Color Preview on White Background
Lorem ipsum dolor sit amet.
#29520f Color CSS Codes
.mybgcolor {background-color:#29520f; } .myforecolor {color:#29520f; } .mybordercolor {border:3px solid #29520f; }
#29520f Text Font Color
<p style="color:#29520f">Text here</p>
This sample text font color is #29520f
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.
#29520f Background Color
<div style="background-color:#29520f">
Div content here</div>
This div background color is #29520f
#29520f Border Color
<div style="border:3px solid #29520f">
Div here</div>
This div border color is #29520f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,82,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #29520f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #29520f; -webkit-box-shadow: 1px 1px 3px 2px #29520f; box-shadow: 1px 1px 3px 2px #29520f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,82,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #29520f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #29520f; -webkit-box-shadow: 1px 1px 3px 2px #29520f; box-shadow: 1px 1px 3px 2px #29520f;">
Div content here</div>
This div box has shadow with color #29520f
Comments
No comments written yet.
Please login to write comment.