Shades of Forest Green #119D33
Tints of Forest Green #119D33
RGB
CMYK
RGB Variations
Color information
#119D33 (or 0x119D33) is known color: Forest Green. HEX triplet: 11, 9D and 33. RGB value is (17,157,51). Sum of RGB (Red+Green+Blue) = 17+157+51=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 157 (61.72% from 255 or 69.78% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 157 - color contains mainly: green. Hex color #119D33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119D33 is #EE62CC. Grayscale: #676767. Windows color (decimal): -15622861 or 3382545. OLE color: 3382545.
HSL color Cylindrical-coordinate representation of color #119D33: hue angle of 134.57º 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 #119D33 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 51 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.38 |
| HSL | 134.57º | 0.8% | 0.34% | - |
| HSV(B) | 134.57º | 0.89% | 0.62% | - |
| XYZ | 12.89 | 24.47 | 7.18 | - |
| YUV | 103.06 | 98.62 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 51 | 0.89 | 0 | 0.68 | 0.38 | 134.57 | 0.8 | 0.34 |
| Hex | 11 | 9D | 33 | 59 | 0 | 44 | 26 | 87 | 50 | 22 |
| Octal | 21 | 235 | 63 | 131 | 0 | 104 | 46 | 207 | 120 | 42 |
| Binary | 10001 | 10011101 | 110011 | 1011001 | 0 | 1000100 | 100110 | 10000111 | 1010000 | 100010 |
Color Harmonies of #119D33
Complementary color
Monochromatic Colors of #119D33
Black with #119D33
Text Example
Text Example
White with #119D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D33; }
p { color: rgb(17,157,51); }
H1.HeaderClassName
{
color: #119D33;
}
.AnyTagClassName
{
color: #119D33;
}
</style>
background-color css
<style>
a { background-color: #119D33; }
a { background-color: rgb(17,157,51); }
div.DivClassName
{
background-color: #119D33;
}
.BgClassName
{
background-color: #119D33;
}
</style>
border-color css
<style>
span { border-color: #119D33; }
span { border-color: rgb(17,157,51); }
td.TdClassName
{
border-color: #119D33;
}
.TagClassName
{
border-color: #119D33;
}
</style>