Shades of Forest Green #149017
Tints of Forest Green #149017
RGB
CMYK
RGB Variations
Color information
#149017 (or 0x149017) is known color: Forest Green. HEX triplet: 14, 90 and 17. RGB value is (20,144,23). Sum of RGB (Red+Green+Blue) = 20+144+23=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 144 (56.64% from 255 or 77.01% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 144 - color contains mainly: green. Hex color #149017 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149017 is #EB6FE8. Grayscale: #5D5D5D. Windows color (decimal): -15429609 or 1544212. OLE color: 1544212.
HSL color Cylindrical-coordinate representation of color #149017: hue angle of 121.45º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149017 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 23 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.44 |
| HSL | 121.45º | 0.76% | 0.32% | - |
| HSV(B) | 121.45º | 0.86% | 0.56% | - |
| XYZ | 10.42 | 20.16 | 4.15 | - |
| YUV | 93.13 | 88.42 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 23 | 0.86 | 0 | 0.84 | 0.44 | 121.45 | 0.76 | 0.32 |
| Hex | 14 | 90 | 17 | 56 | 0 | 54 | 2C | 79 | 4C | 20 |
| Octal | 24 | 220 | 27 | 126 | 0 | 124 | 54 | 171 | 114 | 40 |
| Binary | 10100 | 10010000 | 10111 | 1010110 | 0 | 1010100 | 101100 | 1111001 | 1001100 | 100000 |
Color Harmonies of #149017
Complementary color
Monochromatic Colors of #149017
Black with #149017
Text Example
Text Example
White with #149017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149017; }
p { color: rgb(20,144,23); }
H1.HeaderClassName
{
color: #149017;
}
.AnyTagClassName
{
color: #149017;
}
</style>
background-color css
<style>
a { background-color: #149017; }
a { background-color: rgb(20,144,23); }
div.DivClassName
{
background-color: #149017;
}
.BgClassName
{
background-color: #149017;
}
</style>
border-color css
<style>
span { border-color: #149017; }
span { border-color: rgb(20,144,23); }
td.TdClassName
{
border-color: #149017;
}
.TagClassName
{
border-color: #149017;
}
</style>