Shades of Forest Green #147019
Tints of Forest Green #147019
RGB
CMYK
RGB Variations
Color information
#147019 (or 0x147019) is known color: Forest Green. HEX triplet: 14, 70 and 19. RGB value is (20,112,25). Sum of RGB (Red+Green+Blue) = 20+112+25=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #147019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147019 is #EB8FE6. Grayscale: #4A4A4A. Windows color (decimal): -15437799 or 1667092. OLE color: 1667092.
HSL color Cylindrical-coordinate representation of color #147019: hue angle of 123.26º 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 #147019 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 25 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.56 |
| HSL | 123.26º | 0.7% | 0.26% | - |
| HSV(B) | 123.26º | 0.82% | 0.44% | - |
| XYZ | 6.26 | 11.81 | 2.87 | - |
| YUV | 74.57 | 100.02 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 25 | 0.82 | 0 | 0.78 | 0.56 | 123.26 | 0.7 | 0.26 |
| Hex | 14 | 70 | 19 | 52 | 0 | 4E | 38 | 7B | 46 | 1A |
| Octal | 24 | 160 | 31 | 122 | 0 | 116 | 70 | 173 | 106 | 32 |
| Binary | 10100 | 1110000 | 11001 | 1010010 | 0 | 1001110 | 111000 | 1111011 | 1000110 | 11010 |
Color Harmonies of #147019
Complementary color
Monochromatic Colors of #147019
Black with #147019
Text Example
Text Example
White with #147019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147019; }
p { color: rgb(20,112,25); }
H1.HeaderClassName
{
color: #147019;
}
.AnyTagClassName
{
color: #147019;
}
</style>
background-color css
<style>
a { background-color: #147019; }
a { background-color: rgb(20,112,25); }
div.DivClassName
{
background-color: #147019;
}
.BgClassName
{
background-color: #147019;
}
</style>
border-color css
<style>
span { border-color: #147019; }
span { border-color: rgb(20,112,25); }
td.TdClassName
{
border-color: #147019;
}
.TagClassName
{
border-color: #147019;
}
</style>