Shades of Forest Green #207820
Tints of Forest Green #207820
RGB
CMYK
RGB Variations
Color information
#207820 (or 0x207820) is known color: Forest Green. HEX triplet: 20, 78 and 20. RGB value is (32,120,32). Sum of RGB (Red+Green+Blue) = 32+120+32=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 120 (47.27% from 255 or 65.22% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 120 - color contains mainly: green. Hex color #207820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207820 is #DF87DF. Grayscale: #535353. Windows color (decimal): -14649312 or 2127904. OLE color: 2127904.
HSL color Cylindrical-coordinate representation of color #207820: hue angle of 120º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207820 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 32 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.53 |
| HSL | 120º | 0.58% | 0.3% | - |
| HSV(B) | 120º | 0.73% | 0.47% | - |
| XYZ | 7.57 | 13.84 | 3.64 | - |
| YUV | 83.66 | 98.85 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 32 | 0.73 | 0 | 0.73 | 0.53 | 120 | 0.58 | 0.3 |
| Hex | 20 | 78 | 20 | 49 | 0 | 49 | 35 | 78 | 3A | 1E |
| Octal | 40 | 170 | 40 | 111 | 0 | 111 | 65 | 170 | 72 | 36 |
| Binary | 100000 | 1111000 | 100000 | 1001001 | 0 | 1001001 | 110101 | 1111000 | 111010 | 11110 |
Color Harmonies of #207820
Complementary color
Monochromatic Colors of #207820
Black with #207820
Text Example
Text Example
White with #207820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207820; }
p { color: rgb(32,120,32); }
H1.HeaderClassName
{
color: #207820;
}
.AnyTagClassName
{
color: #207820;
}
</style>
background-color css
<style>
a { background-color: #207820; }
a { background-color: rgb(32,120,32); }
div.DivClassName
{
background-color: #207820;
}
.BgClassName
{
background-color: #207820;
}
</style>
border-color css
<style>
span { border-color: #207820; }
span { border-color: rgb(32,120,32); }
td.TdClassName
{
border-color: #207820;
}
.TagClassName
{
border-color: #207820;
}
</style>