Shades of Forest Green #14962C
Tints of Forest Green #14962C
RGB
CMYK
RGB Variations
Color information
#14962C (or 0x14962C) is known color: Forest Green. HEX triplet: 14, 96 and 2C. RGB value is (20,150,44). Sum of RGB (Red+Green+Blue) = 20+150+44=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #14962C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14962C is #EB69D3. Grayscale: #636363. Windows color (decimal): -15428052 or 2922004. OLE color: 2922004.
HSL color Cylindrical-coordinate representation of color #14962C: hue angle of 131.08º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14962C is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 44 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.41 |
| HSL | 131.08º | 0.76% | 0.33% | - |
| HSV(B) | 131.08º | 0.87% | 0.59% | - |
| XYZ | 11.65 | 22.14 | 6.04 | - |
| YUV | 99.05 | 96.93 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 44 | 0.87 | 0 | 0.71 | 0.41 | 131.08 | 0.76 | 0.33 |
| Hex | 14 | 96 | 2C | 57 | 0 | 47 | 29 | 83 | 4C | 21 |
| Octal | 24 | 226 | 54 | 127 | 0 | 107 | 51 | 203 | 114 | 41 |
| Binary | 10100 | 10010110 | 101100 | 1010111 | 0 | 1000111 | 101001 | 10000011 | 1001100 | 100001 |
Color Harmonies of #14962C
Complementary color
Monochromatic Colors of #14962C
Black with #14962C
Text Example
Text Example
White with #14962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14962C; }
p { color: rgb(20,150,44); }
H1.HeaderClassName
{
color: #14962C;
}
.AnyTagClassName
{
color: #14962C;
}
</style>
background-color css
<style>
a { background-color: #14962C; }
a { background-color: rgb(20,150,44); }
div.DivClassName
{
background-color: #14962C;
}
.BgClassName
{
background-color: #14962C;
}
</style>
border-color css
<style>
span { border-color: #14962C; }
span { border-color: rgb(20,150,44); }
td.TdClassName
{
border-color: #14962C;
}
.TagClassName
{
border-color: #14962C;
}
</style>