Shades of Forest Green #119D32
Tints of Forest Green #119D32
RGB
CMYK
RGB Variations
Color information
#119D32 (or 0x119D32) is known color: Forest Green. HEX triplet: 11, 9D and 32. RGB value is (17,157,50). Sum of RGB (Red+Green+Blue) = 17+157+50=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 157 (61.72% from 255 or 70.09% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 157 - color contains mainly: green. Hex color #119D32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119D32 is #EE62CD. Grayscale: #676767. Windows color (decimal): -15622862 or 3317009. OLE color: 3317009.
HSL color Cylindrical-coordinate representation of color #119D32: hue angle of 134.14º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119D32 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 50 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.38 |
| HSL | 134.14º | 0.8% | 0.34% | - |
| HSV(B) | 134.14º | 0.89% | 0.62% | - |
| XYZ | 12.86 | 24.46 | 7.06 | - |
| YUV | 102.94 | 98.12 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 50 | 0.89 | 0 | 0.68 | 0.38 | 134.14 | 0.8 | 0.34 |
| Hex | 11 | 9D | 32 | 59 | 0 | 44 | 26 | 86 | 50 | 22 |
| Octal | 21 | 235 | 62 | 131 | 0 | 104 | 46 | 206 | 120 | 42 |
| Binary | 10001 | 10011101 | 110010 | 1011001 | 0 | 1000100 | 100110 | 10000110 | 1010000 | 100010 |
Color Harmonies of #119D32
Complementary color
Monochromatic Colors of #119D32
Black with #119D32
Text Example
Text Example
White with #119D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D32; }
p { color: rgb(17,157,50); }
H1.HeaderClassName
{
color: #119D32;
}
.AnyTagClassName
{
color: #119D32;
}
</style>
background-color css
<style>
a { background-color: #119D32; }
a { background-color: rgb(17,157,50); }
div.DivClassName
{
background-color: #119D32;
}
.BgClassName
{
background-color: #119D32;
}
</style>
border-color css
<style>
span { border-color: #119D32; }
span { border-color: rgb(17,157,50); }
td.TdClassName
{
border-color: #119D32;
}
.TagClassName
{
border-color: #119D32;
}
</style>