Shades of Forest Green #20860A
Tints of Forest Green #20860A
RGB
CMYK
RGB Variations
Color information
#20860A (or 0x20860A) is known color: Forest Green. HEX triplet: 20, 86 and 0A. RGB value is (32,134,10). Sum of RGB (Red+Green+Blue) = 32+134+10=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 134 (52.73% from 255 or 76.14% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 134 - color contains mainly: green. Hex color #20860A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20860A is #DF79F5. Grayscale: #595959. Windows color (decimal): -14645750 or 689696. OLE color: 689696.
HSL color Cylindrical-coordinate representation of color #20860A: hue angle of 109.35º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20860A is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 10 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.47 |
| HSL | 109.35º | 0.86% | 0.28% | - |
| HSV(B) | 109.35º | 0.93% | 0.53% | - |
| XYZ | 9.18 | 17.38 | 3.16 | - |
| YUV | 89.37 | 83.21 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 10 | 0.76 | 0 | 0.93 | 0.47 | 109.35 | 0.86 | 0.28 |
| Hex | 20 | 86 | A | 4C | 0 | 5D | 2F | 6D | 56 | 1C |
| Octal | 40 | 206 | 12 | 114 | 0 | 135 | 57 | 155 | 126 | 34 |
| Binary | 100000 | 10000110 | 1010 | 1001100 | 0 | 1011101 | 101111 | 1101101 | 1010110 | 11100 |
Color Harmonies of #20860A
Complementary color
Monochromatic Colors of #20860A
Black with #20860A
Text Example
Text Example
White with #20860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20860A; }
p { color: rgb(32,134,10); }
H1.HeaderClassName
{
color: #20860A;
}
.AnyTagClassName
{
color: #20860A;
}
</style>
background-color css
<style>
a { background-color: #20860A; }
a { background-color: rgb(32,134,10); }
div.DivClassName
{
background-color: #20860A;
}
.BgClassName
{
background-color: #20860A;
}
</style>
border-color css
<style>
span { border-color: #20860A; }
span { border-color: rgb(32,134,10); }
td.TdClassName
{
border-color: #20860A;
}
.TagClassName
{
border-color: #20860A;
}
</style>