Shades of Forest Green #207815
Tints of Forest Green #207815
RGB
CMYK
RGB Variations
Color information
#207815 (or 0x207815) is known color: Forest Green. HEX triplet: 20, 78 and 15. RGB value is (32,120,21). Sum of RGB (Red+Green+Blue) = 32+120+21=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 120 (47.27% from 255 or 69.36% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 120 - color contains mainly: green. Hex color #207815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207815 is #DF87EA. Grayscale: #525252. Windows color (decimal): -14649323 or 1407008. OLE color: 1407008.
HSL color Cylindrical-coordinate representation of color #207815: hue angle of 113.33º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #207815 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 21 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.53 |
| HSL | 113.33º | 0.7% | 0.28% | - |
| HSV(B) | 113.33º | 0.83% | 0.47% | - |
| XYZ | 7.45 | 13.79 | 2.98 | - |
| YUV | 82.4 | 93.35 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 21 | 0.73 | 0 | 0.83 | 0.53 | 113.33 | 0.7 | 0.28 |
| Hex | 20 | 78 | 15 | 49 | 0 | 53 | 35 | 71 | 46 | 1C |
| Octal | 40 | 170 | 25 | 111 | 0 | 123 | 65 | 161 | 106 | 34 |
| Binary | 100000 | 1111000 | 10101 | 1001001 | 0 | 1010011 | 110101 | 1110001 | 1000110 | 11100 |
Color Harmonies of #207815
Complementary color
Monochromatic Colors of #207815
Black with #207815
Text Example
Text Example
White with #207815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207815; }
p { color: rgb(32,120,21); }
H1.HeaderClassName
{
color: #207815;
}
.AnyTagClassName
{
color: #207815;
}
</style>
background-color css
<style>
a { background-color: #207815; }
a { background-color: rgb(32,120,21); }
div.DivClassName
{
background-color: #207815;
}
.BgClassName
{
background-color: #207815;
}
</style>
border-color css
<style>
span { border-color: #207815; }
span { border-color: rgb(32,120,21); }
td.TdClassName
{
border-color: #207815;
}
.TagClassName
{
border-color: #207815;
}
</style>