Shades of Forest Green #14912D
Tints of Forest Green #14912D
RGB
CMYK
RGB Variations
Color information
#14912D (or 0x14912D) is known color: Forest Green. HEX triplet: 14, 91 and 2D. RGB value is (20,145,45). Sum of RGB (Red+Green+Blue) = 20+145+45=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 145 (57.03% from 255 or 69.05% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 145 - color contains mainly: green. Hex color #14912D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14912D is #EB6ED2. Grayscale: #606060. Windows color (decimal): -15429331 or 2986260. OLE color: 2986260.
HSL color Cylindrical-coordinate representation of color #14912D: hue angle of 132º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14912D is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 45 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.43 |
| HSL | 132º | 0.76% | 0.32% | - |
| HSV(B) | 132º | 0.86% | 0.57% | - |
| XYZ | 10.89 | 20.59 | 5.88 | - |
| YUV | 96.23 | 99.09 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 45 | 0.86 | 0 | 0.69 | 0.43 | 132 | 0.76 | 0.32 |
| Hex | 14 | 91 | 2D | 56 | 0 | 45 | 2B | 84 | 4C | 20 |
| Octal | 24 | 221 | 55 | 126 | 0 | 105 | 53 | 204 | 114 | 40 |
| Binary | 10100 | 10010001 | 101101 | 1010110 | 0 | 1000101 | 101011 | 10000100 | 1001100 | 100000 |
Color Harmonies of #14912D
Complementary color
Monochromatic Colors of #14912D
Black with #14912D
Text Example
Text Example
White with #14912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14912D; }
p { color: rgb(20,145,45); }
H1.HeaderClassName
{
color: #14912D;
}
.AnyTagClassName
{
color: #14912D;
}
</style>
background-color css
<style>
a { background-color: #14912D; }
a { background-color: rgb(20,145,45); }
div.DivClassName
{
background-color: #14912D;
}
.BgClassName
{
background-color: #14912D;
}
</style>
border-color css
<style>
span { border-color: #14912D; }
span { border-color: rgb(20,145,45); }
td.TdClassName
{
border-color: #14912D;
}
.TagClassName
{
border-color: #14912D;
}
</style>