Color spaces of #02451e
RGB | 2 | 69 | 30 |
---|---|---|---|
HSL | 0.40 | 0.94 | 0.14 |
HSV | 145° | 97° | 27° |
CMYK | 0.97 | 0.00 | 0.57 0.73 |
XYZ | 2.3875 | 4.3629 | 1.9446 |
Yxy | 4.3629 | 0.2746 | 0.5018 |
Hunter Lab | 20.8876 | -16.1502 | 9.1015 |
CIE-Lab | 24.8366 | -29.5871 | 18.1298 |
#02451e color RGB value is (2,69,30).
#02451e hex color red value is 2, green value is 69 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #02451e hue: 0.40 , saturation: 0.94 and the lightness value of 02451e is 0.14.
The process color (four color CMYK) of #02451e color hex is 0.97, 0.00, 0.57, 0.73. Web safe color of #02451e is #003333. Color #02451e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 01000101 | 00011110 |
Octal | 2 | 105 | 36 |
Decimal | 2 | 69 | 30 |
Hex | 2 | 45 | 1E |
Shades of #02451e
Tints of #02451e
RGB Percentages of Color #02451e
CMYK Percentages of Color #02451e
Complementary Color
#02451e | #450229 |
#02451e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#02451e Color Preview on White Background
Lorem ipsum dolor sit amet.
#02451e Color CSS Codes
.mybgcolor {background-color:#02451e; } .myforecolor {color:#02451e; } .mybordercolor {border:3px solid #02451e; }
#02451e Text Font Color
<p style="color:#02451e">Text here</p>
This sample text font color is #02451e
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.
#02451e Background Color
<div style="background-color:#02451e">
Div content here</div>
This div background color is #02451e
#02451e Border Color
<div style="border:3px solid #02451e">
Div here</div>
This div border color is #02451e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,69,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #02451e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #02451e; -webkit-box-shadow: 1px 1px 3px 2px #02451e; box-shadow: 1px 1px 3px 2px #02451e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,69,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #02451e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #02451e; -webkit-box-shadow: 1px 1px 3px 2px #02451e; box-shadow: 1px 1px 3px 2px #02451e;">
Div content here</div>
This div box has shadow with color #02451e
Comments
No comments written yet.
Please login to write comment.