Shades of Forest Green #208329
Tints of Forest Green #208329
RGB
CMYK
RGB Variations
Color information
#208329 (or 0x208329) is known color: Forest Green. HEX triplet: 20, 83 and 29. RGB value is (32,131,41). Sum of RGB (Red+Green+Blue) = 32+131+41=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #208329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208329 is #DF7CD6. Grayscale: #5B5B5B. Windows color (decimal): -14646487 or 2720544. OLE color: 2720544.
HSL color Cylindrical-coordinate representation of color #208329: hue angle of 125.45º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208329 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 41 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.49 |
| HSL | 125.45º | 0.61% | 0.32% | - |
| HSV(B) | 125.45º | 0.76% | 0.51% | - |
| XYZ | 9.11 | 16.7 | 4.84 | - |
| YUV | 91.14 | 99.7 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 41 | 0.76 | 0 | 0.69 | 0.49 | 125.45 | 0.61 | 0.32 |
| Hex | 20 | 83 | 29 | 4C | 0 | 45 | 31 | 7D | 3D | 20 |
| Octal | 40 | 203 | 51 | 114 | 0 | 105 | 61 | 175 | 75 | 40 |
| Binary | 100000 | 10000011 | 101001 | 1001100 | 0 | 1000101 | 110001 | 1111101 | 111101 | 100000 |
Color Harmonies of #208329
Complementary color
Monochromatic Colors of #208329
Black with #208329
Text Example
Text Example
White with #208329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208329; }
p { color: rgb(32,131,41); }
H1.HeaderClassName
{
color: #208329;
}
.AnyTagClassName
{
color: #208329;
}
</style>
background-color css
<style>
a { background-color: #208329; }
a { background-color: rgb(32,131,41); }
div.DivClassName
{
background-color: #208329;
}
.BgClassName
{
background-color: #208329;
}
</style>
border-color css
<style>
span { border-color: #208329; }
span { border-color: rgb(32,131,41); }
td.TdClassName
{
border-color: #208329;
}
.TagClassName
{
border-color: #208329;
}
</style>