Shades of Forest Green #119022
Tints of Forest Green #119022
RGB
CMYK
RGB Variations
Color information
#119022 (or 0x119022) is known color: Forest Green. HEX triplet: 11, 90 and 22. RGB value is (17,144,34). Sum of RGB (Red+Green+Blue) = 17+144+34=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 144 (56.64% from 255 or 73.85% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 144 - color contains mainly: green. Hex color #119022 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119022 is #EE6FDD. Grayscale: #5D5D5D. Windows color (decimal): -15626206 or 2265105. OLE color: 2265105.
HSL color Cylindrical-coordinate representation of color #119022: hue angle of 128.03º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119022 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 34 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.44 |
| HSL | 128.03º | 0.79% | 0.32% | - |
| HSV(B) | 128.03º | 0.88% | 0.56% | - |
| XYZ | 10.49 | 20.18 | 4.86 | - |
| YUV | 93.49 | 94.42 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 34 | 0.88 | 0 | 0.76 | 0.44 | 128.03 | 0.79 | 0.32 |
| Hex | 11 | 90 | 22 | 58 | 0 | 4C | 2C | 80 | 4F | 20 |
| Octal | 21 | 220 | 42 | 130 | 0 | 114 | 54 | 200 | 117 | 40 |
| Binary | 10001 | 10010000 | 100010 | 1011000 | 0 | 1001100 | 101100 | 10000000 | 1001111 | 100000 |
Color Harmonies of #119022
Complementary color
Monochromatic Colors of #119022
Black with #119022
Text Example
Text Example
White with #119022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119022; }
p { color: rgb(17,144,34); }
H1.HeaderClassName
{
color: #119022;
}
.AnyTagClassName
{
color: #119022;
}
</style>
background-color css
<style>
a { background-color: #119022; }
a { background-color: rgb(17,144,34); }
div.DivClassName
{
background-color: #119022;
}
.BgClassName
{
background-color: #119022;
}
</style>
border-color css
<style>
span { border-color: #119022; }
span { border-color: rgb(17,144,34); }
td.TdClassName
{
border-color: #119022;
}
.TagClassName
{
border-color: #119022;
}
</style>