Shades of Forest Green #119E2D
Tints of Forest Green #119E2D
RGB
CMYK
RGB Variations
Color information
#119E2D (or 0x119E2D) is known color: Forest Green. HEX triplet: 11, 9E and 2D. RGB value is (17,158,45). Sum of RGB (Red+Green+Blue) = 17+158+45=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 158 (62.11% from 255 or 71.82% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 158 - color contains mainly: green. Hex color #119E2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119E2D is #EE61D2. Grayscale: #676767. Windows color (decimal): -15622611 or 2989585. OLE color: 2989585.
HSL color Cylindrical-coordinate representation of color #119E2D: hue angle of 131.91º degrees, saturation: 0.81, 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 #119E2D is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 158 | 45 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.38 |
| HSL | 131.91º | 0.81% | 0.34% | - |
| HSV(B) | 131.91º | 0.89% | 0.62% | - |
| XYZ | 12.93 | 24.76 | 6.58 | - |
| YUV | 102.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 45 | 0.89 | 0 | 0.72 | 0.38 | 131.91 | 0.81 | 0.34 |
| Hex | 11 | 9E | 2D | 59 | 0 | 48 | 26 | 84 | 51 | 22 |
| Octal | 21 | 236 | 55 | 131 | 0 | 110 | 46 | 204 | 121 | 42 |
| Binary | 10001 | 10011110 | 101101 | 1011001 | 0 | 1001000 | 100110 | 10000100 | 1010001 | 100010 |
Color Harmonies of #119E2D
Complementary color
Monochromatic Colors of #119E2D
Black with #119E2D
Text Example
Text Example
White with #119E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119E2D; }
p { color: rgb(17,158,45); }
H1.HeaderClassName
{
color: #119E2D;
}
.AnyTagClassName
{
color: #119E2D;
}
</style>
background-color css
<style>
a { background-color: #119E2D; }
a { background-color: rgb(17,158,45); }
div.DivClassName
{
background-color: #119E2D;
}
.BgClassName
{
background-color: #119E2D;
}
</style>
border-color css
<style>
span { border-color: #119E2D; }
span { border-color: rgb(17,158,45); }
td.TdClassName
{
border-color: #119E2D;
}
.TagClassName
{
border-color: #119E2D;
}
</style>