Shades of Forest Green #119D2C
Tints of Forest Green #119D2C
RGB
CMYK
RGB Variations
Color information
#119D2C (or 0x119D2C) is known color: Forest Green. HEX triplet: 11, 9D and 2C. RGB value is (17,157,44). Sum of RGB (Red+Green+Blue) = 17+157+44=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 157 (61.72% from 255 or 72.02% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 157 - color contains mainly: green. Hex color #119D2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119D2C is #EE62D3. Grayscale: #666666. Windows color (decimal): -15622868 or 2923793. OLE color: 2923793.
HSL color Cylindrical-coordinate representation of color #119D2C: hue angle of 131.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 #119D2C is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 44 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.38 |
| HSL | 131.57º | 0.8% | 0.34% | - |
| HSV(B) | 131.57º | 0.89% | 0.62% | - |
| XYZ | 12.74 | 24.41 | 6.42 | - |
| YUV | 102.26 | 95.12 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 44 | 0.89 | 0 | 0.72 | 0.38 | 131.57 | 0.8 | 0.34 |
| Hex | 11 | 9D | 2C | 59 | 0 | 48 | 26 | 84 | 50 | 22 |
| Octal | 21 | 235 | 54 | 131 | 0 | 110 | 46 | 204 | 120 | 42 |
| Binary | 10001 | 10011101 | 101100 | 1011001 | 0 | 1001000 | 100110 | 10000100 | 1010000 | 100010 |
Color Harmonies of #119D2C
Complementary color
Monochromatic Colors of #119D2C
Black with #119D2C
Text Example
Text Example
White with #119D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D2C; }
p { color: rgb(17,157,44); }
H1.HeaderClassName
{
color: #119D2C;
}
.AnyTagClassName
{
color: #119D2C;
}
</style>
background-color css
<style>
a { background-color: #119D2C; }
a { background-color: rgb(17,157,44); }
div.DivClassName
{
background-color: #119D2C;
}
.BgClassName
{
background-color: #119D2C;
}
</style>
border-color css
<style>
span { border-color: #119D2C; }
span { border-color: rgb(17,157,44); }
td.TdClassName
{
border-color: #119D2C;
}
.TagClassName
{
border-color: #119D2C;
}
</style>