Shades of Forest Green #14922C
Tints of Forest Green #14922C
RGB
CMYK
RGB Variations
Color information
#14922C (or 0x14922C) is known color: Forest Green. HEX triplet: 14, 92 and 2C. RGB value is (20,146,44). Sum of RGB (Red+Green+Blue) = 20+146+44=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 146 (57.42% from 255 or 69.52% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 146 - color contains mainly: green. Hex color #14922C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14922C is #EB6DD3. Grayscale: #606060. Windows color (decimal): -15429076 or 2920980. OLE color: 2920980.
HSL color Cylindrical-coordinate representation of color #14922C: hue angle of 131.43º 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 #14922C is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 44 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.43 |
| HSL | 131.43º | 0.76% | 0.33% | - |
| HSV(B) | 131.43º | 0.86% | 0.57% | - |
| XYZ | 11.02 | 20.89 | 5.83 | - |
| YUV | 96.7 | 98.26 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 44 | 0.86 | 0 | 0.70 | 0.43 | 131.43 | 0.76 | 0.33 |
| Hex | 14 | 92 | 2C | 56 | 0 | 46 | 2B | 83 | 4C | 21 |
| Octal | 24 | 222 | 54 | 126 | 0 | 106 | 53 | 203 | 114 | 41 |
| Binary | 10100 | 10010010 | 101100 | 1010110 | 0 | 1000110 | 101011 | 10000011 | 1001100 | 100001 |
Color Harmonies of #14922C
Complementary color
Monochromatic Colors of #14922C
Black with #14922C
Text Example
Text Example
White with #14922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14922C; }
p { color: rgb(20,146,44); }
H1.HeaderClassName
{
color: #14922C;
}
.AnyTagClassName
{
color: #14922C;
}
</style>
background-color css
<style>
a { background-color: #14922C; }
a { background-color: rgb(20,146,44); }
div.DivClassName
{
background-color: #14922C;
}
.BgClassName
{
background-color: #14922C;
}
</style>
border-color css
<style>
span { border-color: #14922C; }
span { border-color: rgb(20,146,44); }
td.TdClassName
{
border-color: #14922C;
}
.TagClassName
{
border-color: #14922C;
}
</style>