Shades of Forest Green #14701A
Tints of Forest Green #14701A
RGB
CMYK
RGB Variations
Color information
#14701A (or 0x14701A) is known color: Forest Green. HEX triplet: 14, 70 and 1A. RGB value is (20,112,26). Sum of RGB (Red+Green+Blue) = 20+112+26=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #14701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14701A is #EB8FE5. Grayscale: #4A4A4A. Windows color (decimal): -15437798 or 1732628. OLE color: 1732628.
HSL color Cylindrical-coordinate representation of color #14701A: hue angle of 123.91º 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 #14701A is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 26 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.56 |
| HSL | 123.91º | 0.7% | 0.26% | - |
| HSV(B) | 123.91º | 0.82% | 0.44% | - |
| XYZ | 6.27 | 11.81 | 2.93 | - |
| YUV | 74.69 | 100.52 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 26 | 0.82 | 0 | 0.77 | 0.56 | 123.91 | 0.7 | 0.26 |
| Hex | 14 | 70 | 1A | 52 | 0 | 4D | 38 | 7C | 46 | 1A |
| Octal | 24 | 160 | 32 | 122 | 0 | 115 | 70 | 174 | 106 | 32 |
| Binary | 10100 | 1110000 | 11010 | 1010010 | 0 | 1001101 | 111000 | 1111100 | 1000110 | 11010 |
Color Harmonies of #14701A
Complementary color
Monochromatic Colors of #14701A
Black with #14701A
Text Example
Text Example
White with #14701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14701A; }
p { color: rgb(20,112,26); }
H1.HeaderClassName
{
color: #14701A;
}
.AnyTagClassName
{
color: #14701A;
}
</style>
background-color css
<style>
a { background-color: #14701A; }
a { background-color: rgb(20,112,26); }
div.DivClassName
{
background-color: #14701A;
}
.BgClassName
{
background-color: #14701A;
}
</style>
border-color css
<style>
span { border-color: #14701A; }
span { border-color: rgb(20,112,26); }
td.TdClassName
{
border-color: #14701A;
}
.TagClassName
{
border-color: #14701A;
}
</style>