Shades of Forest Green #14891F
Tints of Forest Green #14891F
RGB
CMYK
RGB Variations
Color information
#14891F (or 0x14891F) is known color: Forest Green. HEX triplet: 14, 89 and 1F. RGB value is (20,137,31). Sum of RGB (Red+Green+Blue) = 20+137+31=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 137 (53.91% from 255 or 72.87% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 137 - color contains mainly: green. Hex color #14891F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14891F is #EB76E0. Grayscale: #5A5A5A. Windows color (decimal): -15431393 or 2066708. OLE color: 2066708.
HSL color Cylindrical-coordinate representation of color #14891F: hue angle of 125.64º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14891F is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 31 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.46 |
| HSL | 125.64º | 0.75% | 0.31% | - |
| HSV(B) | 125.64º | 0.85% | 0.54% | - |
| XYZ | 9.48 | 18.14 | 4.3 | - |
| YUV | 89.93 | 94.74 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 31 | 0.85 | 0 | 0.77 | 0.46 | 125.64 | 0.75 | 0.31 |
| Hex | 14 | 89 | 1F | 55 | 0 | 4D | 2E | 7E | 4B | 1F |
| Octal | 24 | 211 | 37 | 125 | 0 | 115 | 56 | 176 | 113 | 37 |
| Binary | 10100 | 10001001 | 11111 | 1010101 | 0 | 1001101 | 101110 | 1111110 | 1001011 | 11111 |
Color Harmonies of #14891F
Complementary color
Monochromatic Colors of #14891F
Black with #14891F
Text Example
Text Example
White with #14891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14891F; }
p { color: rgb(20,137,31); }
H1.HeaderClassName
{
color: #14891F;
}
.AnyTagClassName
{
color: #14891F;
}
</style>
background-color css
<style>
a { background-color: #14891F; }
a { background-color: rgb(20,137,31); }
div.DivClassName
{
background-color: #14891F;
}
.BgClassName
{
background-color: #14891F;
}
</style>
border-color css
<style>
span { border-color: #14891F; }
span { border-color: rgb(20,137,31); }
td.TdClassName
{
border-color: #14891F;
}
.TagClassName
{
border-color: #14891F;
}
</style>