Shades of Forest Green #208510
Tints of Forest Green #208510
RGB
CMYK
RGB Variations
Color information
#208510 (or 0x208510) is known color: Forest Green. HEX triplet: 20, 85 and 10. RGB value is (32,133,16). Sum of RGB (Red+Green+Blue) = 32+133+16=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #208510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208510 is #DF7AEF. Grayscale: #595959. Windows color (decimal): -14646000 or 1082656. OLE color: 1082656.
HSL color Cylindrical-coordinate representation of color #208510: hue angle of 111.79º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #208510 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 16 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.48 |
| HSL | 111.79º | 0.79% | 0.29% | - |
| HSV(B) | 111.79º | 0.88% | 0.52% | - |
| XYZ | 9.08 | 17.12 | 3.32 | - |
| YUV | 89.46 | 86.54 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 16 | 0.76 | 0 | 0.88 | 0.48 | 111.79 | 0.79 | 0.29 |
| Hex | 20 | 85 | 10 | 4C | 0 | 58 | 30 | 70 | 4F | 1D |
| Octal | 40 | 205 | 20 | 114 | 0 | 130 | 60 | 160 | 117 | 35 |
| Binary | 100000 | 10000101 | 10000 | 1001100 | 0 | 1011000 | 110000 | 1110000 | 1001111 | 11101 |
Color Harmonies of #208510
Complementary color
Monochromatic Colors of #208510
Black with #208510
Text Example
Text Example
White with #208510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208510; }
p { color: rgb(32,133,16); }
H1.HeaderClassName
{
color: #208510;
}
.AnyTagClassName
{
color: #208510;
}
</style>
background-color css
<style>
a { background-color: #208510; }
a { background-color: rgb(32,133,16); }
div.DivClassName
{
background-color: #208510;
}
.BgClassName
{
background-color: #208510;
}
</style>
border-color css
<style>
span { border-color: #208510; }
span { border-color: rgb(32,133,16); }
td.TdClassName
{
border-color: #208510;
}
.TagClassName
{
border-color: #208510;
}
</style>