Shades of Forest Green #14861C
Tints of Forest Green #14861C
RGB
CMYK
RGB Variations
Color information
#14861C (or 0x14861C) is known color: Forest Green. HEX triplet: 14, 86 and 1C. RGB value is (20,134,28). Sum of RGB (Red+Green+Blue) = 20+134+28=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 134 (52.73% from 255 or 73.63% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 134 - color contains mainly: green. Hex color #14861C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14861C is #EB79E3. Grayscale: #585858. Windows color (decimal): -15432164 or 1869332. OLE color: 1869332.
HSL color Cylindrical-coordinate representation of color #14861C: hue angle of 124.21º 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 #14861C is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 28 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.47 |
| HSL | 124.21º | 0.74% | 0.3% | - |
| HSV(B) | 124.21º | 0.85% | 0.53% | - |
| XYZ | 9.02 | 17.28 | 3.96 | - |
| YUV | 87.83 | 94.23 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 28 | 0.85 | 0 | 0.79 | 0.47 | 124.21 | 0.74 | 0.3 |
| Hex | 14 | 86 | 1C | 55 | 0 | 4F | 2F | 7C | 4A | 1E |
| Octal | 24 | 206 | 34 | 125 | 0 | 117 | 57 | 174 | 112 | 36 |
| Binary | 10100 | 10000110 | 11100 | 1010101 | 0 | 1001111 | 101111 | 1111100 | 1001010 | 11110 |
Color Harmonies of #14861C
Complementary color
Monochromatic Colors of #14861C
Black with #14861C
Text Example
Text Example
White with #14861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14861C; }
p { color: rgb(20,134,28); }
H1.HeaderClassName
{
color: #14861C;
}
.AnyTagClassName
{
color: #14861C;
}
</style>
background-color css
<style>
a { background-color: #14861C; }
a { background-color: rgb(20,134,28); }
div.DivClassName
{
background-color: #14861C;
}
.BgClassName
{
background-color: #14861C;
}
</style>
border-color css
<style>
span { border-color: #14861C; }
span { border-color: rgb(20,134,28); }
td.TdClassName
{
border-color: #14861C;
}
.TagClassName
{
border-color: #14861C;
}
</style>