Shades of Forest Green #208D28
Tints of Forest Green #208D28
RGB
CMYK
RGB Variations
Color information
#208D28 (or 0x208D28) is known color: Forest Green. HEX triplet: 20, 8D and 28. RGB value is (32,141,40). Sum of RGB (Red+Green+Blue) = 32+141+40=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 141 (55.47% from 255 or 66.20% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 141 - color contains mainly: green. Hex color #208D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208D28 is #DF72D7. Grayscale: #616161. Windows color (decimal): -14643928 or 2657568. OLE color: 2657568.
HSL color Cylindrical-coordinate representation of color #208D28: hue angle of 124.4º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208D28 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 141 | 40 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.45 |
| HSL | 124.4º | 0.63% | 0.34% | - |
| HSV(B) | 124.4º | 0.77% | 0.55% | - |
| XYZ | 10.5 | 19.51 | 5.22 | - |
| YUV | 96.9 | 95.89 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 40 | 0.77 | 0 | 0.72 | 0.45 | 124.4 | 0.63 | 0.34 |
| Hex | 20 | 8D | 28 | 4D | 0 | 48 | 2D | 7C | 3F | 22 |
| Octal | 40 | 215 | 50 | 115 | 0 | 110 | 55 | 174 | 77 | 42 |
| Binary | 100000 | 10001101 | 101000 | 1001101 | 0 | 1001000 | 101101 | 1111100 | 111111 | 100010 |
Color Harmonies of #208D28
Complementary color
Monochromatic Colors of #208D28
Black with #208D28
Text Example
Text Example
White with #208D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208D28; }
p { color: rgb(32,141,40); }
H1.HeaderClassName
{
color: #208D28;
}
.AnyTagClassName
{
color: #208D28;
}
</style>
background-color css
<style>
a { background-color: #208D28; }
a { background-color: rgb(32,141,40); }
div.DivClassName
{
background-color: #208D28;
}
.BgClassName
{
background-color: #208D28;
}
</style>
border-color css
<style>
span { border-color: #208D28; }
span { border-color: rgb(32,141,40); }
td.TdClassName
{
border-color: #208D28;
}
.TagClassName
{
border-color: #208D28;
}
</style>