Shades of Forest Green #149211
Tints of Forest Green #149211
RGB
CMYK
RGB Variations
Color information
#149211 (or 0x149211) is known color: Forest Green. HEX triplet: 14, 92 and 11. RGB value is (20,146,17). Sum of RGB (Red+Green+Blue) = 20+146+17=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 146 (57.42% from 255 or 79.78% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 146 - color contains mainly: green. Hex color #149211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149211 is #EB6DEE. Grayscale: #5E5E5E. Windows color (decimal): -15429103 or 1151508. OLE color: 1151508.
HSL color Cylindrical-coordinate representation of color #149211: hue angle of 118.6º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149211 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 17 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.43 |
| HSL | 118.6º | 0.79% | 0.32% | - |
| HSV(B) | 118.6º | 0.88% | 0.57% | - |
| XYZ | 10.67 | 20.75 | 3.97 | - |
| YUV | 93.62 | 84.76 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 17 | 0.86 | 0 | 0.88 | 0.43 | 118.6 | 0.79 | 0.32 |
| Hex | 14 | 92 | 11 | 56 | 0 | 58 | 2B | 77 | 4F | 20 |
| Octal | 24 | 222 | 21 | 126 | 0 | 130 | 53 | 167 | 117 | 40 |
| Binary | 10100 | 10010010 | 10001 | 1010110 | 0 | 1011000 | 101011 | 1110111 | 1001111 | 100000 |
Color Harmonies of #149211
Complementary color
Monochromatic Colors of #149211
Black with #149211
Text Example
Text Example
White with #149211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149211; }
p { color: rgb(20,146,17); }
H1.HeaderClassName
{
color: #149211;
}
.AnyTagClassName
{
color: #149211;
}
</style>
background-color css
<style>
a { background-color: #149211; }
a { background-color: rgb(20,146,17); }
div.DivClassName
{
background-color: #149211;
}
.BgClassName
{
background-color: #149211;
}
</style>
border-color css
<style>
span { border-color: #149211; }
span { border-color: rgb(20,146,17); }
td.TdClassName
{
border-color: #149211;
}
.TagClassName
{
border-color: #149211;
}
</style>