Shades of Forest Green #208020
Tints of Forest Green #208020
RGB
CMYK
RGB Variations
Color information
#208020 (or 0x208020) is known color: Forest Green. HEX triplet: 20, 80 and 20. RGB value is (32,128,32). Sum of RGB (Red+Green+Blue) = 32+128+32=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 128 (50.39% from 255 or 66.67% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 128 - color contains mainly: green. Hex color #208020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208020 is #DF7FDF. Grayscale: #585858. Windows color (decimal): -14647264 or 2129952. OLE color: 2129952.
HSL color Cylindrical-coordinate representation of color #208020: hue angle of 120º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208020 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 32 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.50 |
| HSL | 120º | 0.6% | 0.31% | - |
| HSV(B) | 120º | 0.75% | 0.5% | - |
| XYZ | 8.58 | 15.85 | 3.97 | - |
| YUV | 88.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 32 | 0.75 | 0 | 0.75 | 0.50 | 120 | 0.6 | 0.31 |
| Hex | 20 | 80 | 20 | 4B | 0 | 4B | 32 | 78 | 3C | 1F |
| Octal | 40 | 200 | 40 | 113 | 0 | 113 | 62 | 170 | 74 | 37 |
| Binary | 100000 | 10000000 | 100000 | 1001011 | 0 | 1001011 | 110010 | 1111000 | 111100 | 11111 |
Color Harmonies of #208020
Complementary color
Monochromatic Colors of #208020
Black with #208020
Text Example
Text Example
White with #208020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208020; }
p { color: rgb(32,128,32); }
H1.HeaderClassName
{
color: #208020;
}
.AnyTagClassName
{
color: #208020;
}
</style>
background-color css
<style>
a { background-color: #208020; }
a { background-color: rgb(32,128,32); }
div.DivClassName
{
background-color: #208020;
}
.BgClassName
{
background-color: #208020;
}
</style>
border-color css
<style>
span { border-color: #208020; }
span { border-color: rgb(32,128,32); }
td.TdClassName
{
border-color: #208020;
}
.TagClassName
{
border-color: #208020;
}
</style>