Hex | 237d47 |
RGB | 35 , 125 , 71 |
RGB % | 15.2, 54.1, 30.7 |
HSL | 144, 56.2, 31.4 |
HSV | 144, 72, 49 |
CMYK | 183.6,0,110.2,130 |
XYZ | 0.092, 0.155, 0.085 |
xyY | 0.277, 0.468, 0.155 |
CIE-LAB | 0.463, -0.392, 0.22 |
CIE-LUV | 0.463, -0.364, 0.324 |
CIE-HCL | 150.665, 0.45, 0.463 |
Binary | 00100011,01111101,01000111 |
#237d47 HTML/CSS Color Name is Salem / Pantone 7731 C / Green.
In a RGB color space, #237d47 color RGB value is (Red:35,Green:125,Blue:71). it is composed of 15.2% red, 54.1% green and 30.7% blue. The process color (four color CMYK) of #237d47 color hex is 183.6,0,110.2,130. HSL of color #237d47 hue: 144 , saturation: 56.2 and the lightness value of 237d47 is 31.4. Mainly color is Green. Reverse color is: #dc82b8.
The color codes conversion takes 1.415307 milliseconds.
.bgcolor {background-color:#237d47; .textcolor {color:#237d47; } .bordercolor {border:3px solid #237d47; }
<p style="color:#237d47">Text here</p>
<p style="background-color:#237d47;">Content here</p>
<div style="border:1px solid #237d47;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #237d47; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #237d47; -webkit-box-shadow: 1px 1px 3px 2px #237d47; box-shadow: 1px 1px 3px 2px #237d47; }
<p style="text-shadow: 4px 4px 2px #237d47">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #237d47; -webkit-box-shadow: 1px 1px 3px 2px #237d47; box-shadow: 1px 1px 3px 2px #237d47;">
Content here</div>