Shades of Forest Green #208313
Tints of Forest Green #208313
RGB
CMYK
RGB Variations
Color information
#208313 (or 0x208313) is known color: Forest Green. HEX triplet: 20, 83 and 13. RGB value is (32,131,19). Sum of RGB (Red+Green+Blue) = 32+131+19=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 131 (51.56% from 255 or 71.98% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 131 - color contains mainly: green. Hex color #208313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208313 is #DF7CEC. Grayscale: #585858. Windows color (decimal): -14646509 or 1278752. OLE color: 1278752.
HSL color Cylindrical-coordinate representation of color #208313: hue angle of 113.04º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208313 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 19 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.49 |
| HSL | 113.04º | 0.75% | 0.29% | - |
| HSV(B) | 113.04º | 0.85% | 0.51% | - |
| XYZ | 8.83 | 16.59 | 3.35 | - |
| YUV | 88.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 19 | 0.76 | 0 | 0.85 | 0.49 | 113.04 | 0.75 | 0.29 |
| Hex | 20 | 83 | 13 | 4C | 0 | 55 | 31 | 71 | 4B | 1D |
| Octal | 40 | 203 | 23 | 114 | 0 | 125 | 61 | 161 | 113 | 35 |
| Binary | 100000 | 10000011 | 10011 | 1001100 | 0 | 1010101 | 110001 | 1110001 | 1001011 | 11101 |
Color Harmonies of #208313
Complementary color
Monochromatic Colors of #208313
Black with #208313
Text Example
Text Example
White with #208313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208313; }
p { color: rgb(32,131,19); }
H1.HeaderClassName
{
color: #208313;
}
.AnyTagClassName
{
color: #208313;
}
</style>
background-color css
<style>
a { background-color: #208313; }
a { background-color: rgb(32,131,19); }
div.DivClassName
{
background-color: #208313;
}
.BgClassName
{
background-color: #208313;
}
</style>
border-color css
<style>
span { border-color: #208313; }
span { border-color: rgb(32,131,19); }
td.TdClassName
{
border-color: #208313;
}
.TagClassName
{
border-color: #208313;
}
</style>