Shades of Forest Green #208A32
Tints of Forest Green #208A32
RGB
CMYK
RGB Variations
Color information
#208A32 (or 0x208A32) is known color: Forest Green. HEX triplet: 20, 8A and 32. RGB value is (32,138,50). Sum of RGB (Red+Green+Blue) = 32+138+50=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 138 (54.30% from 255 or 62.73% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 138 - color contains mainly: green. Hex color #208A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208A32 is #DF75CD. Grayscale: #606060. Windows color (decimal): -14644686 or 3312160. OLE color: 3312160.
HSL color Cylindrical-coordinate representation of color #208A32: hue angle of 130.19º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A32 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 138 | 50 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.46 |
| HSL | 130.19º | 0.62% | 0.33% | - |
| HSV(B) | 130.19º | 0.77% | 0.54% | - |
| XYZ | 10.26 | 18.71 | 6.09 | - |
| YUV | 96.27 | 101.88 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 50 | 0.77 | 0 | 0.64 | 0.46 | 130.19 | 0.62 | 0.33 |
| Hex | 20 | 8A | 32 | 4D | 0 | 40 | 2E | 82 | 3E | 21 |
| Octal | 40 | 212 | 62 | 115 | 0 | 100 | 56 | 202 | 76 | 41 |
| Binary | 100000 | 10001010 | 110010 | 1001101 | 0 | 1000000 | 101110 | 10000010 | 111110 | 100001 |
Color Harmonies of #208A32
Complementary color
Monochromatic Colors of #208A32
Black with #208A32
Text Example
Text Example
White with #208A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A32; }
p { color: rgb(32,138,50); }
H1.HeaderClassName
{
color: #208A32;
}
.AnyTagClassName
{
color: #208A32;
}
</style>
background-color css
<style>
a { background-color: #208A32; }
a { background-color: rgb(32,138,50); }
div.DivClassName
{
background-color: #208A32;
}
.BgClassName
{
background-color: #208A32;
}
</style>
border-color css
<style>
span { border-color: #208A32; }
span { border-color: rgb(32,138,50); }
td.TdClassName
{
border-color: #208A32;
}
.TagClassName
{
border-color: #208A32;
}
</style>