Shades of Forest Green #119613
Tints of Forest Green #119613
RGB
CMYK
RGB Variations
Color information
#119613 (or 0x119613) is known color: Forest Green. HEX triplet: 11, 96 and 13. RGB value is (17,150,19). Sum of RGB (Red+Green+Blue) = 17+150+19=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 150 (58.98% from 255 or 80.65% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 150 - color contains mainly: green. Hex color #119613 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119613 is #EE69EC. Grayscale: #5F5F5F. Windows color (decimal): -15624685 or 1283601. OLE color: 1283601.
HSL color Cylindrical-coordinate representation of color #119613: hue angle of 120.9º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119613 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 19 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.41 |
| HSL | 120.9º | 0.8% | 0.33% | - |
| HSV(B) | 120.9º | 0.89% | 0.59% | - |
| XYZ | 11.26 | 21.98 | 4.27 | - |
| YUV | 95.3 | 84.94 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 19 | 0.89 | 0 | 0.87 | 0.41 | 120.9 | 0.8 | 0.33 |
| Hex | 11 | 96 | 13 | 59 | 0 | 57 | 29 | 79 | 50 | 21 |
| Octal | 21 | 226 | 23 | 131 | 0 | 127 | 51 | 171 | 120 | 41 |
| Binary | 10001 | 10010110 | 10011 | 1011001 | 0 | 1010111 | 101001 | 1111001 | 1010000 | 100001 |
Color Harmonies of #119613
Complementary color
Monochromatic Colors of #119613
Black with #119613
Text Example
Text Example
White with #119613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119613; }
p { color: rgb(17,150,19); }
H1.HeaderClassName
{
color: #119613;
}
.AnyTagClassName
{
color: #119613;
}
</style>
background-color css
<style>
a { background-color: #119613; }
a { background-color: rgb(17,150,19); }
div.DivClassName
{
background-color: #119613;
}
.BgClassName
{
background-color: #119613;
}
</style>
border-color css
<style>
span { border-color: #119613; }
span { border-color: rgb(17,150,19); }
td.TdClassName
{
border-color: #119613;
}
.TagClassName
{
border-color: #119613;
}
</style>