Shades of Forest Green #20720E
Tints of Forest Green #20720E
RGB
CMYK
RGB Variations
Color information
#20720E (or 0x20720E) is known color: Forest Green. HEX triplet: 20, 72 and 0E. RGB value is (32,114,14). Sum of RGB (Red+Green+Blue) = 32+114+14=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #20720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20720E is #DF8DF1. Grayscale: #4E4E4E. Windows color (decimal): -14650866 or 946720. OLE color: 946720.
HSL color Cylindrical-coordinate representation of color #20720E: hue angle of 109.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20720E is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 114 | 14 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.55 |
| HSL | 109.2º | 0.78% | 0.25% | - |
| HSV(B) | 109.2º | 0.88% | 0.45% | - |
| XYZ | 6.69 | 12.37 | 2.45 | - |
| YUV | 78.08 | 91.83 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 14 | 0.72 | 0 | 0.88 | 0.55 | 109.2 | 0.78 | 0.25 |
| Hex | 20 | 72 | E | 48 | 0 | 58 | 37 | 6D | 4E | 19 |
| Octal | 40 | 162 | 16 | 110 | 0 | 130 | 67 | 155 | 116 | 31 |
| Binary | 100000 | 1110010 | 1110 | 1001000 | 0 | 1011000 | 110111 | 1101101 | 1001110 | 11001 |
Color Harmonies of #20720E
Complementary color
Monochromatic Colors of #20720E
Black with #20720E
Text Example
Text Example
White with #20720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20720E; }
p { color: rgb(32,114,14); }
H1.HeaderClassName
{
color: #20720E;
}
.AnyTagClassName
{
color: #20720E;
}
</style>
background-color css
<style>
a { background-color: #20720E; }
a { background-color: rgb(32,114,14); }
div.DivClassName
{
background-color: #20720E;
}
.BgClassName
{
background-color: #20720E;
}
</style>
border-color css
<style>
span { border-color: #20720E; }
span { border-color: rgb(32,114,14); }
td.TdClassName
{
border-color: #20720E;
}
.TagClassName
{
border-color: #20720E;
}
</style>