Shades of Forest Green #20860E
Tints of Forest Green #20860E
RGB
CMYK
RGB Variations
Color information
#20860E (or 0x20860E) is known color: Forest Green. HEX triplet: 20, 86 and 0E. RGB value is (32,134,14). Sum of RGB (Red+Green+Blue) = 32+134+14=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 134 (52.73% from 255 or 74.44% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 134 - color contains mainly: green. Hex color #20860E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20860E is #DF79F1. Grayscale: #5A5A5A. Windows color (decimal): -14645746 or 951840. OLE color: 951840.
HSL color Cylindrical-coordinate representation of color #20860E: hue angle of 111º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20860E is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 14 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.47 |
| HSL | 111º | 0.81% | 0.29% | - |
| HSV(B) | 111º | 0.9% | 0.53% | - |
| XYZ | 9.2 | 17.39 | 3.29 | - |
| YUV | 89.82 | 85.21 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 14 | 0.76 | 0 | 0.90 | 0.47 | 111 | 0.81 | 0.29 |
| Hex | 20 | 86 | E | 4C | 0 | 5A | 2F | 6F | 51 | 1D |
| Octal | 40 | 206 | 16 | 114 | 0 | 132 | 57 | 157 | 121 | 35 |
| Binary | 100000 | 10000110 | 1110 | 1001100 | 0 | 1011010 | 101111 | 1101111 | 1010001 | 11101 |
Color Harmonies of #20860E
Complementary color
Monochromatic Colors of #20860E
Black with #20860E
Text Example
Text Example
White with #20860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20860E; }
p { color: rgb(32,134,14); }
H1.HeaderClassName
{
color: #20860E;
}
.AnyTagClassName
{
color: #20860E;
}
</style>
background-color css
<style>
a { background-color: #20860E; }
a { background-color: rgb(32,134,14); }
div.DivClassName
{
background-color: #20860E;
}
.BgClassName
{
background-color: #20860E;
}
</style>
border-color css
<style>
span { border-color: #20860E; }
span { border-color: rgb(32,134,14); }
td.TdClassName
{
border-color: #20860E;
}
.TagClassName
{
border-color: #20860E;
}
</style>