Color spaces of #052900
RGB | 5 | 41 | 0 |
---|---|---|---|
HSL | 0.31 | 1.00 | 0.08 |
HSV | 113° | 100° | 16° |
CMYK | 0.88 | 0.00 | 1.00 0.84 |
XYZ | 0.8555 | 1.6181 | 0.2672 |
Yxy | 1.6181 | 0.3121 | 0.5904 |
Hunter Lab | 12.7205 | -10.2560 | 7.6589 |
CIE-Lab | 13.3400 | -22.4581 | 19.1781 |
#052900 color RGB value is (5,41,0).
#052900 hex color red value is 5, green value is 41 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #052900 hue: 0.31 , saturation: 1.00 and the lightness value of 052900 is 0.08.
The process color (four color CMYK) of #052900 color hex is 0.88, 0.00, 1.00, 0.84. Web safe color of #052900 is #003300. Color #052900 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00101001 | 00000000 |
Octal | 5 | 51 | 0 |
Decimal | 5 | 41 | 0 |
Hex | 5 | 29 | 0 |
Shades of #052900
Tints of #052900
RGB Percentages of Color #052900
CMYK Percentages of Color #052900
Complementary Color
#052900 | #240029 |
#052900 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#052900 Color Preview on White Background
Lorem ipsum dolor sit amet.
#052900 Color CSS Codes
.mybgcolor {background-color:#052900; } .myforecolor {color:#052900; } .mybordercolor {border:3px solid #052900; }
#052900 Text Font Color
<p style="color:#052900">Text here</p>
This sample text font color is #052900
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.
#052900 Background Color
<div style="background-color:#052900">
Div content here</div>
This div background color is #052900
#052900 Border Color
<div style="border:3px solid #052900">
Div here</div>
This div border color is #052900
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,41,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #052900; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #052900; -webkit-box-shadow: 1px 1px 3px 2px #052900; box-shadow: 1px 1px 3px 2px #052900; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,41,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #052900">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #052900; -webkit-box-shadow: 1px 1px 3px 2px #052900; box-shadow: 1px 1px 3px 2px #052900;">
Div content here</div>
This div box has shadow with color #052900
Comments
No comments written yet.
Please login to write comment.