Shades of Forest Green #119013
Tints of Forest Green #119013
RGB
CMYK
RGB Variations
Color information
#119013 (or 0x119013) is known color: Forest Green. HEX triplet: 11, 90 and 13. RGB value is (17,144,19). Sum of RGB (Red+Green+Blue) = 17+144+19=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 144 (56.64% from 255 or 80% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 144 - color contains mainly: green. Hex color #119013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119013 is #EE6FEC. Grayscale: #5C5C5C. Windows color (decimal): -15626221 or 1282065. OLE color: 1282065.
HSL color Cylindrical-coordinate representation of color #119013: hue angle of 120.94º 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 #119013 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 19 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.44 |
| HSL | 120.94º | 0.79% | 0.32% | - |
| HSV(B) | 120.94º | 0.88% | 0.56% | - |
| XYZ | 10.32 | 20.11 | 3.95 | - |
| YUV | 91.78 | 86.92 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 19 | 0.88 | 0 | 0.87 | 0.44 | 120.94 | 0.79 | 0.32 |
| Hex | 11 | 90 | 13 | 58 | 0 | 57 | 2C | 79 | 4F | 20 |
| Octal | 21 | 220 | 23 | 130 | 0 | 127 | 54 | 171 | 117 | 40 |
| Binary | 10001 | 10010000 | 10011 | 1011000 | 0 | 1010111 | 101100 | 1111001 | 1001111 | 100000 |
Color Harmonies of #119013
Complementary color
Monochromatic Colors of #119013
Black with #119013
Text Example
Text Example
White with #119013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119013; }
p { color: rgb(17,144,19); }
H1.HeaderClassName
{
color: #119013;
}
.AnyTagClassName
{
color: #119013;
}
</style>
background-color css
<style>
a { background-color: #119013; }
a { background-color: rgb(17,144,19); }
div.DivClassName
{
background-color: #119013;
}
.BgClassName
{
background-color: #119013;
}
</style>
border-color css
<style>
span { border-color: #119013; }
span { border-color: rgb(17,144,19); }
td.TdClassName
{
border-color: #119013;
}
.TagClassName
{
border-color: #119013;
}
</style>