Shades of Forest Green #208122
Tints of Forest Green #208122
RGB
CMYK
RGB Variations
Color information
#208122 (or 0x208122) is known color: Forest Green. HEX triplet: 20, 81 and 22. RGB value is (32,129,34). Sum of RGB (Red+Green+Blue) = 32+129+34=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 129 (50.78% from 255 or 66.15% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 129 - color contains mainly: green. Hex color #208122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208122 is #DF7EDD. Grayscale: #595959. Windows color (decimal): -14647006 or 2261280. OLE color: 2261280.
HSL color Cylindrical-coordinate representation of color #208122: hue angle of 121.24º 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 #208122 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 34 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.49 |
| HSL | 121.24º | 0.6% | 0.32% | - |
| HSV(B) | 121.24º | 0.75% | 0.51% | - |
| XYZ | 8.73 | 16.12 | 4.17 | - |
| YUV | 89.17 | 96.86 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 34 | 0.75 | 0 | 0.74 | 0.49 | 121.24 | 0.6 | 0.32 |
| Hex | 20 | 81 | 22 | 4B | 0 | 4A | 31 | 79 | 3C | 20 |
| Octal | 40 | 201 | 42 | 113 | 0 | 112 | 61 | 171 | 74 | 40 |
| Binary | 100000 | 10000001 | 100010 | 1001011 | 0 | 1001010 | 110001 | 1111001 | 111100 | 100000 |
Color Harmonies of #208122
Complementary color
Monochromatic Colors of #208122
Black with #208122
Text Example
Text Example
White with #208122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208122; }
p { color: rgb(32,129,34); }
H1.HeaderClassName
{
color: #208122;
}
.AnyTagClassName
{
color: #208122;
}
</style>
background-color css
<style>
a { background-color: #208122; }
a { background-color: rgb(32,129,34); }
div.DivClassName
{
background-color: #208122;
}
.BgClassName
{
background-color: #208122;
}
</style>
border-color css
<style>
span { border-color: #208122; }
span { border-color: rgb(32,129,34); }
td.TdClassName
{
border-color: #208122;
}
.TagClassName
{
border-color: #208122;
}
</style>