Shades of Forest Green #14711D
Tints of Forest Green #14711D
RGB
CMYK
RGB Variations
Color information
#14711D (or 0x14711D) is known color: Forest Green. HEX triplet: 14, 71 and 1D. RGB value is (20,113,29). Sum of RGB (Red+Green+Blue) = 20+113+29=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 113 (44.53% from 255 or 69.75% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 113 - color contains mainly: green. Hex color #14711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14711D is #EB8EE2. Grayscale: #4B4B4B. Windows color (decimal): -15437539 or 1929492. OLE color: 1929492.
HSL color Cylindrical-coordinate representation of color #14711D: hue angle of 125.81º 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 #14711D is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 29 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.56 |
| HSL | 125.81º | 0.7% | 0.26% | - |
| HSV(B) | 125.81º | 0.82% | 0.44% | - |
| XYZ | 6.42 | 12.05 | 3.15 | - |
| YUV | 75.62 | 101.69 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 29 | 0.82 | 0 | 0.74 | 0.56 | 125.81 | 0.7 | 0.26 |
| Hex | 14 | 71 | 1D | 52 | 0 | 4A | 38 | 7E | 46 | 1A |
| Octal | 24 | 161 | 35 | 122 | 0 | 112 | 70 | 176 | 106 | 32 |
| Binary | 10100 | 1110001 | 11101 | 1010010 | 0 | 1001010 | 111000 | 1111110 | 1000110 | 11010 |
Color Harmonies of #14711D
Complementary color
Monochromatic Colors of #14711D
Black with #14711D
Text Example
Text Example
White with #14711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14711D; }
p { color: rgb(20,113,29); }
H1.HeaderClassName
{
color: #14711D;
}
.AnyTagClassName
{
color: #14711D;
}
</style>
background-color css
<style>
a { background-color: #14711D; }
a { background-color: rgb(20,113,29); }
div.DivClassName
{
background-color: #14711D;
}
.BgClassName
{
background-color: #14711D;
}
</style>
border-color css
<style>
span { border-color: #14711D; }
span { border-color: rgb(20,113,29); }
td.TdClassName
{
border-color: #14711D;
}
.TagClassName
{
border-color: #14711D;
}
</style>