Shades of Forest Green #14941E
Tints of Forest Green #14941E
RGB
CMYK
RGB Variations
Color information
#14941E (or 0x14941E) is known color: Forest Green. HEX triplet: 14, 94 and 1E. RGB value is (20,148,30). Sum of RGB (Red+Green+Blue) = 20+148+30=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 148 (58.20% from 255 or 74.75% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 148 - color contains mainly: green. Hex color #14941E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14941E is #EB6BE1. Grayscale: #606060. Windows color (decimal): -15428578 or 2003988. OLE color: 2003988.
HSL color Cylindrical-coordinate representation of color #14941E: hue angle of 124.69º 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 #14941E is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 30 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.42 |
| HSL | 124.69º | 0.76% | 0.33% | - |
| HSV(B) | 124.69º | 0.86% | 0.58% | - |
| XYZ | 11.11 | 21.42 | 4.78 | - |
| YUV | 96.28 | 90.59 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 30 | 0.86 | 0 | 0.80 | 0.42 | 124.69 | 0.76 | 0.33 |
| Hex | 14 | 94 | 1E | 56 | 0 | 50 | 2A | 7D | 4C | 21 |
| Octal | 24 | 224 | 36 | 126 | 0 | 120 | 52 | 175 | 114 | 41 |
| Binary | 10100 | 10010100 | 11110 | 1010110 | 0 | 1010000 | 101010 | 1111101 | 1001100 | 100001 |
Color Harmonies of #14941E
Complementary color
Monochromatic Colors of #14941E
Black with #14941E
Text Example
Text Example
White with #14941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14941E; }
p { color: rgb(20,148,30); }
H1.HeaderClassName
{
color: #14941E;
}
.AnyTagClassName
{
color: #14941E;
}
</style>
background-color css
<style>
a { background-color: #14941E; }
a { background-color: rgb(20,148,30); }
div.DivClassName
{
background-color: #14941E;
}
.BgClassName
{
background-color: #14941E;
}
</style>
border-color css
<style>
span { border-color: #14941E; }
span { border-color: rgb(20,148,30); }
td.TdClassName
{
border-color: #14941E;
}
.TagClassName
{
border-color: #14941E;
}
</style>