Shades of Forest Green #237F14
Tints of Forest Green #237F14
RGB
CMYK
RGB Variations
Color information
#237F14 (or 0x237F14) is known color: Forest Green. HEX triplet: 23, 7F and 14. RGB value is (35,127,20). Sum of RGB (Red+Green+Blue) = 35+127+20=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 127 (50% from 255 or 69.78% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 127 - color contains mainly: green. Hex color #237F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #237F14 is #DC80EB. Grayscale: #575757. Windows color (decimal): -14450924 or 1343267. OLE color: 1343267.
HSL color Cylindrical-coordinate representation of color #237F14: hue angle of 111.59º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #237F14 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 127 | 20 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.50 |
| HSL | 111.59º | 0.73% | 0.29% | - |
| HSV(B) | 111.59º | 0.84% | 0.5% | - |
| XYZ | 8.41 | 15.59 | 3.23 | - |
| YUV | 87.29 | 90.02 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 20 | 0.72 | 0 | 0.84 | 0.50 | 111.59 | 0.73 | 0.29 |
| Hex | 23 | 7F | 14 | 48 | 0 | 54 | 32 | 70 | 49 | 1D |
| Octal | 43 | 177 | 24 | 110 | 0 | 124 | 62 | 160 | 111 | 35 |
| Binary | 100011 | 1111111 | 10100 | 1001000 | 0 | 1010100 | 110010 | 1110000 | 1001001 | 11101 |
Color Harmonies of #237F14
Complementary color
Monochromatic Colors of #237F14
Black with #237F14
Text Example
Text Example
White with #237F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237F14; }
p { color: rgb(35,127,20); }
H1.HeaderClassName
{
color: #237F14;
}
.AnyTagClassName
{
color: #237F14;
}
</style>
background-color css
<style>
a { background-color: #237F14; }
a { background-color: rgb(35,127,20); }
div.DivClassName
{
background-color: #237F14;
}
.BgClassName
{
background-color: #237F14;
}
</style>
border-color css
<style>
span { border-color: #237F14; }
span { border-color: rgb(35,127,20); }
td.TdClassName
{
border-color: #237F14;
}
.TagClassName
{
border-color: #237F14;
}
</style>