Shades of Forest Green #208528
Tints of Forest Green #208528
RGB
CMYK
RGB Variations
Color information
#208528 (or 0x208528) is known color: Forest Green. HEX triplet: 20, 85 and 28. RGB value is (32,133,40). Sum of RGB (Red+Green+Blue) = 32+133+40=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #208528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208528 is #DF7AD7. Grayscale: #5C5C5C. Windows color (decimal): -14645976 or 2655520. OLE color: 2655520.
HSL color Cylindrical-coordinate representation of color #208528: hue angle of 124.75º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208528 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 40 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.48 |
| HSL | 124.75º | 0.61% | 0.32% | - |
| HSV(B) | 124.75º | 0.76% | 0.52% | - |
| XYZ | 9.37 | 17.24 | 4.84 | - |
| YUV | 92.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 40 | 0.76 | 0 | 0.70 | 0.48 | 124.75 | 0.61 | 0.32 |
| Hex | 20 | 85 | 28 | 4C | 0 | 46 | 30 | 7D | 3D | 20 |
| Octal | 40 | 205 | 50 | 114 | 0 | 106 | 60 | 175 | 75 | 40 |
| Binary | 100000 | 10000101 | 101000 | 1001100 | 0 | 1000110 | 110000 | 1111101 | 111101 | 100000 |
Color Harmonies of #208528
Complementary color
Monochromatic Colors of #208528
Black with #208528
Text Example
Text Example
White with #208528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208528; }
p { color: rgb(32,133,40); }
H1.HeaderClassName
{
color: #208528;
}
.AnyTagClassName
{
color: #208528;
}
</style>
background-color css
<style>
a { background-color: #208528; }
a { background-color: rgb(32,133,40); }
div.DivClassName
{
background-color: #208528;
}
.BgClassName
{
background-color: #208528;
}
</style>
border-color css
<style>
span { border-color: #208528; }
span { border-color: rgb(32,133,40); }
td.TdClassName
{
border-color: #208528;
}
.TagClassName
{
border-color: #208528;
}
</style>