Shades of Forest Green #119213
Tints of Forest Green #119213
RGB
CMYK
RGB Variations
Color information
#119213 (or 0x119213) is known color: Forest Green. HEX triplet: 11, 92 and 13. RGB value is (17,146,19). Sum of RGB (Red+Green+Blue) = 17+146+19=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 146 (57.42% from 255 or 80.22% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 146 - color contains mainly: green. Hex color #119213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119213 is #EE6DEC. Grayscale: #5D5D5D. Windows color (decimal): -15625709 or 1282577. OLE color: 1282577.
HSL color Cylindrical-coordinate representation of color #119213: hue angle of 120.93º 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 #119213 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 19 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.43 |
| HSL | 120.93º | 0.79% | 0.32% | - |
| HSV(B) | 120.93º | 0.88% | 0.57% | - |
| XYZ | 10.63 | 20.72 | 4.06 | - |
| YUV | 92.95 | 86.26 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 19 | 0.88 | 0 | 0.87 | 0.43 | 120.93 | 0.79 | 0.32 |
| Hex | 11 | 92 | 13 | 58 | 0 | 57 | 2B | 79 | 4F | 20 |
| Octal | 21 | 222 | 23 | 130 | 0 | 127 | 53 | 171 | 117 | 40 |
| Binary | 10001 | 10010010 | 10011 | 1011000 | 0 | 1010111 | 101011 | 1111001 | 1001111 | 100000 |
Color Harmonies of #119213
Complementary color
Monochromatic Colors of #119213
Black with #119213
Text Example
Text Example
White with #119213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119213; }
p { color: rgb(17,146,19); }
H1.HeaderClassName
{
color: #119213;
}
.AnyTagClassName
{
color: #119213;
}
</style>
background-color css
<style>
a { background-color: #119213; }
a { background-color: rgb(17,146,19); }
div.DivClassName
{
background-color: #119213;
}
.BgClassName
{
background-color: #119213;
}
</style>
border-color css
<style>
span { border-color: #119213; }
span { border-color: rgb(17,146,19); }
td.TdClassName
{
border-color: #119213;
}
.TagClassName
{
border-color: #119213;
}
</style>