Shades of Forest Green #14892E
Tints of Forest Green #14892E
RGB
CMYK
RGB Variations
Color information
#14892E (or 0x14892E) is known color: Forest Green. HEX triplet: 14, 89 and 2E. RGB value is (20,137,46). Sum of RGB (Red+Green+Blue) = 20+137+46=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #14892E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14892E is #EB76D1. Grayscale: #5B5B5B. Windows color (decimal): -15431378 or 3049748. OLE color: 3049748.
HSL color Cylindrical-coordinate representation of color #14892E: hue angle of 133.33º 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 #14892E is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 46 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.46 |
| HSL | 133.33º | 0.75% | 0.31% | - |
| HSV(B) | 133.33º | 0.85% | 0.54% | - |
| XYZ | 9.73 | 18.24 | 5.59 | - |
| YUV | 91.64 | 102.24 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 46 | 0.85 | 0 | 0.66 | 0.46 | 133.33 | 0.75 | 0.31 |
| Hex | 14 | 89 | 2E | 55 | 0 | 42 | 2E | 85 | 4B | 1F |
| Octal | 24 | 211 | 56 | 125 | 0 | 102 | 56 | 205 | 113 | 37 |
| Binary | 10100 | 10001001 | 101110 | 1010101 | 0 | 1000010 | 101110 | 10000101 | 1001011 | 11111 |
Color Harmonies of #14892E
Complementary color
Monochromatic Colors of #14892E
Black with #14892E
Text Example
Text Example
White with #14892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14892E; }
p { color: rgb(20,137,46); }
H1.HeaderClassName
{
color: #14892E;
}
.AnyTagClassName
{
color: #14892E;
}
</style>
background-color css
<style>
a { background-color: #14892E; }
a { background-color: rgb(20,137,46); }
div.DivClassName
{
background-color: #14892E;
}
.BgClassName
{
background-color: #14892E;
}
</style>
border-color css
<style>
span { border-color: #14892E; }
span { border-color: rgb(20,137,46); }
td.TdClassName
{
border-color: #14892E;
}
.TagClassName
{
border-color: #14892E;
}
</style>