Shades of Forest Green #208325
Tints of Forest Green #208325
RGB
CMYK
RGB Variations
Color information
#208325 (or 0x208325) is known color: Forest Green. HEX triplet: 20, 83 and 25. RGB value is (32,131,37). Sum of RGB (Red+Green+Blue) = 32+131+37=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 131 (51.56% from 255 or 65.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 131 - color contains mainly: green. Hex color #208325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208325 is #DF7CDA. Grayscale: #5A5A5A. Windows color (decimal): -14646491 or 2458400. OLE color: 2458400.
HSL color Cylindrical-coordinate representation of color #208325: hue angle of 123.03º 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 #208325 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 37 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.49 |
| HSL | 123.03º | 0.61% | 0.32% | - |
| HSV(B) | 123.03º | 0.76% | 0.51% | - |
| XYZ | 9.05 | 16.67 | 4.49 | - |
| YUV | 90.68 | 97.7 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 37 | 0.76 | 0 | 0.72 | 0.49 | 123.03 | 0.61 | 0.32 |
| Hex | 20 | 83 | 25 | 4C | 0 | 48 | 31 | 7B | 3D | 20 |
| Octal | 40 | 203 | 45 | 114 | 0 | 110 | 61 | 173 | 75 | 40 |
| Binary | 100000 | 10000011 | 100101 | 1001100 | 0 | 1001000 | 110001 | 1111011 | 111101 | 100000 |
Color Harmonies of #208325
Complementary color
Monochromatic Colors of #208325
Black with #208325
Text Example
Text Example
White with #208325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208325; }
p { color: rgb(32,131,37); }
H1.HeaderClassName
{
color: #208325;
}
.AnyTagClassName
{
color: #208325;
}
</style>
background-color css
<style>
a { background-color: #208325; }
a { background-color: rgb(32,131,37); }
div.DivClassName
{
background-color: #208325;
}
.BgClassName
{
background-color: #208325;
}
</style>
border-color css
<style>
span { border-color: #208325; }
span { border-color: rgb(32,131,37); }
td.TdClassName
{
border-color: #208325;
}
.TagClassName
{
border-color: #208325;
}
</style>