Shades of Forest Green #119F29
Tints of Forest Green #119F29
RGB
CMYK
RGB Variations
Color information
#119F29 (or 0x119F29) is known color: Forest Green. HEX triplet: 11, 9F and 29. RGB value is (17,159,41). Sum of RGB (Red+Green+Blue) = 17+159+41=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 159 (62.5% from 255 or 73.27% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 159 - color contains mainly: green. Hex color #119F29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119F29 is #EE60D6. Grayscale: #676767. Windows color (decimal): -15622359 or 2727697. OLE color: 2727697.
HSL color Cylindrical-coordinate representation of color #119F29: hue angle of 130.14º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119F29 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 41 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.38 |
| HSL | 130.14º | 0.81% | 0.35% | - |
| HSV(B) | 130.14º | 0.89% | 0.62% | - |
| XYZ | 13.03 | 25.08 | 6.25 | - |
| YUV | 103.09 | 92.96 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 41 | 0.89 | 0 | 0.74 | 0.38 | 130.14 | 0.81 | 0.35 |
| Hex | 11 | 9F | 29 | 59 | 0 | 4A | 26 | 82 | 51 | 23 |
| Octal | 21 | 237 | 51 | 131 | 0 | 112 | 46 | 202 | 121 | 43 |
| Binary | 10001 | 10011111 | 101001 | 1011001 | 0 | 1001010 | 100110 | 10000010 | 1010001 | 100011 |
Color Harmonies of #119F29
Complementary color
Monochromatic Colors of #119F29
Black with #119F29
Text Example
Text Example
White with #119F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F29; }
p { color: rgb(17,159,41); }
H1.HeaderClassName
{
color: #119F29;
}
.AnyTagClassName
{
color: #119F29;
}
</style>
background-color css
<style>
a { background-color: #119F29; }
a { background-color: rgb(17,159,41); }
div.DivClassName
{
background-color: #119F29;
}
.BgClassName
{
background-color: #119F29;
}
</style>
border-color css
<style>
span { border-color: #119F29; }
span { border-color: rgb(17,159,41); }
td.TdClassName
{
border-color: #119F29;
}
.TagClassName
{
border-color: #119F29;
}
</style>