Shades of Forest Green #208321
Tints of Forest Green #208321
RGB
CMYK
RGB Variations
Color information
#208321 (or 0x208321) is known color: Forest Green. HEX triplet: 20, 83 and 21. RGB value is (32,131,33). Sum of RGB (Red+Green+Blue) = 32+131+33=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 131 (51.56% from 255 or 66.84% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 131 - color contains mainly: green. Hex color #208321 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208321 is #DF7CDE. Grayscale: #5A5A5A. Windows color (decimal): -14646495 or 2196256. OLE color: 2196256.
HSL color Cylindrical-coordinate representation of color #208321: hue angle of 120.61º 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 #208321 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 33 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.49 |
| HSL | 120.61º | 0.61% | 0.32% | - |
| HSV(B) | 120.61º | 0.76% | 0.51% | - |
| XYZ | 8.99 | 16.65 | 4.18 | - |
| YUV | 90.23 | 95.7 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 33 | 0.76 | 0 | 0.75 | 0.49 | 120.61 | 0.61 | 0.32 |
| Hex | 20 | 83 | 21 | 4C | 0 | 4B | 31 | 79 | 3D | 20 |
| Octal | 40 | 203 | 41 | 114 | 0 | 113 | 61 | 171 | 75 | 40 |
| Binary | 100000 | 10000011 | 100001 | 1001100 | 0 | 1001011 | 110001 | 1111001 | 111101 | 100000 |
Color Harmonies of #208321
Complementary color
Monochromatic Colors of #208321
Black with #208321
Text Example
Text Example
White with #208321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208321; }
p { color: rgb(32,131,33); }
H1.HeaderClassName
{
color: #208321;
}
.AnyTagClassName
{
color: #208321;
}
</style>
background-color css
<style>
a { background-color: #208321; }
a { background-color: rgb(32,131,33); }
div.DivClassName
{
background-color: #208321;
}
.BgClassName
{
background-color: #208321;
}
</style>
border-color css
<style>
span { border-color: #208321; }
span { border-color: rgb(32,131,33); }
td.TdClassName
{
border-color: #208321;
}
.TagClassName
{
border-color: #208321;
}
</style>