Hex | 245b2e |
RGB | 36 , 91 , 46 |
RGB % | 20.8, 52.6, 26.6 |
HSL | 130.9, 43.3, 24.9 |
HSV | 130.9, 60.4, 35.7 |
CMYK | 154.1,0,126.1,164 |
XYZ | 0.05, 0.081, 0.039 |
xyY | 0.294, 0.477, 0.081 |
CIE-LAB | 0.341, -0.291, 0.206 |
CIE-LUV | 0.341, -0.237, 0.262 |
CIE-HCL | 144.708, 0.356, 0.341 |
Binary | 00100100,01011011,00101110 |
#245b2e HTML/CSS Color Name is Kaitoke Green / Pantone 357 C / Green.
In a RGB color space, #245b2e color RGB value is (Red:36,Green:91,Blue:46). it is composed of 20.8% red, 52.6% green and 26.6% blue. The process color (four color CMYK) of #245b2e color hex is 154.1,0,126.1,164. HSL of color #245b2e hue: 130.9 , saturation: 43.3 and the lightness value of 245b2e is 24.9. Mainly color is Green. Reverse color is: #dba4d1.
The color codes conversion takes 1.656488 milliseconds.
.bgcolor {background-color:#245b2e; .textcolor {color:#245b2e; } .bordercolor {border:3px solid #245b2e; }
<p style="color:#245b2e">Text here</p>
<p style="background-color:#245b2e;">Content here</p>
<div style="border:1px solid #245b2e;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #245b2e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #245b2e; -webkit-box-shadow: 1px 1px 3px 2px #245b2e; box-shadow: 1px 1px 3px 2px #245b2e; }
<p style="text-shadow: 4px 4px 2px #245b2e">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #245b2e; -webkit-box-shadow: 1px 1px 3px 2px #245b2e; box-shadow: 1px 1px 3px 2px #245b2e;">
Content here</div>