Shades of Forest Green #14962D
Tints of Forest Green #14962D
RGB
CMYK
RGB Variations
Color information
#14962D (or 0x14962D) is known color: Forest Green. HEX triplet: 14, 96 and 2D. RGB value is (20,150,45). Sum of RGB (Red+Green+Blue) = 20+150+45=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 150 (58.98% from 255 or 69.77% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 150 - color contains mainly: green. Hex color #14962D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14962D is #EB69D2. Grayscale: #636363. Windows color (decimal): -15428051 or 2987540. OLE color: 2987540.
HSL color Cylindrical-coordinate representation of color #14962D: hue angle of 131.54º 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 #14962D is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 45 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.41 |
| HSL | 131.54º | 0.76% | 0.33% | - |
| HSV(B) | 131.54º | 0.87% | 0.59% | - |
| XYZ | 11.67 | 22.15 | 6.14 | - |
| YUV | 99.16 | 97.43 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 45 | 0.87 | 0 | 0.70 | 0.41 | 131.54 | 0.76 | 0.33 |
| Hex | 14 | 96 | 2D | 57 | 0 | 46 | 29 | 84 | 4C | 21 |
| Octal | 24 | 226 | 55 | 127 | 0 | 106 | 51 | 204 | 114 | 41 |
| Binary | 10100 | 10010110 | 101101 | 1010111 | 0 | 1000110 | 101001 | 10000100 | 1001100 | 100001 |
Color Harmonies of #14962D
Complementary color
Monochromatic Colors of #14962D
Black with #14962D
Text Example
Text Example
White with #14962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14962D; }
p { color: rgb(20,150,45); }
H1.HeaderClassName
{
color: #14962D;
}
.AnyTagClassName
{
color: #14962D;
}
</style>
background-color css
<style>
a { background-color: #14962D; }
a { background-color: rgb(20,150,45); }
div.DivClassName
{
background-color: #14962D;
}
.BgClassName
{
background-color: #14962D;
}
</style>
border-color css
<style>
span { border-color: #14962D; }
span { border-color: rgb(20,150,45); }
td.TdClassName
{
border-color: #14962D;
}
.TagClassName
{
border-color: #14962D;
}
</style>