Shades of Forest Green #119619
Tints of Forest Green #119619
RGB
CMYK
RGB Variations
Color information
#119619 (or 0x119619) is known color: Forest Green. HEX triplet: 11, 96 and 19. RGB value is (17,150,25). Sum of RGB (Red+Green+Blue) = 17+150+25=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 150 (58.98% from 255 or 78.12% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 150 - color contains mainly: green. Hex color #119619 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119619 is #EE69E6. Grayscale: #606060. Windows color (decimal): -15624679 or 1676817. OLE color: 1676817.
HSL color Cylindrical-coordinate representation of color #119619: hue angle of 123.61º 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 #119619 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 25 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.41 |
| HSL | 123.61º | 0.8% | 0.33% | - |
| HSV(B) | 123.61º | 0.89% | 0.59% | - |
| XYZ | 11.31 | 22 | 4.57 | - |
| YUV | 95.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 25 | 0.89 | 0 | 0.83 | 0.41 | 123.61 | 0.8 | 0.33 |
| Hex | 11 | 96 | 19 | 59 | 0 | 53 | 29 | 7C | 50 | 21 |
| Octal | 21 | 226 | 31 | 131 | 0 | 123 | 51 | 174 | 120 | 41 |
| Binary | 10001 | 10010110 | 11001 | 1011001 | 0 | 1010011 | 101001 | 1111100 | 1010000 | 100001 |
Color Harmonies of #119619
Complementary color
Monochromatic Colors of #119619
Black with #119619
Text Example
Text Example
White with #119619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119619; }
p { color: rgb(17,150,25); }
H1.HeaderClassName
{
color: #119619;
}
.AnyTagClassName
{
color: #119619;
}
</style>
background-color css
<style>
a { background-color: #119619; }
a { background-color: rgb(17,150,25); }
div.DivClassName
{
background-color: #119619;
}
.BgClassName
{
background-color: #119619;
}
</style>
border-color css
<style>
span { border-color: #119619; }
span { border-color: rgb(17,150,25); }
td.TdClassName
{
border-color: #119619;
}
.TagClassName
{
border-color: #119619;
}
</style>