Color spaces of #02814a
RGB | 2 | 129 | 74 |
---|---|---|---|
HSL | 0.43 | 0.97 | 0.26 |
HSV | 154° | 98° | 51° |
CMYK | 0.98 | 0.00 | 0.43 0.49 |
XYZ | 9.1113 | 16.2078 | 9.1268 |
Yxy | 16.2078 | 0.2645 | 0.4705 |
Hunter Lab | 40.2589 | -30.0554 | 14.7400 |
CIE-Lab | 47.2459 | -43.7795 | 21.5162 |
#02814a color RGB value is (2,129,74).
#02814a hex color red value is 2, green value is 129 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #02814a hue: 0.43 , saturation: 0.97 and the lightness value of 02814a is 0.26.
The process color (four color CMYK) of #02814a color hex is 0.98, 0.00, 0.43, 0.49. Web safe color of #02814a is #009933. Color #02814a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 10000001 | 01001010 |
Octal | 2 | 201 | 112 |
Decimal | 2 | 129 | 74 |
Hex | 2 | 81 | 4A |
Shades of #02814a
Tints of #02814a
RGB Percentages of Color #02814a
CMYK Percentages of Color #02814a
Complementary Color
#02814a | #810239 |
#02814a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#02814a Color Preview on White Background
Lorem ipsum dolor sit amet.
#02814a Color CSS Codes
.mybgcolor {background-color:#02814a; } .myforecolor {color:#02814a; } .mybordercolor {border:3px solid #02814a; }
#02814a Text Font Color
<p style="color:#02814a">Text here</p>
This sample text font color is #02814a
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.
#02814a Background Color
<div style="background-color:#02814a">
Div content here</div>
This div background color is #02814a
#02814a Border Color
<div style="border:3px solid #02814a">
Div here</div>
This div border color is #02814a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,129,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #02814a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #02814a; -webkit-box-shadow: 1px 1px 3px 2px #02814a; box-shadow: 1px 1px 3px 2px #02814a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,129,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #02814a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #02814a; -webkit-box-shadow: 1px 1px 3px 2px #02814a; box-shadow: 1px 1px 3px 2px #02814a;">
Div content here</div>
This div box has shadow with color #02814a
Comments
No comments written yet.
Please login to write comment.