Shades of Forest Green #119016
Tints of Forest Green #119016
RGB
CMYK
RGB Variations
Color information
#119016 (or 0x119016) is known color: Forest Green. HEX triplet: 11, 90 and 16. RGB value is (17,144,22). Sum of RGB (Red+Green+Blue) = 17+144+22=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 144 (56.64% from 255 or 78.69% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 144 - color contains mainly: green. Hex color #119016 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119016 is #EE6FE9. Grayscale: #5C5C5C. Windows color (decimal): -15626218 or 1478673. OLE color: 1478673.
HSL color Cylindrical-coordinate representation of color #119016: hue angle of 122.36º 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 #119016 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 22 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.44 |
| HSL | 122.36º | 0.79% | 0.32% | - |
| HSV(B) | 122.36º | 0.88% | 0.56% | - |
| XYZ | 10.35 | 20.12 | 4.1 | - |
| YUV | 92.12 | 88.42 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 22 | 0.88 | 0 | 0.85 | 0.44 | 122.36 | 0.79 | 0.32 |
| Hex | 11 | 90 | 16 | 58 | 0 | 55 | 2C | 7A | 4F | 20 |
| Octal | 21 | 220 | 26 | 130 | 0 | 125 | 54 | 172 | 117 | 40 |
| Binary | 10001 | 10010000 | 10110 | 1011000 | 0 | 1010101 | 101100 | 1111010 | 1001111 | 100000 |
Color Harmonies of #119016
Complementary color
Monochromatic Colors of #119016
Black with #119016
Text Example
Text Example
White with #119016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119016; }
p { color: rgb(17,144,22); }
H1.HeaderClassName
{
color: #119016;
}
.AnyTagClassName
{
color: #119016;
}
</style>
background-color css
<style>
a { background-color: #119016; }
a { background-color: rgb(17,144,22); }
div.DivClassName
{
background-color: #119016;
}
.BgClassName
{
background-color: #119016;
}
</style>
border-color css
<style>
span { border-color: #119016; }
span { border-color: rgb(17,144,22); }
td.TdClassName
{
border-color: #119016;
}
.TagClassName
{
border-color: #119016;
}
</style>