Shades of Forest Green #119012
Tints of Forest Green #119012
RGB
CMYK
RGB Variations
Color information
#119012 (or 0x119012) is known color: Forest Green. HEX triplet: 11, 90 and 12. RGB value is (17,144,18). Sum of RGB (Red+Green+Blue) = 17+144+18=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 144 (56.64% from 255 or 80.45% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 144 - color contains mainly: green. Hex color #119012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119012 is #EE6FED. Grayscale: #5C5C5C. Windows color (decimal): -15626222 or 1216529. OLE color: 1216529.
HSL color Cylindrical-coordinate representation of color #119012: hue angle of 120.47º 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 #119012 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 18 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.44 |
| HSL | 120.47º | 0.79% | 0.32% | - |
| HSV(B) | 120.47º | 0.88% | 0.56% | - |
| XYZ | 10.31 | 20.11 | 3.91 | - |
| YUV | 91.66 | 86.42 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 18 | 0.88 | 0 | 0.88 | 0.44 | 120.47 | 0.79 | 0.32 |
| Hex | 11 | 90 | 12 | 58 | 0 | 58 | 2C | 78 | 4F | 20 |
| Octal | 21 | 220 | 22 | 130 | 0 | 130 | 54 | 170 | 117 | 40 |
| Binary | 10001 | 10010000 | 10010 | 1011000 | 0 | 1011000 | 101100 | 1111000 | 1001111 | 100000 |
Color Harmonies of #119012
Complementary color
Monochromatic Colors of #119012
Black with #119012
Text Example
Text Example
White with #119012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119012; }
p { color: rgb(17,144,18); }
H1.HeaderClassName
{
color: #119012;
}
.AnyTagClassName
{
color: #119012;
}
</style>
background-color css
<style>
a { background-color: #119012; }
a { background-color: rgb(17,144,18); }
div.DivClassName
{
background-color: #119012;
}
.BgClassName
{
background-color: #119012;
}
</style>
border-color css
<style>
span { border-color: #119012; }
span { border-color: rgb(17,144,18); }
td.TdClassName
{
border-color: #119012;
}
.TagClassName
{
border-color: #119012;
}
</style>