Shades of Forest Green #207511
Tints of Forest Green #207511
RGB
CMYK
RGB Variations
Color information
#207511 (or 0x207511) is known color: Forest Green. HEX triplet: 20, 75 and 11. RGB value is (32,117,17). Sum of RGB (Red+Green+Blue) = 32+117+17=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #207511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207511 is #DF8AEE. Grayscale: #505050. Windows color (decimal): -14650095 or 1144096. OLE color: 1144096.
HSL color Cylindrical-coordinate representation of color #207511: hue angle of 111º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207511 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 17 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.54 |
| HSL | 111º | 0.75% | 0.26% | - |
| HSV(B) | 111º | 0.85% | 0.46% | - |
| XYZ | 7.06 | 13.07 | 2.68 | - |
| YUV | 80.19 | 92.34 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 17 | 0.73 | 0 | 0.85 | 0.54 | 111 | 0.75 | 0.26 |
| Hex | 20 | 75 | 11 | 49 | 0 | 55 | 36 | 6F | 4B | 1A |
| Octal | 40 | 165 | 21 | 111 | 0 | 125 | 66 | 157 | 113 | 32 |
| Binary | 100000 | 1110101 | 10001 | 1001001 | 0 | 1010101 | 110110 | 1101111 | 1001011 | 11010 |
Color Harmonies of #207511
Complementary color
Monochromatic Colors of #207511
Black with #207511
Text Example
Text Example
White with #207511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207511; }
p { color: rgb(32,117,17); }
H1.HeaderClassName
{
color: #207511;
}
.AnyTagClassName
{
color: #207511;
}
</style>
background-color css
<style>
a { background-color: #207511; }
a { background-color: rgb(32,117,17); }
div.DivClassName
{
background-color: #207511;
}
.BgClassName
{
background-color: #207511;
}
</style>
border-color css
<style>
span { border-color: #207511; }
span { border-color: rgb(32,117,17); }
td.TdClassName
{
border-color: #207511;
}
.TagClassName
{
border-color: #207511;
}
</style>