Shades of Forest Green #207413
Tints of Forest Green #207413
RGB
CMYK
RGB Variations
Color information
#207413 (or 0x207413) is known color: Forest Green. HEX triplet: 20, 74 and 13. RGB value is (32,116,19). Sum of RGB (Red+Green+Blue) = 32+116+19=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 116 (45.70% from 255 or 69.46% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 116 - color contains mainly: green. Hex color #207413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207413 is #DF8BEC. Grayscale: #505050. Windows color (decimal): -14650349 or 1274912. OLE color: 1274912.
HSL color Cylindrical-coordinate representation of color #207413: hue angle of 111.96º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207413 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 19 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.55 |
| HSL | 111.96º | 0.72% | 0.26% | - |
| HSV(B) | 111.96º | 0.84% | 0.45% | - |
| XYZ | 6.96 | 12.84 | 2.73 | - |
| YUV | 79.83 | 93.67 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 19 | 0.72 | 0 | 0.84 | 0.55 | 111.96 | 0.72 | 0.26 |
| Hex | 20 | 74 | 13 | 48 | 0 | 54 | 37 | 70 | 48 | 1A |
| Octal | 40 | 164 | 23 | 110 | 0 | 124 | 67 | 160 | 110 | 32 |
| Binary | 100000 | 1110100 | 10011 | 1001000 | 0 | 1010100 | 110111 | 1110000 | 1001000 | 11010 |
Color Harmonies of #207413
Complementary color
Monochromatic Colors of #207413
Black with #207413
Text Example
Text Example
White with #207413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207413; }
p { color: rgb(32,116,19); }
H1.HeaderClassName
{
color: #207413;
}
.AnyTagClassName
{
color: #207413;
}
</style>
background-color css
<style>
a { background-color: #207413; }
a { background-color: rgb(32,116,19); }
div.DivClassName
{
background-color: #207413;
}
.BgClassName
{
background-color: #207413;
}
</style>
border-color css
<style>
span { border-color: #207413; }
span { border-color: rgb(32,116,19); }
td.TdClassName
{
border-color: #207413;
}
.TagClassName
{
border-color: #207413;
}
</style>