Shades of Forest Green #119032
Tints of Forest Green #119032
RGB
CMYK
RGB Variations
Color information
#119032 (or 0x119032) is known color: Forest Green. HEX triplet: 11, 90 and 32. RGB value is (17,144,50). Sum of RGB (Red+Green+Blue) = 17+144+50=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 144 (56.64% from 255 or 68.25% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 144 - color contains mainly: green. Hex color #119032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119032 is #EE6FCD. Grayscale: #5F5F5F. Windows color (decimal): -15626190 or 3313681. OLE color: 3313681.
HSL color Cylindrical-coordinate representation of color #119032: hue angle of 135.59º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119032 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 50 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.44 |
| HSL | 135.59º | 0.79% | 0.32% | - |
| HSV(B) | 135.59º | 0.88% | 0.56% | - |
| XYZ | 10.78 | 20.3 | 6.37 | - |
| YUV | 95.31 | 102.42 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 50 | 0.88 | 0 | 0.65 | 0.44 | 135.59 | 0.79 | 0.32 |
| Hex | 11 | 90 | 32 | 58 | 0 | 41 | 2C | 88 | 4F | 20 |
| Octal | 21 | 220 | 62 | 130 | 0 | 101 | 54 | 210 | 117 | 40 |
| Binary | 10001 | 10010000 | 110010 | 1011000 | 0 | 1000001 | 101100 | 10001000 | 1001111 | 100000 |
Color Harmonies of #119032
Complementary color
Monochromatic Colors of #119032
Black with #119032
Text Example
Text Example
White with #119032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119032; }
p { color: rgb(17,144,50); }
H1.HeaderClassName
{
color: #119032;
}
.AnyTagClassName
{
color: #119032;
}
</style>
background-color css
<style>
a { background-color: #119032; }
a { background-color: rgb(17,144,50); }
div.DivClassName
{
background-color: #119032;
}
.BgClassName
{
background-color: #119032;
}
</style>
border-color css
<style>
span { border-color: #119032; }
span { border-color: rgb(17,144,50); }
td.TdClassName
{
border-color: #119032;
}
.TagClassName
{
border-color: #119032;
}
</style>