Shades of Forest Green #117E29
Tints of Forest Green #117E29
RGB
CMYK
RGB Variations
Color information
#117E29 (or 0x117E29) is known color: Forest Green. HEX triplet: 11, 7E and 29. RGB value is (17,126,41). Sum of RGB (Red+Green+Blue) = 17+126+41=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 126 (49.61% from 255 or 68.48% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 126 - color contains mainly: green. Hex color #117E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117E29 is #EE81D6. Grayscale: #535353. Windows color (decimal): -15630807 or 2719249. OLE color: 2719249.
HSL color Cylindrical-coordinate representation of color #117E29: hue angle of 133.21º 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 #117E29 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 41 | - |
| CMYK | 0.87 | 0 | 0.67 | 0.51 |
| HSL | 133.21º | 0.76% | 0.28% | - |
| HSV(B) | 133.21º | 0.87% | 0.49% | - |
| XYZ | 8.09 | 15.2 | 4.61 | - |
| YUV | 83.72 | 103.89 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 41 | 0.87 | 0 | 0.67 | 0.51 | 133.21 | 0.76 | 0.28 |
| Hex | 11 | 7E | 29 | 57 | 0 | 43 | 33 | 85 | 4C | 1C |
| Octal | 21 | 176 | 51 | 127 | 0 | 103 | 63 | 205 | 114 | 34 |
| Binary | 10001 | 1111110 | 101001 | 1010111 | 0 | 1000011 | 110011 | 10000101 | 1001100 | 11100 |
Color Harmonies of #117E29
Complementary color
Monochromatic Colors of #117E29
Black with #117E29
Text Example
Text Example
White with #117E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E29; }
p { color: rgb(17,126,41); }
H1.HeaderClassName
{
color: #117E29;
}
.AnyTagClassName
{
color: #117E29;
}
</style>
background-color css
<style>
a { background-color: #117E29; }
a { background-color: rgb(17,126,41); }
div.DivClassName
{
background-color: #117E29;
}
.BgClassName
{
background-color: #117E29;
}
</style>
border-color css
<style>
span { border-color: #117E29; }
span { border-color: rgb(17,126,41); }
td.TdClassName
{
border-color: #117E29;
}
.TagClassName
{
border-color: #117E29;
}
</style>