Shades of Forest Green #119F2C
Tints of Forest Green #119F2C
RGB
CMYK
RGB Variations
Color information
#119F2C (or 0x119F2C) is known color: Forest Green. HEX triplet: 11, 9F and 2C. RGB value is (17,159,44). Sum of RGB (Red+Green+Blue) = 17+159+44=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 159 (62.5% from 255 or 72.27% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 159 - color contains mainly: green. Hex color #119F2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119F2C is #EE60D3. Grayscale: #676767. Windows color (decimal): -15622356 or 2924305. OLE color: 2924305.
HSL color Cylindrical-coordinate representation of color #119F2C: hue angle of 131.41º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119F2C is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 44 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.38 |
| HSL | 131.41º | 0.81% | 0.35% | - |
| HSV(B) | 131.41º | 0.89% | 0.62% | - |
| XYZ | 13.08 | 25.1 | 6.54 | - |
| YUV | 103.43 | 94.46 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 44 | 0.89 | 0 | 0.72 | 0.38 | 131.41 | 0.81 | 0.35 |
| Hex | 11 | 9F | 2C | 59 | 0 | 48 | 26 | 83 | 51 | 23 |
| Octal | 21 | 237 | 54 | 131 | 0 | 110 | 46 | 203 | 121 | 43 |
| Binary | 10001 | 10011111 | 101100 | 1011001 | 0 | 1001000 | 100110 | 10000011 | 1010001 | 100011 |
Color Harmonies of #119F2C
Complementary color
Monochromatic Colors of #119F2C
Black with #119F2C
Text Example
Text Example
White with #119F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F2C; }
p { color: rgb(17,159,44); }
H1.HeaderClassName
{
color: #119F2C;
}
.AnyTagClassName
{
color: #119F2C;
}
</style>
background-color css
<style>
a { background-color: #119F2C; }
a { background-color: rgb(17,159,44); }
div.DivClassName
{
background-color: #119F2C;
}
.BgClassName
{
background-color: #119F2C;
}
</style>
border-color css
<style>
span { border-color: #119F2C; }
span { border-color: rgb(17,159,44); }
td.TdClassName
{
border-color: #119F2C;
}
.TagClassName
{
border-color: #119F2C;
}
</style>