Shades of Forest Green #149119
Tints of Forest Green #149119
RGB
CMYK
RGB Variations
Color information
#149119 (or 0x149119) is known color: Forest Green. HEX triplet: 14, 91 and 19. RGB value is (20,145,25). Sum of RGB (Red+Green+Blue) = 20+145+25=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 145 (57.03% from 255 or 76.32% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 145 - color contains mainly: green. Hex color #149119 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149119 is #EB6EE6. Grayscale: #5E5E5E. Windows color (decimal): -15429351 or 1675540. OLE color: 1675540.
HSL color Cylindrical-coordinate representation of color #149119: hue angle of 122.4º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149119 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 25 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.43 |
| HSL | 122.4º | 0.76% | 0.32% | - |
| HSV(B) | 122.4º | 0.86% | 0.57% | - |
| XYZ | 10.59 | 20.47 | 4.31 | - |
| YUV | 93.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 25 | 0.86 | 0 | 0.83 | 0.43 | 122.4 | 0.76 | 0.32 |
| Hex | 14 | 91 | 19 | 56 | 0 | 53 | 2B | 7A | 4C | 20 |
| Octal | 24 | 221 | 31 | 126 | 0 | 123 | 53 | 172 | 114 | 40 |
| Binary | 10100 | 10010001 | 11001 | 1010110 | 0 | 1010011 | 101011 | 1111010 | 1001100 | 100000 |
Color Harmonies of #149119
Complementary color
Monochromatic Colors of #149119
Black with #149119
Text Example
Text Example
White with #149119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149119; }
p { color: rgb(20,145,25); }
H1.HeaderClassName
{
color: #149119;
}
.AnyTagClassName
{
color: #149119;
}
</style>
background-color css
<style>
a { background-color: #149119; }
a { background-color: rgb(20,145,25); }
div.DivClassName
{
background-color: #149119;
}
.BgClassName
{
background-color: #149119;
}
</style>
border-color css
<style>
span { border-color: #149119; }
span { border-color: rgb(20,145,25); }
td.TdClassName
{
border-color: #149119;
}
.TagClassName
{
border-color: #149119;
}
</style>