Shades of Forest Green #208632
Tints of Forest Green #208632
RGB
CMYK
RGB Variations
Color information
#208632 (or 0x208632) is known color: Forest Green. HEX triplet: 20, 86 and 32. RGB value is (32,134,50). Sum of RGB (Red+Green+Blue) = 32+134+50=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #208632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208632 is #DF79CD. Grayscale: #5E5E5E. Windows color (decimal): -14645710 or 3311136. OLE color: 3311136.
HSL color Cylindrical-coordinate representation of color #208632: hue angle of 130.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208632 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 50 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.47 |
| HSL | 130.59º | 0.61% | 0.33% | - |
| HSV(B) | 130.59º | 0.76% | 0.53% | - |
| XYZ | 9.7 | 17.59 | 5.9 | - |
| YUV | 93.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 50 | 0.76 | 0 | 0.63 | 0.47 | 130.59 | 0.61 | 0.33 |
| Hex | 20 | 86 | 32 | 4C | 0 | 3F | 2F | 83 | 3D | 21 |
| Octal | 40 | 206 | 62 | 114 | 0 | 77 | 57 | 203 | 75 | 41 |
| Binary | 100000 | 10000110 | 110010 | 1001100 | 0 | 111111 | 101111 | 10000011 | 111101 | 100001 |
Color Harmonies of #208632
Complementary color
Monochromatic Colors of #208632
Black with #208632
Text Example
Text Example
White with #208632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208632; }
p { color: rgb(32,134,50); }
H1.HeaderClassName
{
color: #208632;
}
.AnyTagClassName
{
color: #208632;
}
</style>
background-color css
<style>
a { background-color: #208632; }
a { background-color: rgb(32,134,50); }
div.DivClassName
{
background-color: #208632;
}
.BgClassName
{
background-color: #208632;
}
</style>
border-color css
<style>
span { border-color: #208632; }
span { border-color: rgb(32,134,50); }
td.TdClassName
{
border-color: #208632;
}
.TagClassName
{
border-color: #208632;
}
</style>