Shades of Forest Green #119414
Tints of Forest Green #119414
RGB
CMYK
RGB Variations
Color information
#119414 (or 0x119414) is known color: Forest Green. HEX triplet: 11, 94 and 14. RGB value is (17,148,20). Sum of RGB (Red+Green+Blue) = 17+148+20=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 148 (58.20% from 255 or 80% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 148 - color contains mainly: green. Hex color #119414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119414 is #EE6BEB. Grayscale: #5E5E5E. Windows color (decimal): -15625196 or 1348625. OLE color: 1348625.
HSL color Cylindrical-coordinate representation of color #119414: hue angle of 121.37º 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 #119414 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 148 | 20 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.42 |
| HSL | 121.37º | 0.79% | 0.32% | - |
| HSV(B) | 121.37º | 0.89% | 0.58% | - |
| XYZ | 10.95 | 21.35 | 4.21 | - |
| YUV | 94.24 | 86.1 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 20 | 0.89 | 0 | 0.86 | 0.42 | 121.37 | 0.79 | 0.32 |
| Hex | 11 | 94 | 14 | 59 | 0 | 56 | 2A | 79 | 4F | 20 |
| Octal | 21 | 224 | 24 | 131 | 0 | 126 | 52 | 171 | 117 | 40 |
| Binary | 10001 | 10010100 | 10100 | 1011001 | 0 | 1010110 | 101010 | 1111001 | 1001111 | 100000 |
Color Harmonies of #119414
Complementary color
Monochromatic Colors of #119414
Black with #119414
Text Example
Text Example
White with #119414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119414; }
p { color: rgb(17,148,20); }
H1.HeaderClassName
{
color: #119414;
}
.AnyTagClassName
{
color: #119414;
}
</style>
background-color css
<style>
a { background-color: #119414; }
a { background-color: rgb(17,148,20); }
div.DivClassName
{
background-color: #119414;
}
.BgClassName
{
background-color: #119414;
}
</style>
border-color css
<style>
span { border-color: #119414; }
span { border-color: rgb(17,148,20); }
td.TdClassName
{
border-color: #119414;
}
.TagClassName
{
border-color: #119414;
}
</style>