Shades of Forest Green #14892A
Tints of Forest Green #14892A
RGB
CMYK
RGB Variations
Color information
#14892A (or 0x14892A) is known color: Forest Green. HEX triplet: 14, 89 and 2A. RGB value is (20,137,42). Sum of RGB (Red+Green+Blue) = 20+137+42=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 137 (53.91% from 255 or 68.84% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 137 - color contains mainly: green. Hex color #14892A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14892A is #EB76D5. Grayscale: #5B5B5B. Windows color (decimal): -15431382 or 2787604. OLE color: 2787604.
HSL color Cylindrical-coordinate representation of color #14892A: hue angle of 131.28º 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 #14892A is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 42 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.46 |
| HSL | 131.28º | 0.75% | 0.31% | - |
| HSV(B) | 131.28º | 0.85% | 0.54% | - |
| XYZ | 9.65 | 18.21 | 5.2 | - |
| YUV | 91.19 | 100.24 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 42 | 0.85 | 0 | 0.69 | 0.46 | 131.28 | 0.75 | 0.31 |
| Hex | 14 | 89 | 2A | 55 | 0 | 45 | 2E | 83 | 4B | 1F |
| Octal | 24 | 211 | 52 | 125 | 0 | 105 | 56 | 203 | 113 | 37 |
| Binary | 10100 | 10001001 | 101010 | 1010101 | 0 | 1000101 | 101110 | 10000011 | 1001011 | 11111 |
Color Harmonies of #14892A
Complementary color
Monochromatic Colors of #14892A
Black with #14892A
Text Example
Text Example
White with #14892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14892A; }
p { color: rgb(20,137,42); }
H1.HeaderClassName
{
color: #14892A;
}
.AnyTagClassName
{
color: #14892A;
}
</style>
background-color css
<style>
a { background-color: #14892A; }
a { background-color: rgb(20,137,42); }
div.DivClassName
{
background-color: #14892A;
}
.BgClassName
{
background-color: #14892A;
}
</style>
border-color css
<style>
span { border-color: #14892A; }
span { border-color: rgb(20,137,42); }
td.TdClassName
{
border-color: #14892A;
}
.TagClassName
{
border-color: #14892A;
}
</style>