Shades of Forest Green #119A2D
Tints of Forest Green #119A2D
RGB
CMYK
RGB Variations
Color information
#119A2D (or 0x119A2D) is known color: Forest Green. HEX triplet: 11, 9A and 2D. RGB value is (17,154,45). Sum of RGB (Red+Green+Blue) = 17+154+45=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 154 (60.55% from 255 or 71.30% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 154 - color contains mainly: green. Hex color #119A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119A2D is #EE65D2. Grayscale: #646464. Windows color (decimal): -15623635 or 2988561. OLE color: 2988561.
HSL color Cylindrical-coordinate representation of color #119A2D: hue angle of 132.26º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119A2D is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 154 | 45 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.40 |
| HSL | 132.26º | 0.8% | 0.34% | - |
| HSV(B) | 132.26º | 0.89% | 0.6% | - |
| XYZ | 12.26 | 23.42 | 6.36 | - |
| YUV | 100.61 | 96.61 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 45 | 0.89 | 0 | 0.71 | 0.40 | 132.26 | 0.8 | 0.34 |
| Hex | 11 | 9A | 2D | 59 | 0 | 47 | 28 | 84 | 50 | 22 |
| Octal | 21 | 232 | 55 | 131 | 0 | 107 | 50 | 204 | 120 | 42 |
| Binary | 10001 | 10011010 | 101101 | 1011001 | 0 | 1000111 | 101000 | 10000100 | 1010000 | 100010 |
Color Harmonies of #119A2D
Complementary color
Monochromatic Colors of #119A2D
Black with #119A2D
Text Example
Text Example
White with #119A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119A2D; }
p { color: rgb(17,154,45); }
H1.HeaderClassName
{
color: #119A2D;
}
.AnyTagClassName
{
color: #119A2D;
}
</style>
background-color css
<style>
a { background-color: #119A2D; }
a { background-color: rgb(17,154,45); }
div.DivClassName
{
background-color: #119A2D;
}
.BgClassName
{
background-color: #119A2D;
}
</style>
border-color css
<style>
span { border-color: #119A2D; }
span { border-color: rgb(17,154,45); }
td.TdClassName
{
border-color: #119A2D;
}
.TagClassName
{
border-color: #119A2D;
}
</style>