Shades of Forest Green #207416
Tints of Forest Green #207416
RGB
CMYK
RGB Variations
Color information
#207416 (or 0x207416) is known color: Forest Green. HEX triplet: 20, 74 and 16. RGB value is (32,116,22). Sum of RGB (Red+Green+Blue) = 32+116+22=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 116 (45.70% from 255 or 68.24% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 116 - color contains mainly: green. Hex color #207416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207416 is #DF8BE9. Grayscale: #505050. Windows color (decimal): -14650346 or 1471520. OLE color: 1471520.
HSL color Cylindrical-coordinate representation of color #207416: hue angle of 113.62º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #207416 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 22 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.55 |
| HSL | 113.62º | 0.68% | 0.27% | - |
| HSV(B) | 113.62º | 0.81% | 0.45% | - |
| XYZ | 6.99 | 12.86 | 2.87 | - |
| YUV | 80.17 | 95.17 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 22 | 0.72 | 0 | 0.81 | 0.55 | 113.62 | 0.68 | 0.27 |
| Hex | 20 | 74 | 16 | 48 | 0 | 51 | 37 | 72 | 44 | 1B |
| Octal | 40 | 164 | 26 | 110 | 0 | 121 | 67 | 162 | 104 | 33 |
| Binary | 100000 | 1110100 | 10110 | 1001000 | 0 | 1010001 | 110111 | 1110010 | 1000100 | 11011 |
Color Harmonies of #207416
Complementary color
Monochromatic Colors of #207416
Black with #207416
Text Example
Text Example
White with #207416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207416; }
p { color: rgb(32,116,22); }
H1.HeaderClassName
{
color: #207416;
}
.AnyTagClassName
{
color: #207416;
}
</style>
background-color css
<style>
a { background-color: #207416; }
a { background-color: rgb(32,116,22); }
div.DivClassName
{
background-color: #207416;
}
.BgClassName
{
background-color: #207416;
}
</style>
border-color css
<style>
span { border-color: #207416; }
span { border-color: rgb(32,116,22); }
td.TdClassName
{
border-color: #207416;
}
.TagClassName
{
border-color: #207416;
}
</style>