Shades of Forest Green #147016
Tints of Forest Green #147016
RGB
CMYK
RGB Variations
Color information
#147016 (or 0x147016) is known color: Forest Green. HEX triplet: 14, 70 and 16. RGB value is (20,112,22). Sum of RGB (Red+Green+Blue) = 20+112+22=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #147016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147016 is #EB8FE9. Grayscale: #4A4A4A. Windows color (decimal): -15437802 or 1470484. OLE color: 1470484.
HSL color Cylindrical-coordinate representation of color #147016: hue angle of 121.3º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147016 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 22 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.56 |
| HSL | 121.3º | 0.7% | 0.26% | - |
| HSV(B) | 121.3º | 0.82% | 0.44% | - |
| XYZ | 6.23 | 11.79 | 2.71 | - |
| YUV | 74.23 | 98.52 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 22 | 0.82 | 0 | 0.80 | 0.56 | 121.3 | 0.7 | 0.26 |
| Hex | 14 | 70 | 16 | 52 | 0 | 50 | 38 | 79 | 46 | 1A |
| Octal | 24 | 160 | 26 | 122 | 0 | 120 | 70 | 171 | 106 | 32 |
| Binary | 10100 | 1110000 | 10110 | 1010010 | 0 | 1010000 | 111000 | 1111001 | 1000110 | 11010 |
Color Harmonies of #147016
Complementary color
Monochromatic Colors of #147016
Black with #147016
Text Example
Text Example
White with #147016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147016; }
p { color: rgb(20,112,22); }
H1.HeaderClassName
{
color: #147016;
}
.AnyTagClassName
{
color: #147016;
}
</style>
background-color css
<style>
a { background-color: #147016; }
a { background-color: rgb(20,112,22); }
div.DivClassName
{
background-color: #147016;
}
.BgClassName
{
background-color: #147016;
}
</style>
border-color css
<style>
span { border-color: #147016; }
span { border-color: rgb(20,112,22); }
td.TdClassName
{
border-color: #147016;
}
.TagClassName
{
border-color: #147016;
}
</style>