Shades of Forest Green #149113
Tints of Forest Green #149113
RGB
CMYK
RGB Variations
Color information
#149113 (or 0x149113) is known color: Forest Green. HEX triplet: 14, 91 and 13. RGB value is (20,145,19). Sum of RGB (Red+Green+Blue) = 20+145+19=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 145 (57.03% from 255 or 78.80% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 145 - color contains mainly: green. Hex color #149113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149113 is #EB6EEC. Grayscale: #5D5D5D. Windows color (decimal): -15429357 or 1282324. OLE color: 1282324.
HSL color Cylindrical-coordinate representation of color #149113: hue angle of 119.52º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149113 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 19 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.43 |
| HSL | 119.52º | 0.77% | 0.32% | - |
| HSV(B) | 119.52º | 0.87% | 0.57% | - |
| XYZ | 10.53 | 20.45 | 4.01 | - |
| YUV | 93.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 19 | 0.86 | 0 | 0.87 | 0.43 | 119.52 | 0.77 | 0.32 |
| Hex | 14 | 91 | 13 | 56 | 0 | 57 | 2B | 78 | 4D | 20 |
| Octal | 24 | 221 | 23 | 126 | 0 | 127 | 53 | 170 | 115 | 40 |
| Binary | 10100 | 10010001 | 10011 | 1010110 | 0 | 1010111 | 101011 | 1111000 | 1001101 | 100000 |
Color Harmonies of #149113
Complementary color
Monochromatic Colors of #149113
Black with #149113
Text Example
Text Example
White with #149113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149113; }
p { color: rgb(20,145,19); }
H1.HeaderClassName
{
color: #149113;
}
.AnyTagClassName
{
color: #149113;
}
</style>
background-color css
<style>
a { background-color: #149113; }
a { background-color: rgb(20,145,19); }
div.DivClassName
{
background-color: #149113;
}
.BgClassName
{
background-color: #149113;
}
</style>
border-color css
<style>
span { border-color: #149113; }
span { border-color: rgb(20,145,19); }
td.TdClassName
{
border-color: #149113;
}
.TagClassName
{
border-color: #149113;
}
</style>