Shades of Forest Green #119D2D
Tints of Forest Green #119D2D
RGB
CMYK
RGB Variations
Color information
#119D2D (or 0x119D2D) is known color: Forest Green. HEX triplet: 11, 9D and 2D. RGB value is (17,157,45). Sum of RGB (Red+Green+Blue) = 17+157+45=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 157 (61.72% from 255 or 71.69% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 157 - color contains mainly: green. Hex color #119D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119D2D is #EE62D2. Grayscale: #666666. Windows color (decimal): -15622867 or 2989329. OLE color: 2989329.
HSL color Cylindrical-coordinate representation of color #119D2D: hue angle of 132º 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 #119D2D is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 45 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.38 |
| HSL | 132º | 0.8% | 0.34% | - |
| HSV(B) | 132º | 0.89% | 0.62% | - |
| XYZ | 12.76 | 24.42 | 6.52 | - |
| YUV | 102.37 | 95.62 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 45 | 0.89 | 0 | 0.71 | 0.38 | 132 | 0.8 | 0.34 |
| Hex | 11 | 9D | 2D | 59 | 0 | 47 | 26 | 84 | 50 | 22 |
| Octal | 21 | 235 | 55 | 131 | 0 | 107 | 46 | 204 | 120 | 42 |
| Binary | 10001 | 10011101 | 101101 | 1011001 | 0 | 1000111 | 100110 | 10000100 | 1010000 | 100010 |
Color Harmonies of #119D2D
Complementary color
Monochromatic Colors of #119D2D
Black with #119D2D
Text Example
Text Example
White with #119D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D2D; }
p { color: rgb(17,157,45); }
H1.HeaderClassName
{
color: #119D2D;
}
.AnyTagClassName
{
color: #119D2D;
}
</style>
background-color css
<style>
a { background-color: #119D2D; }
a { background-color: rgb(17,157,45); }
div.DivClassName
{
background-color: #119D2D;
}
.BgClassName
{
background-color: #119D2D;
}
</style>
border-color css
<style>
span { border-color: #119D2D; }
span { border-color: rgb(17,157,45); }
td.TdClassName
{
border-color: #119D2D;
}
.TagClassName
{
border-color: #119D2D;
}
</style>