Shades of Forest Green #208021
Tints of Forest Green #208021
RGB
CMYK
RGB Variations
Color information
#208021 (or 0x208021) is known color: Forest Green. HEX triplet: 20, 80 and 21. RGB value is (32,128,33). Sum of RGB (Red+Green+Blue) = 32+128+33=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 128 (50.39% from 255 or 66.32% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 128 - color contains mainly: green. Hex color #208021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208021 is #DF7FDE. Grayscale: #585858. Windows color (decimal): -14647263 or 2195488. OLE color: 2195488.
HSL color Cylindrical-coordinate representation of color #208021: hue angle of 120.63º 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 #208021 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 33 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.50 |
| HSL | 120.63º | 0.6% | 0.31% | - |
| HSV(B) | 120.63º | 0.75% | 0.5% | - |
| XYZ | 8.59 | 15.86 | 4.05 | - |
| YUV | 88.47 | 96.7 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 33 | 0.75 | 0 | 0.74 | 0.50 | 120.63 | 0.6 | 0.31 |
| Hex | 20 | 80 | 21 | 4B | 0 | 4A | 32 | 79 | 3C | 1F |
| Octal | 40 | 200 | 41 | 113 | 0 | 112 | 62 | 171 | 74 | 37 |
| Binary | 100000 | 10000000 | 100001 | 1001011 | 0 | 1001010 | 110010 | 1111001 | 111100 | 11111 |
Color Harmonies of #208021
Complementary color
Monochromatic Colors of #208021
Black with #208021
Text Example
Text Example
White with #208021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208021; }
p { color: rgb(32,128,33); }
H1.HeaderClassName
{
color: #208021;
}
.AnyTagClassName
{
color: #208021;
}
</style>
background-color css
<style>
a { background-color: #208021; }
a { background-color: rgb(32,128,33); }
div.DivClassName
{
background-color: #208021;
}
.BgClassName
{
background-color: #208021;
}
</style>
border-color css
<style>
span { border-color: #208021; }
span { border-color: rgb(32,128,33); }
td.TdClassName
{
border-color: #208021;
}
.TagClassName
{
border-color: #208021;
}
</style>