Shades of Forest Green #117E27
Tints of Forest Green #117E27
RGB
CMYK
RGB Variations
Color information
#117E27 (or 0x117E27) is known color: Forest Green. HEX triplet: 11, 7E and 27. RGB value is (17,126,39). Sum of RGB (Red+Green+Blue) = 17+126+39=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 126 (49.61% from 255 or 69.23% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 126 - color contains mainly: green. Hex color #117E27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117E27 is #EE81D8. Grayscale: #535353. Windows color (decimal): -15630809 or 2588177. OLE color: 2588177.
HSL color Cylindrical-coordinate representation of color #117E27: hue angle of 132.11º 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 #117E27 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 39 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.51 |
| HSL | 132.11º | 0.76% | 0.28% | - |
| HSV(B) | 132.11º | 0.87% | 0.49% | - |
| XYZ | 8.06 | 15.19 | 4.43 | - |
| YUV | 83.49 | 102.89 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 39 | 0.87 | 0 | 0.69 | 0.51 | 132.11 | 0.76 | 0.28 |
| Hex | 11 | 7E | 27 | 57 | 0 | 45 | 33 | 84 | 4C | 1C |
| Octal | 21 | 176 | 47 | 127 | 0 | 105 | 63 | 204 | 114 | 34 |
| Binary | 10001 | 1111110 | 100111 | 1010111 | 0 | 1000101 | 110011 | 10000100 | 1001100 | 11100 |
Color Harmonies of #117E27
Complementary color
Monochromatic Colors of #117E27
Black with #117E27
Text Example
Text Example
White with #117E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E27; }
p { color: rgb(17,126,39); }
H1.HeaderClassName
{
color: #117E27;
}
.AnyTagClassName
{
color: #117E27;
}
</style>
background-color css
<style>
a { background-color: #117E27; }
a { background-color: rgb(17,126,39); }
div.DivClassName
{
background-color: #117E27;
}
.BgClassName
{
background-color: #117E27;
}
</style>
border-color css
<style>
span { border-color: #117E27; }
span { border-color: rgb(17,126,39); }
td.TdClassName
{
border-color: #117E27;
}
.TagClassName
{
border-color: #117E27;
}
</style>