Shades of Forest Green #14972D
Tints of Forest Green #14972D
RGB
CMYK
RGB Variations
Color information
#14972D (or 0x14972D) is known color: Forest Green. HEX triplet: 14, 97 and 2D. RGB value is (20,151,45). Sum of RGB (Red+Green+Blue) = 20+151+45=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 151 (59.38% from 255 or 69.91% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 151 - color contains mainly: green. Hex color #14972D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14972D is #EB68D2. Grayscale: #646464. Windows color (decimal): -15427795 or 2987796. OLE color: 2987796.
HSL color Cylindrical-coordinate representation of color #14972D: hue angle of 131.45º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14972D is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 45 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.41 |
| HSL | 131.45º | 0.77% | 0.34% | - |
| HSV(B) | 131.45º | 0.87% | 0.59% | - |
| XYZ | 11.83 | 22.47 | 6.2 | - |
| YUV | 99.75 | 97.1 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 45 | 0.87 | 0 | 0.70 | 0.41 | 131.45 | 0.77 | 0.34 |
| Hex | 14 | 97 | 2D | 57 | 0 | 46 | 29 | 83 | 4D | 22 |
| Octal | 24 | 227 | 55 | 127 | 0 | 106 | 51 | 203 | 115 | 42 |
| Binary | 10100 | 10010111 | 101101 | 1010111 | 0 | 1000110 | 101001 | 10000011 | 1001101 | 100010 |
Color Harmonies of #14972D
Complementary color
Monochromatic Colors of #14972D
Black with #14972D
Text Example
Text Example
White with #14972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14972D; }
p { color: rgb(20,151,45); }
H1.HeaderClassName
{
color: #14972D;
}
.AnyTagClassName
{
color: #14972D;
}
</style>
background-color css
<style>
a { background-color: #14972D; }
a { background-color: rgb(20,151,45); }
div.DivClassName
{
background-color: #14972D;
}
.BgClassName
{
background-color: #14972D;
}
</style>
border-color css
<style>
span { border-color: #14972D; }
span { border-color: rgb(20,151,45); }
td.TdClassName
{
border-color: #14972D;
}
.TagClassName
{
border-color: #14972D;
}
</style>