Shades of Forest Green #117E20
Tints of Forest Green #117E20
RGB
CMYK
RGB Variations
Color information
#117E20 (or 0x117E20) is known color: Forest Green. HEX triplet: 11, 7E and 20. RGB value is (17,126,32). Sum of RGB (Red+Green+Blue) = 17+126+32=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 126 (49.61% from 255 or 72% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 126 - color contains mainly: green. Hex color #117E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117E20 is #EE81DF. Grayscale: #525252. Windows color (decimal): -15630816 or 2129425. OLE color: 2129425.
HSL color Cylindrical-coordinate representation of color #117E20: hue angle of 128.26º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117E20 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 32 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.51 |
| HSL | 128.26º | 0.76% | 0.28% | - |
| HSV(B) | 128.26º | 0.87% | 0.49% | - |
| XYZ | 7.95 | 15.15 | 3.87 | - |
| YUV | 82.69 | 99.39 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 32 | 0.87 | 0 | 0.75 | 0.51 | 128.26 | 0.76 | 0.28 |
| Hex | 11 | 7E | 20 | 57 | 0 | 4B | 33 | 80 | 4C | 1C |
| Octal | 21 | 176 | 40 | 127 | 0 | 113 | 63 | 200 | 114 | 34 |
| Binary | 10001 | 1111110 | 100000 | 1010111 | 0 | 1001011 | 110011 | 10000000 | 1001100 | 11100 |
Color Harmonies of #117E20
Complementary color
Monochromatic Colors of #117E20
Black with #117E20
Text Example
Text Example
White with #117E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E20; }
p { color: rgb(17,126,32); }
H1.HeaderClassName
{
color: #117E20;
}
.AnyTagClassName
{
color: #117E20;
}
</style>
background-color css
<style>
a { background-color: #117E20; }
a { background-color: rgb(17,126,32); }
div.DivClassName
{
background-color: #117E20;
}
.BgClassName
{
background-color: #117E20;
}
</style>
border-color css
<style>
span { border-color: #117E20; }
span { border-color: rgb(17,126,32); }
td.TdClassName
{
border-color: #117E20;
}
.TagClassName
{
border-color: #117E20;
}
</style>