Shades of Forest Green #20710E
Tints of Forest Green #20710E
RGB
CMYK
RGB Variations
Color information
#20710E (or 0x20710E) is known color: Forest Green. HEX triplet: 20, 71 and 0E. RGB value is (32,113,14). Sum of RGB (Red+Green+Blue) = 32+113+14=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 113 (44.53% from 255 or 71.07% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 113 - color contains mainly: green. Hex color #20710E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20710E is #DF8EF1. Grayscale: #4D4D4D. Windows color (decimal): -14651122 or 946464. OLE color: 946464.
HSL color Cylindrical-coordinate representation of color #20710E: hue angle of 109.09º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20710E is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 14 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.56 |
| HSL | 109.09º | 0.78% | 0.25% | - |
| HSV(B) | 109.09º | 0.88% | 0.44% | - |
| XYZ | 6.58 | 12.15 | 2.41 | - |
| YUV | 77.5 | 92.16 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 14 | 0.72 | 0 | 0.88 | 0.56 | 109.09 | 0.78 | 0.25 |
| Hex | 20 | 71 | E | 48 | 0 | 58 | 38 | 6D | 4E | 19 |
| Octal | 40 | 161 | 16 | 110 | 0 | 130 | 70 | 155 | 116 | 31 |
| Binary | 100000 | 1110001 | 1110 | 1001000 | 0 | 1011000 | 111000 | 1101101 | 1001110 | 11001 |
Color Harmonies of #20710E
Complementary color
Monochromatic Colors of #20710E
Black with #20710E
Text Example
Text Example
White with #20710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20710E; }
p { color: rgb(32,113,14); }
H1.HeaderClassName
{
color: #20710E;
}
.AnyTagClassName
{
color: #20710E;
}
</style>
background-color css
<style>
a { background-color: #20710E; }
a { background-color: rgb(32,113,14); }
div.DivClassName
{
background-color: #20710E;
}
.BgClassName
{
background-color: #20710E;
}
</style>
border-color css
<style>
span { border-color: #20710E; }
span { border-color: rgb(32,113,14); }
td.TdClassName
{
border-color: #20710E;
}
.TagClassName
{
border-color: #20710E;
}
</style>