Shades of Forest Green #208120
Tints of Forest Green #208120
RGB
CMYK
RGB Variations
Color information
#208120 (or 0x208120) is known color: Forest Green. HEX triplet: 20, 81 and 20. RGB value is (32,129,32). Sum of RGB (Red+Green+Blue) = 32+129+32=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 129 (50.78% from 255 or 66.84% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 129 - color contains mainly: green. Hex color #208120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208120 is #DF7EDF. Grayscale: #595959. Windows color (decimal): -14647008 or 2130208. OLE color: 2130208.
HSL color Cylindrical-coordinate representation of color #208120: hue angle of 120º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208120 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 32 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.49 |
| HSL | 120º | 0.6% | 0.32% | - |
| HSV(B) | 120º | 0.75% | 0.51% | - |
| XYZ | 8.71 | 16.11 | 4.02 | - |
| YUV | 88.94 | 95.86 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 32 | 0.75 | 0 | 0.75 | 0.49 | 120 | 0.6 | 0.32 |
| Hex | 20 | 81 | 20 | 4B | 0 | 4B | 31 | 78 | 3C | 20 |
| Octal | 40 | 201 | 40 | 113 | 0 | 113 | 61 | 170 | 74 | 40 |
| Binary | 100000 | 10000001 | 100000 | 1001011 | 0 | 1001011 | 110001 | 1111000 | 111100 | 100000 |
Color Harmonies of #208120
Complementary color
Monochromatic Colors of #208120
Black with #208120
Text Example
Text Example
White with #208120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208120; }
p { color: rgb(32,129,32); }
H1.HeaderClassName
{
color: #208120;
}
.AnyTagClassName
{
color: #208120;
}
</style>
background-color css
<style>
a { background-color: #208120; }
a { background-color: rgb(32,129,32); }
div.DivClassName
{
background-color: #208120;
}
.BgClassName
{
background-color: #208120;
}
</style>
border-color css
<style>
span { border-color: #208120; }
span { border-color: rgb(32,129,32); }
td.TdClassName
{
border-color: #208120;
}
.TagClassName
{
border-color: #208120;
}
</style>