Shades of Forest Green #14942C
Tints of Forest Green #14942C
RGB
CMYK
RGB Variations
Color information
#14942C (or 0x14942C) is known color: Forest Green. HEX triplet: 14, 94 and 2C. RGB value is (20,148,44). Sum of RGB (Red+Green+Blue) = 20+148+44=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 148 (58.20% from 255 or 69.81% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 148 - color contains mainly: green. Hex color #14942C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14942C is #EB6BD3. Grayscale: #626262. Windows color (decimal): -15428564 or 2921492. OLE color: 2921492.
HSL color Cylindrical-coordinate representation of color #14942C: hue angle of 131.25º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14942C is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 44 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.42 |
| HSL | 131.25º | 0.76% | 0.33% | - |
| HSV(B) | 131.25º | 0.86% | 0.58% | - |
| XYZ | 11.33 | 21.51 | 5.94 | - |
| YUV | 97.87 | 97.59 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 44 | 0.86 | 0 | 0.70 | 0.42 | 131.25 | 0.76 | 0.33 |
| Hex | 14 | 94 | 2C | 56 | 0 | 46 | 2A | 83 | 4C | 21 |
| Octal | 24 | 224 | 54 | 126 | 0 | 106 | 52 | 203 | 114 | 41 |
| Binary | 10100 | 10010100 | 101100 | 1010110 | 0 | 1000110 | 101010 | 10000011 | 1001100 | 100001 |
Color Harmonies of #14942C
Complementary color
Monochromatic Colors of #14942C
Black with #14942C
Text Example
Text Example
White with #14942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14942C; }
p { color: rgb(20,148,44); }
H1.HeaderClassName
{
color: #14942C;
}
.AnyTagClassName
{
color: #14942C;
}
</style>
background-color css
<style>
a { background-color: #14942C; }
a { background-color: rgb(20,148,44); }
div.DivClassName
{
background-color: #14942C;
}
.BgClassName
{
background-color: #14942C;
}
</style>
border-color css
<style>
span { border-color: #14942C; }
span { border-color: rgb(20,148,44); }
td.TdClassName
{
border-color: #14942C;
}
.TagClassName
{
border-color: #14942C;
}
</style>