Shades of Forest Green #14922E
Tints of Forest Green #14922E
RGB
CMYK
RGB Variations
Color information
#14922E (or 0x14922E) is known color: Forest Green. HEX triplet: 14, 92 and 2E. RGB value is (20,146,46). Sum of RGB (Red+Green+Blue) = 20+146+46=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 146 (57.42% from 255 or 68.87% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 146 - color contains mainly: green. Hex color #14922E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14922E is #EB6DD1. Grayscale: #616161. Windows color (decimal): -15429074 or 3052052. OLE color: 3052052.
HSL color Cylindrical-coordinate representation of color #14922E: hue angle of 132.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14922E is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 46 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.43 |
| HSL | 132.38º | 0.76% | 0.33% | - |
| HSV(B) | 132.38º | 0.86% | 0.57% | - |
| XYZ | 11.06 | 20.9 | 6.04 | - |
| YUV | 96.93 | 99.26 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 46 | 0.86 | 0 | 0.68 | 0.43 | 132.38 | 0.76 | 0.33 |
| Hex | 14 | 92 | 2E | 56 | 0 | 44 | 2B | 84 | 4C | 21 |
| Octal | 24 | 222 | 56 | 126 | 0 | 104 | 53 | 204 | 114 | 41 |
| Binary | 10100 | 10010010 | 101110 | 1010110 | 0 | 1000100 | 101011 | 10000100 | 1001100 | 100001 |
Color Harmonies of #14922E
Complementary color
Monochromatic Colors of #14922E
Black with #14922E
Text Example
Text Example
White with #14922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14922E; }
p { color: rgb(20,146,46); }
H1.HeaderClassName
{
color: #14922E;
}
.AnyTagClassName
{
color: #14922E;
}
</style>
background-color css
<style>
a { background-color: #14922E; }
a { background-color: rgb(20,146,46); }
div.DivClassName
{
background-color: #14922E;
}
.BgClassName
{
background-color: #14922E;
}
</style>
border-color css
<style>
span { border-color: #14922E; }
span { border-color: rgb(20,146,46); }
td.TdClassName
{
border-color: #14922E;
}
.TagClassName
{
border-color: #14922E;
}
</style>