Shades of Forest Green #119113
Tints of Forest Green #119113
RGB
CMYK
RGB Variations
Color information
#119113 (or 0x119113) is known color: Forest Green. HEX triplet: 11, 91 and 13. RGB value is (17,145,19). Sum of RGB (Red+Green+Blue) = 17+145+19=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 145 (57.03% from 255 or 80.11% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 145 - color contains mainly: green. Hex color #119113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119113 is #EE6EEC. Grayscale: #5C5C5C. Windows color (decimal): -15625965 or 1282321. OLE color: 1282321.
HSL color Cylindrical-coordinate representation of color #119113: hue angle of 120.94º 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 #119113 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 145 | 19 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.43 |
| HSL | 120.94º | 0.79% | 0.32% | - |
| HSV(B) | 120.94º | 0.88% | 0.57% | - |
| XYZ | 10.47 | 20.42 | 4 | - |
| YUV | 92.36 | 86.59 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 19 | 0.88 | 0 | 0.87 | 0.43 | 120.94 | 0.79 | 0.32 |
| Hex | 11 | 91 | 13 | 58 | 0 | 57 | 2B | 79 | 4F | 20 |
| Octal | 21 | 221 | 23 | 130 | 0 | 127 | 53 | 171 | 117 | 40 |
| Binary | 10001 | 10010001 | 10011 | 1011000 | 0 | 1010111 | 101011 | 1111001 | 1001111 | 100000 |
Color Harmonies of #119113
Complementary color
Monochromatic Colors of #119113
Black with #119113
Text Example
Text Example
White with #119113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119113; }
p { color: rgb(17,145,19); }
H1.HeaderClassName
{
color: #119113;
}
.AnyTagClassName
{
color: #119113;
}
</style>
background-color css
<style>
a { background-color: #119113; }
a { background-color: rgb(17,145,19); }
div.DivClassName
{
background-color: #119113;
}
.BgClassName
{
background-color: #119113;
}
</style>
border-color css
<style>
span { border-color: #119113; }
span { border-color: rgb(17,145,19); }
td.TdClassName
{
border-color: #119113;
}
.TagClassName
{
border-color: #119113;
}
</style>