Shades of Forest Green #237D16
Tints of Forest Green #237D16
RGB
CMYK
RGB Variations
Color information
#237D16 (or 0x237D16) is known color: Forest Green. HEX triplet: 23, 7D and 16. RGB value is (35,125,22). Sum of RGB (Red+Green+Blue) = 35+125+22=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 125 (49.22% from 255 or 68.68% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 125 - color contains mainly: green. Hex color #237D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #237D16 is #DC82E9. Grayscale: #565656. Windows color (decimal): -14451434 or 1473827. OLE color: 1473827.
HSL color Cylindrical-coordinate representation of color #237D16: hue angle of 112.43º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #237D16 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 125 | 22 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.51 |
| HSL | 112.43º | 0.7% | 0.29% | - |
| HSV(B) | 112.43º | 0.82% | 0.49% | - |
| XYZ | 8.17 | 15.08 | 3.24 | - |
| YUV | 86.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 22 | 0.72 | 0 | 0.82 | 0.51 | 112.43 | 0.7 | 0.29 |
| Hex | 23 | 7D | 16 | 48 | 0 | 52 | 33 | 70 | 46 | 1D |
| Octal | 43 | 175 | 26 | 110 | 0 | 122 | 63 | 160 | 106 | 35 |
| Binary | 100011 | 1111101 | 10110 | 1001000 | 0 | 1010010 | 110011 | 1110000 | 1000110 | 11101 |
Color Harmonies of #237D16
Complementary color
Monochromatic Colors of #237D16
Black with #237D16
Text Example
Text Example
White with #237D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237D16; }
p { color: rgb(35,125,22); }
H1.HeaderClassName
{
color: #237D16;
}
.AnyTagClassName
{
color: #237D16;
}
</style>
background-color css
<style>
a { background-color: #237D16; }
a { background-color: rgb(35,125,22); }
div.DivClassName
{
background-color: #237D16;
}
.BgClassName
{
background-color: #237D16;
}
</style>
border-color css
<style>
span { border-color: #237D16; }
span { border-color: rgb(35,125,22); }
td.TdClassName
{
border-color: #237D16;
}
.TagClassName
{
border-color: #237D16;
}
</style>