Shades of Forest Green #119219
Tints of Forest Green #119219
RGB
CMYK
RGB Variations
Color information
#119219 (or 0x119219) is known color: Forest Green. HEX triplet: 11, 92 and 19. RGB value is (17,146,25). Sum of RGB (Red+Green+Blue) = 17+146+25=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 146 (57.42% from 255 or 77.66% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 146 - color contains mainly: green. Hex color #119219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119219 is #EE6DE6. Grayscale: #5D5D5D. Windows color (decimal): -15625703 or 1675793. OLE color: 1675793.
HSL color Cylindrical-coordinate representation of color #119219: hue angle of 123.72º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119219 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 25 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.43 |
| HSL | 123.72º | 0.79% | 0.32% | - |
| HSV(B) | 123.72º | 0.88% | 0.57% | - |
| XYZ | 10.69 | 20.75 | 4.36 | - |
| YUV | 93.64 | 89.26 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 25 | 0.88 | 0 | 0.83 | 0.43 | 123.72 | 0.79 | 0.32 |
| Hex | 11 | 92 | 19 | 58 | 0 | 53 | 2B | 7C | 4F | 20 |
| Octal | 21 | 222 | 31 | 130 | 0 | 123 | 53 | 174 | 117 | 40 |
| Binary | 10001 | 10010010 | 11001 | 1011000 | 0 | 1010011 | 101011 | 1111100 | 1001111 | 100000 |
Color Harmonies of #119219
Complementary color
Monochromatic Colors of #119219
Black with #119219
Text Example
Text Example
White with #119219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119219; }
p { color: rgb(17,146,25); }
H1.HeaderClassName
{
color: #119219;
}
.AnyTagClassName
{
color: #119219;
}
</style>
background-color css
<style>
a { background-color: #119219; }
a { background-color: rgb(17,146,25); }
div.DivClassName
{
background-color: #119219;
}
.BgClassName
{
background-color: #119219;
}
</style>
border-color css
<style>
span { border-color: #119219; }
span { border-color: rgb(17,146,25); }
td.TdClassName
{
border-color: #119219;
}
.TagClassName
{
border-color: #119219;
}
</style>