Shades of Forest Green #119A31
Tints of Forest Green #119A31
RGB
CMYK
RGB Variations
Color information
#119A31 (or 0x119A31) is known color: Forest Green. HEX triplet: 11, 9A and 31. RGB value is (17,154,49). Sum of RGB (Red+Green+Blue) = 17+154+49=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 154 (60.55% from 255 or 70% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 154 - color contains mainly: green. Hex color #119A31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119A31 is #EE65CE. Grayscale: #656565. Windows color (decimal): -15623631 or 3250705. OLE color: 3250705.
HSL color Cylindrical-coordinate representation of color #119A31: hue angle of 134.01º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119A31 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 154 | 49 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.40 |
| HSL | 134.01º | 0.8% | 0.34% | - |
| HSV(B) | 134.01º | 0.89% | 0.6% | - |
| XYZ | 12.34 | 23.45 | 6.78 | - |
| YUV | 101.07 | 98.61 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 49 | 0.89 | 0 | 0.68 | 0.40 | 134.01 | 0.8 | 0.34 |
| Hex | 11 | 9A | 31 | 59 | 0 | 44 | 28 | 86 | 50 | 22 |
| Octal | 21 | 232 | 61 | 131 | 0 | 104 | 50 | 206 | 120 | 42 |
| Binary | 10001 | 10011010 | 110001 | 1011001 | 0 | 1000100 | 101000 | 10000110 | 1010000 | 100010 |
Color Harmonies of #119A31
Complementary color
Monochromatic Colors of #119A31
Black with #119A31
Text Example
Text Example
White with #119A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119A31; }
p { color: rgb(17,154,49); }
H1.HeaderClassName
{
color: #119A31;
}
.AnyTagClassName
{
color: #119A31;
}
</style>
background-color css
<style>
a { background-color: #119A31; }
a { background-color: rgb(17,154,49); }
div.DivClassName
{
background-color: #119A31;
}
.BgClassName
{
background-color: #119A31;
}
</style>
border-color css
<style>
span { border-color: #119A31; }
span { border-color: rgb(17,154,49); }
td.TdClassName
{
border-color: #119A31;
}
.TagClassName
{
border-color: #119A31;
}
</style>