Shades of Forest Green #14861B
Tints of Forest Green #14861B
RGB
CMYK
RGB Variations
Color information
#14861B (or 0x14861B) is known color: Forest Green. HEX triplet: 14, 86 and 1B. RGB value is (20,134,27). Sum of RGB (Red+Green+Blue) = 20+134+27=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 134 (52.73% from 255 or 74.03% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 134 - color contains mainly: green. Hex color #14861B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14861B is #EB79E4. Grayscale: #585858. Windows color (decimal): -15432165 or 1803796. OLE color: 1803796.
HSL color Cylindrical-coordinate representation of color #14861B: hue angle of 123.68º 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 #14861B is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 27 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.47 |
| HSL | 123.68º | 0.74% | 0.3% | - |
| HSV(B) | 123.68º | 0.85% | 0.53% | - |
| XYZ | 9.01 | 17.28 | 3.9 | - |
| YUV | 87.72 | 93.73 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 27 | 0.85 | 0 | 0.80 | 0.47 | 123.68 | 0.74 | 0.3 |
| Hex | 14 | 86 | 1B | 55 | 0 | 50 | 2F | 7C | 4A | 1E |
| Octal | 24 | 206 | 33 | 125 | 0 | 120 | 57 | 174 | 112 | 36 |
| Binary | 10100 | 10000110 | 11011 | 1010101 | 0 | 1010000 | 101111 | 1111100 | 1001010 | 11110 |
Color Harmonies of #14861B
Complementary color
Monochromatic Colors of #14861B
Black with #14861B
Text Example
Text Example
White with #14861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14861B; }
p { color: rgb(20,134,27); }
H1.HeaderClassName
{
color: #14861B;
}
.AnyTagClassName
{
color: #14861B;
}
</style>
background-color css
<style>
a { background-color: #14861B; }
a { background-color: rgb(20,134,27); }
div.DivClassName
{
background-color: #14861B;
}
.BgClassName
{
background-color: #14861B;
}
</style>
border-color css
<style>
span { border-color: #14861B; }
span { border-color: rgb(20,134,27); }
td.TdClassName
{
border-color: #14861B;
}
.TagClassName
{
border-color: #14861B;
}
</style>