Shades of Forest Green #119D2F
Tints of Forest Green #119D2F
RGB
CMYK
RGB Variations
Color information
#119D2F (or 0x119D2F) is known color: Forest Green. HEX triplet: 11, 9D and 2F. RGB value is (17,157,47). Sum of RGB (Red+Green+Blue) = 17+157+47=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 157 (61.72% from 255 or 71.04% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 157 - color contains mainly: green. Hex color #119D2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119D2F is #EE62D0. Grayscale: #666666. Windows color (decimal): -15622865 or 3120401. OLE color: 3120401.
HSL color Cylindrical-coordinate representation of color #119D2F: hue angle of 132.86º 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 #119D2F is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 47 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.38 |
| HSL | 132.86º | 0.8% | 0.34% | - |
| HSV(B) | 132.86º | 0.89% | 0.62% | - |
| XYZ | 12.8 | 24.44 | 6.73 | - |
| YUV | 102.6 | 96.62 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 47 | 0.89 | 0 | 0.70 | 0.38 | 132.86 | 0.8 | 0.34 |
| Hex | 11 | 9D | 2F | 59 | 0 | 46 | 26 | 85 | 50 | 22 |
| Octal | 21 | 235 | 57 | 131 | 0 | 106 | 46 | 205 | 120 | 42 |
| Binary | 10001 | 10011101 | 101111 | 1011001 | 0 | 1000110 | 100110 | 10000101 | 1010000 | 100010 |
Color Harmonies of #119D2F
Complementary color
Monochromatic Colors of #119D2F
Black with #119D2F
Text Example
Text Example
White with #119D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D2F; }
p { color: rgb(17,157,47); }
H1.HeaderClassName
{
color: #119D2F;
}
.AnyTagClassName
{
color: #119D2F;
}
</style>
background-color css
<style>
a { background-color: #119D2F; }
a { background-color: rgb(17,157,47); }
div.DivClassName
{
background-color: #119D2F;
}
.BgClassName
{
background-color: #119D2F;
}
</style>
border-color css
<style>
span { border-color: #119D2F; }
span { border-color: rgb(17,157,47); }
td.TdClassName
{
border-color: #119D2F;
}
.TagClassName
{
border-color: #119D2F;
}
</style>