Shades of Forest Green #207114
Tints of Forest Green #207114
RGB
CMYK
RGB Variations
Color information
#207114 (or 0x207114) is known color: Forest Green. HEX triplet: 20, 71 and 14. RGB value is (32,113,20). Sum of RGB (Red+Green+Blue) = 32+113+20=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #207114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207114 is #DF8EEB. Grayscale: #4E4E4E. Windows color (decimal): -14651116 or 1339680. OLE color: 1339680.
HSL color Cylindrical-coordinate representation of color #207114: hue angle of 112.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #207114 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 20 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.56 |
| HSL | 112.26º | 0.7% | 0.26% | - |
| HSV(B) | 112.26º | 0.82% | 0.44% | - |
| XYZ | 6.63 | 12.17 | 2.66 | - |
| YUV | 78.18 | 95.16 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 20 | 0.72 | 0 | 0.82 | 0.56 | 112.26 | 0.7 | 0.26 |
| Hex | 20 | 71 | 14 | 48 | 0 | 52 | 38 | 70 | 46 | 1A |
| Octal | 40 | 161 | 24 | 110 | 0 | 122 | 70 | 160 | 106 | 32 |
| Binary | 100000 | 1110001 | 10100 | 1001000 | 0 | 1010010 | 111000 | 1110000 | 1000110 | 11010 |
Color Harmonies of #207114
Complementary color
Monochromatic Colors of #207114
Black with #207114
Text Example
Text Example
White with #207114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207114; }
p { color: rgb(32,113,20); }
H1.HeaderClassName
{
color: #207114;
}
.AnyTagClassName
{
color: #207114;
}
</style>
background-color css
<style>
a { background-color: #207114; }
a { background-color: rgb(32,113,20); }
div.DivClassName
{
background-color: #207114;
}
.BgClassName
{
background-color: #207114;
}
</style>
border-color css
<style>
span { border-color: #207114; }
span { border-color: rgb(32,113,20); }
td.TdClassName
{
border-color: #207114;
}
.TagClassName
{
border-color: #207114;
}
</style>