Hex | 214f3b |
RGB | 32 , 79 , 59 |
RGB % | 18.8, 46.5, 34.7 |
HSL | 153.9, 41.1, 22 |
HSV | 153.9, 58.2, 31 |
CMYK | 148.5,0,64.6,176 |
XYZ | 0.042, 0.062, 0.051 |
xyY | 0.271, 0.4, 0.062 |
CIE-LAB | 0.3, -0.213, 0.071 |
CIE-LUV | 0.3, -0.19, 0.108 |
CIE-HCL | 161.52, 0.224, 0.3 |
Binary | 00100000,01001111,00111011 |
#214f3b HTML/CSS Color Name is Kaitoke Green / Pantone 357 C / Green.
In a RGB color space, #214f3b color RGB value is (Red:32,Green:79,Blue:59). it is composed of 18.8% red, 46.5% green and 34.7% blue. The process color (four color CMYK) of #214f3b color hex is 148.5,0,64.6,176. HSL of color #214f3b hue: 153.9 , saturation: 41.1 and the lightness value of 214f3b is 22. Mainly color is Green. Reverse color is: #dfb0c4.
The color codes conversion takes 2.421069 milliseconds.
.bgcolor {background-color:#214f3b; .textcolor {color:#214f3b; } .bordercolor {border:3px solid #214f3b; }
<p style="color:#214f3b">Text here</p>
<p style="background-color:#214f3b;">Content here</p>
<div style="border:1px solid #214f3b;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #214f3b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #214f3b; -webkit-box-shadow: 1px 1px 3px 2px #214f3b; box-shadow: 1px 1px 3px 2px #214f3b; }
<p style="text-shadow: 4px 4px 2px #214f3b">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #214f3b; -webkit-box-shadow: 1px 1px 3px 2px #214f3b; box-shadow: 1px 1px 3px 2px #214f3b;">
Content here</div>