Shades of Forest Green #14952D
Tints of Forest Green #14952D
RGB
CMYK
RGB Variations
Color information
#14952D (or 0x14952D) is known color: Forest Green. HEX triplet: 14, 95 and 2D. RGB value is (20,149,45). Sum of RGB (Red+Green+Blue) = 20+149+45=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #14952D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14952D is #EB6AD2. Grayscale: #626262. Windows color (decimal): -15428307 or 2987284. OLE color: 2987284.
HSL color Cylindrical-coordinate representation of color #14952D: hue angle of 131.63º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14952D is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 45 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.42 |
| HSL | 131.63º | 0.76% | 0.33% | - |
| HSV(B) | 131.63º | 0.87% | 0.58% | - |
| XYZ | 11.51 | 21.83 | 6.09 | - |
| YUV | 98.57 | 97.76 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 45 | 0.87 | 0 | 0.70 | 0.42 | 131.63 | 0.76 | 0.33 |
| Hex | 14 | 95 | 2D | 57 | 0 | 46 | 2A | 84 | 4C | 21 |
| Octal | 24 | 225 | 55 | 127 | 0 | 106 | 52 | 204 | 114 | 41 |
| Binary | 10100 | 10010101 | 101101 | 1010111 | 0 | 1000110 | 101010 | 10000100 | 1001100 | 100001 |
Color Harmonies of #14952D
Complementary color
Monochromatic Colors of #14952D
Black with #14952D
Text Example
Text Example
White with #14952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14952D; }
p { color: rgb(20,149,45); }
H1.HeaderClassName
{
color: #14952D;
}
.AnyTagClassName
{
color: #14952D;
}
</style>
background-color css
<style>
a { background-color: #14952D; }
a { background-color: rgb(20,149,45); }
div.DivClassName
{
background-color: #14952D;
}
.BgClassName
{
background-color: #14952D;
}
</style>
border-color css
<style>
span { border-color: #14952D; }
span { border-color: rgb(20,149,45); }
td.TdClassName
{
border-color: #14952D;
}
.TagClassName
{
border-color: #14952D;
}
</style>