Shades of Forest Green #147314
Tints of Forest Green #147314
RGB
CMYK
RGB Variations
Color information
#147314 (or 0x147314) is known color: Forest Green. HEX triplet: 14, 73 and 14. RGB value is (20,115,20). Sum of RGB (Red+Green+Blue) = 20+115+20=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #147314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147314 is #EB8CEB. Grayscale: #4C4C4C. Windows color (decimal): -15437036 or 1340180. OLE color: 1340180.
HSL color Cylindrical-coordinate representation of color #147314: hue angle of 120º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147314 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 20 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.55 |
| HSL | 120º | 0.7% | 0.26% | - |
| HSV(B) | 120º | 0.83% | 0.45% | - |
| XYZ | 6.55 | 12.46 | 2.72 | - |
| YUV | 75.77 | 96.53 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 20 | 0.83 | 0 | 0.83 | 0.55 | 120 | 0.7 | 0.26 |
| Hex | 14 | 73 | 14 | 53 | 0 | 53 | 37 | 78 | 46 | 1A |
| Octal | 24 | 163 | 24 | 123 | 0 | 123 | 67 | 170 | 106 | 32 |
| Binary | 10100 | 1110011 | 10100 | 1010011 | 0 | 1010011 | 110111 | 1111000 | 1000110 | 11010 |
Color Harmonies of #147314
Complementary color
Monochromatic Colors of #147314
Black with #147314
Text Example
Text Example
White with #147314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147314; }
p { color: rgb(20,115,20); }
H1.HeaderClassName
{
color: #147314;
}
.AnyTagClassName
{
color: #147314;
}
</style>
background-color css
<style>
a { background-color: #147314; }
a { background-color: rgb(20,115,20); }
div.DivClassName
{
background-color: #147314;
}
.BgClassName
{
background-color: #147314;
}
</style>
border-color css
<style>
span { border-color: #147314; }
span { border-color: rgb(20,115,20); }
td.TdClassName
{
border-color: #147314;
}
.TagClassName
{
border-color: #147314;
}
</style>