Shades of Forest Green #119020
Tints of Forest Green #119020
RGB
CMYK
RGB Variations
Color information
#119020 (or 0x119020) is known color: Forest Green. HEX triplet: 11, 90 and 20. RGB value is (17,144,32). Sum of RGB (Red+Green+Blue) = 17+144+32=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 144 (56.64% from 255 or 74.61% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 144 - color contains mainly: green. Hex color #119020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119020 is #EE6FDF. Grayscale: #5D5D5D. Windows color (decimal): -15626208 or 2134033. OLE color: 2134033.
HSL color Cylindrical-coordinate representation of color #119020: hue angle of 127.09º 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 #119020 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 32 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.44 |
| HSL | 127.09º | 0.79% | 0.32% | - |
| HSV(B) | 127.09º | 0.88% | 0.56% | - |
| XYZ | 10.47 | 20.17 | 4.71 | - |
| YUV | 93.26 | 93.42 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 32 | 0.88 | 0 | 0.78 | 0.44 | 127.09 | 0.79 | 0.32 |
| Hex | 11 | 90 | 20 | 58 | 0 | 4E | 2C | 7F | 4F | 20 |
| Octal | 21 | 220 | 40 | 130 | 0 | 116 | 54 | 177 | 117 | 40 |
| Binary | 10001 | 10010000 | 100000 | 1011000 | 0 | 1001110 | 101100 | 1111111 | 1001111 | 100000 |
Color Harmonies of #119020
Complementary color
Monochromatic Colors of #119020
Black with #119020
Text Example
Text Example
White with #119020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119020; }
p { color: rgb(17,144,32); }
H1.HeaderClassName
{
color: #119020;
}
.AnyTagClassName
{
color: #119020;
}
</style>
background-color css
<style>
a { background-color: #119020; }
a { background-color: rgb(17,144,32); }
div.DivClassName
{
background-color: #119020;
}
.BgClassName
{
background-color: #119020;
}
</style>
border-color css
<style>
span { border-color: #119020; }
span { border-color: rgb(17,144,32); }
td.TdClassName
{
border-color: #119020;
}
.TagClassName
{
border-color: #119020;
}
</style>