Shades of Forest Green #207713
Tints of Forest Green #207713
RGB
CMYK
RGB Variations
Color information
#207713 (or 0x207713) is known color: Forest Green. HEX triplet: 20, 77 and 13. RGB value is (32,119,19). Sum of RGB (Red+Green+Blue) = 32+119+19=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 119 (46.88% from 255 or 70% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 119 - color contains mainly: green. Hex color #207713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207713 is #DF88EC. Grayscale: #515151. Windows color (decimal): -14649581 or 1275680. OLE color: 1275680.
HSL color Cylindrical-coordinate representation of color #207713: hue angle of 112.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207713 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 119 | 19 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.53 |
| HSL | 112.2º | 0.72% | 0.27% | - |
| HSV(B) | 112.2º | 0.84% | 0.47% | - |
| XYZ | 7.31 | 13.55 | 2.85 | - |
| YUV | 81.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 19 | 0.73 | 0 | 0.84 | 0.53 | 112.2 | 0.72 | 0.27 |
| Hex | 20 | 77 | 13 | 49 | 0 | 54 | 35 | 70 | 48 | 1B |
| Octal | 40 | 167 | 23 | 111 | 0 | 124 | 65 | 160 | 110 | 33 |
| Binary | 100000 | 1110111 | 10011 | 1001001 | 0 | 1010100 | 110101 | 1110000 | 1001000 | 11011 |
Color Harmonies of #207713
Complementary color
Monochromatic Colors of #207713
Black with #207713
Text Example
Text Example
White with #207713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207713; }
p { color: rgb(32,119,19); }
H1.HeaderClassName
{
color: #207713;
}
.AnyTagClassName
{
color: #207713;
}
</style>
background-color css
<style>
a { background-color: #207713; }
a { background-color: rgb(32,119,19); }
div.DivClassName
{
background-color: #207713;
}
.BgClassName
{
background-color: #207713;
}
</style>
border-color css
<style>
span { border-color: #207713; }
span { border-color: rgb(32,119,19); }
td.TdClassName
{
border-color: #207713;
}
.TagClassName
{
border-color: #207713;
}
</style>