Shades of Forest Green #207810
Tints of Forest Green #207810
RGB
CMYK
RGB Variations
Color information
#207810 (or 0x207810) is known color: Forest Green. HEX triplet: 20, 78 and 10. RGB value is (32,120,16). Sum of RGB (Red+Green+Blue) = 32+120+16=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 120 (47.27% from 255 or 71.43% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 120 - color contains mainly: green. Hex color #207810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207810 is #DF87EF. Grayscale: #525252. Windows color (decimal): -14649328 or 1079328. OLE color: 1079328.
HSL color Cylindrical-coordinate representation of color #207810: hue angle of 110.77º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207810 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 16 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.53 |
| HSL | 110.77º | 0.76% | 0.27% | - |
| HSV(B) | 110.77º | 0.87% | 0.47% | - |
| XYZ | 7.41 | 13.78 | 2.76 | - |
| YUV | 81.83 | 90.85 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 16 | 0.73 | 0 | 0.87 | 0.53 | 110.77 | 0.76 | 0.27 |
| Hex | 20 | 78 | 10 | 49 | 0 | 57 | 35 | 6F | 4C | 1B |
| Octal | 40 | 170 | 20 | 111 | 0 | 127 | 65 | 157 | 114 | 33 |
| Binary | 100000 | 1111000 | 10000 | 1001001 | 0 | 1010111 | 110101 | 1101111 | 1001100 | 11011 |
Color Harmonies of #207810
Complementary color
Monochromatic Colors of #207810
Black with #207810
Text Example
Text Example
White with #207810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207810; }
p { color: rgb(32,120,16); }
H1.HeaderClassName
{
color: #207810;
}
.AnyTagClassName
{
color: #207810;
}
</style>
background-color css
<style>
a { background-color: #207810; }
a { background-color: rgb(32,120,16); }
div.DivClassName
{
background-color: #207810;
}
.BgClassName
{
background-color: #207810;
}
</style>
border-color css
<style>
span { border-color: #207810; }
span { border-color: rgb(32,120,16); }
td.TdClassName
{
border-color: #207810;
}
.TagClassName
{
border-color: #207810;
}
</style>