Shades of Forest Green #119E2B
Tints of Forest Green #119E2B
RGB
CMYK
RGB Variations
Color information
#119E2B (or 0x119E2B) is known color: Forest Green. HEX triplet: 11, 9E and 2B. RGB value is (17,158,43). Sum of RGB (Red+Green+Blue) = 17+158+43=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 158 (62.11% from 255 or 72.48% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 158 - color contains mainly: green. Hex color #119E2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119E2B is #EE61D4. Grayscale: #676767. Windows color (decimal): -15622613 or 2858513. OLE color: 2858513.
HSL color Cylindrical-coordinate representation of color #119E2B: hue angle of 131.06º 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 #119E2B is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 158 | 43 | - |
| CMYK | 0.89 | 0 | 0.73 | 0.38 |
| HSL | 131.06º | 0.81% | 0.34% | - |
| HSV(B) | 131.06º | 0.89% | 0.62% | - |
| XYZ | 12.89 | 24.75 | 6.38 | - |
| YUV | 102.73 | 94.29 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 43 | 0.89 | 0 | 0.73 | 0.38 | 131.06 | 0.81 | 0.34 |
| Hex | 11 | 9E | 2B | 59 | 0 | 49 | 26 | 83 | 51 | 22 |
| Octal | 21 | 236 | 53 | 131 | 0 | 111 | 46 | 203 | 121 | 42 |
| Binary | 10001 | 10011110 | 101011 | 1011001 | 0 | 1001001 | 100110 | 10000011 | 1010001 | 100010 |
Color Harmonies of #119E2B
Complementary color
Monochromatic Colors of #119E2B
Black with #119E2B
Text Example
Text Example
White with #119E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119E2B; }
p { color: rgb(17,158,43); }
H1.HeaderClassName
{
color: #119E2B;
}
.AnyTagClassName
{
color: #119E2B;
}
</style>
background-color css
<style>
a { background-color: #119E2B; }
a { background-color: rgb(17,158,43); }
div.DivClassName
{
background-color: #119E2B;
}
.BgClassName
{
background-color: #119E2B;
}
</style>
border-color css
<style>
span { border-color: #119E2B; }
span { border-color: rgb(17,158,43); }
td.TdClassName
{
border-color: #119E2B;
}
.TagClassName
{
border-color: #119E2B;
}
</style>