Shades of Forest Green #208433
Tints of Forest Green #208433
RGB
CMYK
RGB Variations
Color information
#208433 (or 0x208433) is known color: Forest Green. HEX triplet: 20, 84 and 33. RGB value is (32,132,51). Sum of RGB (Red+Green+Blue) = 32+132+51=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #208433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208433 is #DF7BCC. Grayscale: #5D5D5D. Windows color (decimal): -14646221 or 3376160. OLE color: 3376160.
HSL color Cylindrical-coordinate representation of color #208433: hue angle of 131.4º 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 #208433 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 51 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.48 |
| HSL | 131.4º | 0.61% | 0.32% | - |
| HSV(B) | 131.4º | 0.76% | 0.52% | - |
| XYZ | 9.44 | 17.05 | 5.92 | - |
| YUV | 92.87 | 104.37 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 51 | 0.76 | 0 | 0.61 | 0.48 | 131.4 | 0.61 | 0.32 |
| Hex | 20 | 84 | 33 | 4C | 0 | 3D | 30 | 83 | 3D | 20 |
| Octal | 40 | 204 | 63 | 114 | 0 | 75 | 60 | 203 | 75 | 40 |
| Binary | 100000 | 10000100 | 110011 | 1001100 | 0 | 111101 | 110000 | 10000011 | 111101 | 100000 |
Color Harmonies of #208433
Complementary color
Monochromatic Colors of #208433
Black with #208433
Text Example
Text Example
White with #208433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208433; }
p { color: rgb(32,132,51); }
H1.HeaderClassName
{
color: #208433;
}
.AnyTagClassName
{
color: #208433;
}
</style>
background-color css
<style>
a { background-color: #208433; }
a { background-color: rgb(32,132,51); }
div.DivClassName
{
background-color: #208433;
}
.BgClassName
{
background-color: #208433;
}
</style>
border-color css
<style>
span { border-color: #208433; }
span { border-color: rgb(32,132,51); }
td.TdClassName
{
border-color: #208433;
}
.TagClassName
{
border-color: #208433;
}
</style>