Shades of Forest Green #14902C
Tints of Forest Green #14902C
RGB
CMYK
RGB Variations
Color information
#14902C (or 0x14902C) is known color: Forest Green. HEX triplet: 14, 90 and 2C. RGB value is (20,144,44). Sum of RGB (Red+Green+Blue) = 20+144+44=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 144 (56.64% from 255 or 69.23% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 144 - color contains mainly: green. Hex color #14902C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14902C is #EB6FD3. Grayscale: #5F5F5F. Windows color (decimal): -15429588 or 2920468. OLE color: 2920468.
HSL color Cylindrical-coordinate representation of color #14902C: hue angle of 131.61º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14902C is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 44 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.44 |
| HSL | 131.61º | 0.76% | 0.32% | - |
| HSV(B) | 131.61º | 0.86% | 0.56% | - |
| XYZ | 10.72 | 20.28 | 5.73 | - |
| YUV | 95.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 44 | 0.86 | 0 | 0.69 | 0.44 | 131.61 | 0.76 | 0.32 |
| Hex | 14 | 90 | 2C | 56 | 0 | 45 | 2C | 84 | 4C | 20 |
| Octal | 24 | 220 | 54 | 126 | 0 | 105 | 54 | 204 | 114 | 40 |
| Binary | 10100 | 10010000 | 101100 | 1010110 | 0 | 1000101 | 101100 | 10000100 | 1001100 | 100000 |
Color Harmonies of #14902C
Complementary color
Monochromatic Colors of #14902C
Black with #14902C
Text Example
Text Example
White with #14902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14902C; }
p { color: rgb(20,144,44); }
H1.HeaderClassName
{
color: #14902C;
}
.AnyTagClassName
{
color: #14902C;
}
</style>
background-color css
<style>
a { background-color: #14902C; }
a { background-color: rgb(20,144,44); }
div.DivClassName
{
background-color: #14902C;
}
.BgClassName
{
background-color: #14902C;
}
</style>
border-color css
<style>
span { border-color: #14902C; }
span { border-color: rgb(20,144,44); }
td.TdClassName
{
border-color: #14902C;
}
.TagClassName
{
border-color: #14902C;
}
</style>