Shades of Forest Green #119412
Tints of Forest Green #119412
RGB
CMYK
RGB Variations
Color information
#119412 (or 0x119412) is known color: Forest Green. HEX triplet: 11, 94 and 12. RGB value is (17,148,18). Sum of RGB (Red+Green+Blue) = 17+148+18=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 148 (58.20% from 255 or 80.87% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 148 - color contains mainly: green. Hex color #119412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119412 is #EE6BED. Grayscale: #5E5E5E. Windows color (decimal): -15625198 or 1217553. OLE color: 1217553.
HSL color Cylindrical-coordinate representation of color #119412: hue angle of 120.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119412 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 148 | 18 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.42 |
| HSL | 120.46º | 0.79% | 0.32% | - |
| HSV(B) | 120.46º | 0.89% | 0.58% | - |
| XYZ | 10.93 | 21.34 | 4.12 | - |
| YUV | 94.01 | 85.1 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 18 | 0.89 | 0 | 0.88 | 0.42 | 120.46 | 0.79 | 0.32 |
| Hex | 11 | 94 | 12 | 59 | 0 | 58 | 2A | 78 | 4F | 20 |
| Octal | 21 | 224 | 22 | 131 | 0 | 130 | 52 | 170 | 117 | 40 |
| Binary | 10001 | 10010100 | 10010 | 1011001 | 0 | 1011000 | 101010 | 1111000 | 1001111 | 100000 |
Color Harmonies of #119412
Complementary color
Monochromatic Colors of #119412
Black with #119412
Text Example
Text Example
White with #119412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119412; }
p { color: rgb(17,148,18); }
H1.HeaderClassName
{
color: #119412;
}
.AnyTagClassName
{
color: #119412;
}
</style>
background-color css
<style>
a { background-color: #119412; }
a { background-color: rgb(17,148,18); }
div.DivClassName
{
background-color: #119412;
}
.BgClassName
{
background-color: #119412;
}
</style>
border-color css
<style>
span { border-color: #119412; }
span { border-color: rgb(17,148,18); }
td.TdClassName
{
border-color: #119412;
}
.TagClassName
{
border-color: #119412;
}
</style>