Shades of Forest Green #20771E
Tints of Forest Green #20771E
RGB
CMYK
RGB Variations
Color information
#20771E (or 0x20771E) is known color: Forest Green. HEX triplet: 20, 77 and 1E. RGB value is (32,119,30). Sum of RGB (Red+Green+Blue) = 32+119+30=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 119 (46.88% from 255 or 65.75% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 119 - color contains mainly: green. Hex color #20771E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20771E is #DF88E1. Grayscale: #535353. Windows color (decimal): -14649570 or 1996576. OLE color: 1996576.
HSL color Cylindrical-coordinate representation of color #20771E: hue angle of 118.65º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20771E is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 119 | 30 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.53 |
| HSL | 118.65º | 0.6% | 0.29% | - |
| HSV(B) | 118.65º | 0.75% | 0.47% | - |
| XYZ | 7.43 | 13.59 | 3.46 | - |
| YUV | 82.84 | 98.18 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 30 | 0.73 | 0 | 0.75 | 0.53 | 118.65 | 0.6 | 0.29 |
| Hex | 20 | 77 | 1E | 49 | 0 | 4B | 35 | 77 | 3C | 1D |
| Octal | 40 | 167 | 36 | 111 | 0 | 113 | 65 | 167 | 74 | 35 |
| Binary | 100000 | 1110111 | 11110 | 1001001 | 0 | 1001011 | 110101 | 1110111 | 111100 | 11101 |
Color Harmonies of #20771E
Complementary color
Monochromatic Colors of #20771E
Black with #20771E
Text Example
Text Example
White with #20771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20771E; }
p { color: rgb(32,119,30); }
H1.HeaderClassName
{
color: #20771E;
}
.AnyTagClassName
{
color: #20771E;
}
</style>
background-color css
<style>
a { background-color: #20771E; }
a { background-color: rgb(32,119,30); }
div.DivClassName
{
background-color: #20771E;
}
.BgClassName
{
background-color: #20771E;
}
</style>
border-color css
<style>
span { border-color: #20771E; }
span { border-color: rgb(32,119,30); }
td.TdClassName
{
border-color: #20771E;
}
.TagClassName
{
border-color: #20771E;
}
</style>