Color spaces of #185202
RGB | 24 | 82 | 2 |
---|---|---|---|
HSL | 0.29 | 0.95 | 0.16 |
HSV | 104° | 98° | 32° |
CMYK | 0.71 | 0.00 | 0.98 0.68 |
XYZ | 3.4049 | 6.2332 | 1.0811 |
Yxy | 6.2332 | 0.3176 | 0.5815 |
Hunter Lab | 24.9664 | -19.3474 | 14.9091 |
CIE-Lab | 29.9933 | -33.4213 | 36.3124 |
#185202 color RGB value is (24,82,2).
#185202 hex color red value is 24, green value is 82 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #185202 hue: 0.29 , saturation: 0.95 and the lightness value of 185202 is 0.16.
The process color (four color CMYK) of #185202 color hex is 0.71, 0.00, 0.98, 0.68. Web safe color of #185202 is #006600. Color #185202 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 01010010 | 00000010 |
Octal | 30 | 122 | 2 |
Decimal | 24 | 82 | 2 |
Hex | 18 | 52 | 2 |
Shades of #185202
Tints of #185202
RGB Percentages of Color #185202
CMYK Percentages of Color #185202
Complementary Color
#185202 | #3c0252 |
#185202 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#185202 Color Preview on White Background
Lorem ipsum dolor sit amet.
#185202 Color CSS Codes
.mybgcolor {background-color:#185202; } .myforecolor {color:#185202; } .mybordercolor {border:3px solid #185202; }
#185202 Text Font Color
<p style="color:#185202">Text here</p>
This sample text font color is #185202
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.
#185202 Background Color
<div style="background-color:#185202">
Div content here</div>
This div background color is #185202
#185202 Border Color
<div style="border:3px solid #185202">
Div here</div>
This div border color is #185202
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,82,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #185202; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #185202; -webkit-box-shadow: 1px 1px 3px 2px #185202; box-shadow: 1px 1px 3px 2px #185202; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,82,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #185202">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #185202; -webkit-box-shadow: 1px 1px 3px 2px #185202; box-shadow: 1px 1px 3px 2px #185202;">
Div content here</div>
This div box has shadow with color #185202
Comments
No comments written yet.
Please login to write comment.