Shades of Forest Green #20851E
Tints of Forest Green #20851E
RGB
CMYK
RGB Variations
Color information
#20851E (or 0x20851E) is known color: Forest Green. HEX triplet: 20, 85 and 1E. RGB value is (32,133,30). Sum of RGB (Red+Green+Blue) = 32+133+30=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #20851E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20851E is #DF7AE1. Grayscale: #5B5B5B. Windows color (decimal): -14645986 or 2000160. OLE color: 2000160.
HSL color Cylindrical-coordinate representation of color #20851E: hue angle of 118.83º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20851E is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 30 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.48 |
| HSL | 118.83º | 0.63% | 0.32% | - |
| HSV(B) | 118.83º | 0.77% | 0.52% | - |
| XYZ | 9.22 | 17.18 | 4.06 | - |
| YUV | 91.06 | 93.54 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 30 | 0.76 | 0 | 0.77 | 0.48 | 118.83 | 0.63 | 0.32 |
| Hex | 20 | 85 | 1E | 4C | 0 | 4D | 30 | 77 | 3F | 20 |
| Octal | 40 | 205 | 36 | 114 | 0 | 115 | 60 | 167 | 77 | 40 |
| Binary | 100000 | 10000101 | 11110 | 1001100 | 0 | 1001101 | 110000 | 1110111 | 111111 | 100000 |
Color Harmonies of #20851E
Complementary color
Monochromatic Colors of #20851E
Black with #20851E
Text Example
Text Example
White with #20851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20851E; }
p { color: rgb(32,133,30); }
H1.HeaderClassName
{
color: #20851E;
}
.AnyTagClassName
{
color: #20851E;
}
</style>
background-color css
<style>
a { background-color: #20851E; }
a { background-color: rgb(32,133,30); }
div.DivClassName
{
background-color: #20851E;
}
.BgClassName
{
background-color: #20851E;
}
</style>
border-color css
<style>
span { border-color: #20851E; }
span { border-color: rgb(32,133,30); }
td.TdClassName
{
border-color: #20851E;
}
.TagClassName
{
border-color: #20851E;
}
</style>