Shades of Forest Green #14952F
Tints of Forest Green #14952F
RGB
CMYK
RGB Variations
Color information
#14952F (or 0x14952F) is known color: Forest Green. HEX triplet: 14, 95 and 2F. RGB value is (20,149,47). Sum of RGB (Red+Green+Blue) = 20+149+47=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 149 (58.59% from 255 or 68.98% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 149 - color contains mainly: green. Hex color #14952F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14952F is #EB6AD0. Grayscale: #636363. Windows color (decimal): -15428305 or 3118356. OLE color: 3118356.
HSL color Cylindrical-coordinate representation of color #14952F: hue angle of 132.56º 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 #14952F is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 47 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.42 |
| HSL | 132.56º | 0.76% | 0.33% | - |
| HSV(B) | 132.56º | 0.87% | 0.58% | - |
| XYZ | 11.55 | 21.85 | 6.3 | - |
| YUV | 98.8 | 98.76 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 47 | 0.87 | 0 | 0.68 | 0.42 | 132.56 | 0.76 | 0.33 |
| Hex | 14 | 95 | 2F | 57 | 0 | 44 | 2A | 85 | 4C | 21 |
| Octal | 24 | 225 | 57 | 127 | 0 | 104 | 52 | 205 | 114 | 41 |
| Binary | 10100 | 10010101 | 101111 | 1010111 | 0 | 1000100 | 101010 | 10000101 | 1001100 | 100001 |
Color Harmonies of #14952F
Complementary color
Monochromatic Colors of #14952F
Black with #14952F
Text Example
Text Example
White with #14952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14952F; }
p { color: rgb(20,149,47); }
H1.HeaderClassName
{
color: #14952F;
}
.AnyTagClassName
{
color: #14952F;
}
</style>
background-color css
<style>
a { background-color: #14952F; }
a { background-color: rgb(20,149,47); }
div.DivClassName
{
background-color: #14952F;
}
.BgClassName
{
background-color: #14952F;
}
</style>
border-color css
<style>
span { border-color: #14952F; }
span { border-color: rgb(20,149,47); }
td.TdClassName
{
border-color: #14952F;
}
.TagClassName
{
border-color: #14952F;
}
</style>