Shades of Forest Green #208533
Tints of Forest Green #208533
RGB
CMYK
RGB Variations
Color information
#208533 (or 0x208533) is known color: Forest Green. HEX triplet: 20, 85 and 33. RGB value is (32,133,51). Sum of RGB (Red+Green+Blue) = 32+133+51=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #208533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208533 is #DF7ACC. Grayscale: #5D5D5D. Windows color (decimal): -14645965 or 3376416. OLE color: 3376416.
HSL color Cylindrical-coordinate representation of color #208533: hue angle of 131.29º 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 #208533 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 51 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.48 |
| HSL | 131.29º | 0.61% | 0.32% | - |
| HSV(B) | 131.29º | 0.76% | 0.52% | - |
| XYZ | 9.58 | 17.32 | 5.97 | - |
| YUV | 93.45 | 104.04 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 51 | 0.76 | 0 | 0.62 | 0.48 | 131.29 | 0.61 | 0.32 |
| Hex | 20 | 85 | 33 | 4C | 0 | 3E | 30 | 83 | 3D | 20 |
| Octal | 40 | 205 | 63 | 114 | 0 | 76 | 60 | 203 | 75 | 40 |
| Binary | 100000 | 10000101 | 110011 | 1001100 | 0 | 111110 | 110000 | 10000011 | 111101 | 100000 |
Color Harmonies of #208533
Complementary color
Monochromatic Colors of #208533
Black with #208533
Text Example
Text Example
White with #208533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208533; }
p { color: rgb(32,133,51); }
H1.HeaderClassName
{
color: #208533;
}
.AnyTagClassName
{
color: #208533;
}
</style>
background-color css
<style>
a { background-color: #208533; }
a { background-color: rgb(32,133,51); }
div.DivClassName
{
background-color: #208533;
}
.BgClassName
{
background-color: #208533;
}
</style>
border-color css
<style>
span { border-color: #208533; }
span { border-color: rgb(32,133,51); }
td.TdClassName
{
border-color: #208533;
}
.TagClassName
{
border-color: #208533;
}
</style>