Shades of Forest Green #14871D
Tints of Forest Green #14871D
RGB
CMYK
RGB Variations
Color information
#14871D (or 0x14871D) is known color: Forest Green. HEX triplet: 14, 87 and 1D. RGB value is (20,135,29). Sum of RGB (Red+Green+Blue) = 20+135+29=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 135 (53.12% from 255 or 73.37% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 135 - color contains mainly: green. Hex color #14871D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14871D is #EB78E2. Grayscale: #585858. Windows color (decimal): -15431907 or 1935124. OLE color: 1935124.
HSL color Cylindrical-coordinate representation of color #14871D: hue angle of 124.7º 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 #14871D is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 29 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.47 |
| HSL | 124.7º | 0.74% | 0.3% | - |
| HSV(B) | 124.7º | 0.85% | 0.53% | - |
| XYZ | 9.17 | 17.57 | 4.07 | - |
| YUV | 88.53 | 94.4 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 29 | 0.85 | 0 | 0.79 | 0.47 | 124.7 | 0.74 | 0.3 |
| Hex | 14 | 87 | 1D | 55 | 0 | 4F | 2F | 7D | 4A | 1E |
| Octal | 24 | 207 | 35 | 125 | 0 | 117 | 57 | 175 | 112 | 36 |
| Binary | 10100 | 10000111 | 11101 | 1010101 | 0 | 1001111 | 101111 | 1111101 | 1001010 | 11110 |
Color Harmonies of #14871D
Complementary color
Monochromatic Colors of #14871D
Black with #14871D
Text Example
Text Example
White with #14871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14871D; }
p { color: rgb(20,135,29); }
H1.HeaderClassName
{
color: #14871D;
}
.AnyTagClassName
{
color: #14871D;
}
</style>
background-color css
<style>
a { background-color: #14871D; }
a { background-color: rgb(20,135,29); }
div.DivClassName
{
background-color: #14871D;
}
.BgClassName
{
background-color: #14871D;
}
</style>
border-color css
<style>
span { border-color: #14871D; }
span { border-color: rgb(20,135,29); }
td.TdClassName
{
border-color: #14871D;
}
.TagClassName
{
border-color: #14871D;
}
</style>