Shades of Forest Green #119420
Tints of Forest Green #119420
RGB
CMYK
RGB Variations
Color information
#119420 (or 0x119420) is known color: Forest Green. HEX triplet: 11, 94 and 20. RGB value is (17,148,32). Sum of RGB (Red+Green+Blue) = 17+148+32=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 148 (58.20% from 255 or 75.13% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 148 - color contains mainly: green. Hex color #119420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119420 is #EE6BDF. Grayscale: #5F5F5F. Windows color (decimal): -15625184 or 2135057. OLE color: 2135057.
HSL color Cylindrical-coordinate representation of color #119420: hue angle of 126.87º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119420 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 148 | 32 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.42 |
| HSL | 126.87º | 0.79% | 0.32% | - |
| HSV(B) | 126.87º | 0.89% | 0.58% | - |
| XYZ | 11.08 | 21.4 | 4.91 | - |
| YUV | 95.61 | 92.1 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 32 | 0.89 | 0 | 0.78 | 0.42 | 126.87 | 0.79 | 0.32 |
| Hex | 11 | 94 | 20 | 59 | 0 | 4E | 2A | 7F | 4F | 20 |
| Octal | 21 | 224 | 40 | 131 | 0 | 116 | 52 | 177 | 117 | 40 |
| Binary | 10001 | 10010100 | 100000 | 1011001 | 0 | 1001110 | 101010 | 1111111 | 1001111 | 100000 |
Color Harmonies of #119420
Complementary color
Monochromatic Colors of #119420
Black with #119420
Text Example
Text Example
White with #119420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119420; }
p { color: rgb(17,148,32); }
H1.HeaderClassName
{
color: #119420;
}
.AnyTagClassName
{
color: #119420;
}
</style>
background-color css
<style>
a { background-color: #119420; }
a { background-color: rgb(17,148,32); }
div.DivClassName
{
background-color: #119420;
}
.BgClassName
{
background-color: #119420;
}
</style>
border-color css
<style>
span { border-color: #119420; }
span { border-color: rgb(17,148,32); }
td.TdClassName
{
border-color: #119420;
}
.TagClassName
{
border-color: #119420;
}
</style>