Shades of Forest Green #14861D
Tints of Forest Green #14861D
RGB
CMYK
RGB Variations
Color information
#14861D (or 0x14861D) is known color: Forest Green. HEX triplet: 14, 86 and 1D. RGB value is (20,134,29). Sum of RGB (Red+Green+Blue) = 20+134+29=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 134 (52.73% from 255 or 73.22% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 134 - color contains mainly: green. Hex color #14861D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14861D is #EB79E2. Grayscale: #585858. Windows color (decimal): -15432163 or 1934868. OLE color: 1934868.
HSL color Cylindrical-coordinate representation of color #14861D: hue angle of 124.74º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14861D is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 29 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.47 |
| HSL | 124.74º | 0.74% | 0.3% | - |
| HSV(B) | 124.74º | 0.85% | 0.53% | - |
| XYZ | 9.04 | 17.29 | 4.02 | - |
| YUV | 87.94 | 94.73 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 29 | 0.85 | 0 | 0.78 | 0.47 | 124.74 | 0.74 | 0.3 |
| Hex | 14 | 86 | 1D | 55 | 0 | 4E | 2F | 7D | 4A | 1E |
| Octal | 24 | 206 | 35 | 125 | 0 | 116 | 57 | 175 | 112 | 36 |
| Binary | 10100 | 10000110 | 11101 | 1010101 | 0 | 1001110 | 101111 | 1111101 | 1001010 | 11110 |
Color Harmonies of #14861D
Complementary color
Monochromatic Colors of #14861D
Black with #14861D
Text Example
Text Example
White with #14861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14861D; }
p { color: rgb(20,134,29); }
H1.HeaderClassName
{
color: #14861D;
}
.AnyTagClassName
{
color: #14861D;
}
</style>
background-color css
<style>
a { background-color: #14861D; }
a { background-color: rgb(20,134,29); }
div.DivClassName
{
background-color: #14861D;
}
.BgClassName
{
background-color: #14861D;
}
</style>
border-color css
<style>
span { border-color: #14861D; }
span { border-color: rgb(20,134,29); }
td.TdClassName
{
border-color: #14861D;
}
.TagClassName
{
border-color: #14861D;
}
</style>