Shades of Forest Green #208513
Tints of Forest Green #208513
RGB
CMYK
RGB Variations
Color information
#208513 (or 0x208513) is known color: Forest Green. HEX triplet: 20, 85 and 13. RGB value is (32,133,19). Sum of RGB (Red+Green+Blue) = 32+133+19=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 133 (52.34% from 255 or 72.28% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 133 - color contains mainly: green. Hex color #208513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208513 is #DF7AEC. Grayscale: #5A5A5A. Windows color (decimal): -14645997 or 1279264. OLE color: 1279264.
HSL color Cylindrical-coordinate representation of color #208513: hue angle of 113.16º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208513 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 19 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.48 |
| HSL | 113.16º | 0.75% | 0.3% | - |
| HSV(B) | 113.16º | 0.86% | 0.52% | - |
| XYZ | 9.1 | 17.13 | 3.44 | - |
| YUV | 89.81 | 88.04 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 19 | 0.76 | 0 | 0.86 | 0.48 | 113.16 | 0.75 | 0.3 |
| Hex | 20 | 85 | 13 | 4C | 0 | 56 | 30 | 71 | 4B | 1E |
| Octal | 40 | 205 | 23 | 114 | 0 | 126 | 60 | 161 | 113 | 36 |
| Binary | 100000 | 10000101 | 10011 | 1001100 | 0 | 1010110 | 110000 | 1110001 | 1001011 | 11110 |
Color Harmonies of #208513
Complementary color
Monochromatic Colors of #208513
Black with #208513
Text Example
Text Example
White with #208513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208513; }
p { color: rgb(32,133,19); }
H1.HeaderClassName
{
color: #208513;
}
.AnyTagClassName
{
color: #208513;
}
</style>
background-color css
<style>
a { background-color: #208513; }
a { background-color: rgb(32,133,19); }
div.DivClassName
{
background-color: #208513;
}
.BgClassName
{
background-color: #208513;
}
</style>
border-color css
<style>
span { border-color: #208513; }
span { border-color: rgb(32,133,19); }
td.TdClassName
{
border-color: #208513;
}
.TagClassName
{
border-color: #208513;
}
</style>