Shades of Forest Green #14821E
Tints of Forest Green #14821E
RGB
CMYK
RGB Variations
Color information
#14821E (or 0x14821E) is known color: Forest Green. HEX triplet: 14, 82 and 1E. RGB value is (20,130,30). Sum of RGB (Red+Green+Blue) = 20+130+30=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 130 (51.17% from 255 or 72.22% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 130 - color contains mainly: green. Hex color #14821E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14821E is #EB7DE1. Grayscale: #565656. Windows color (decimal): -15433186 or 1999380. OLE color: 1999380.
HSL color Cylindrical-coordinate representation of color #14821E: hue angle of 125.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14821E is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 30 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.49 |
| HSL | 125.45º | 0.73% | 0.29% | - |
| HSV(B) | 125.45º | 0.85% | 0.51% | - |
| XYZ | 8.51 | 16.21 | 3.91 | - |
| YUV | 85.71 | 96.56 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 30 | 0.85 | 0 | 0.77 | 0.49 | 125.45 | 0.73 | 0.29 |
| Hex | 14 | 82 | 1E | 55 | 0 | 4D | 31 | 7D | 49 | 1D |
| Octal | 24 | 202 | 36 | 125 | 0 | 115 | 61 | 175 | 111 | 35 |
| Binary | 10100 | 10000010 | 11110 | 1010101 | 0 | 1001101 | 110001 | 1111101 | 1001001 | 11101 |
Color Harmonies of #14821E
Complementary color
Monochromatic Colors of #14821E
Black with #14821E
Text Example
Text Example
White with #14821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14821E; }
p { color: rgb(20,130,30); }
H1.HeaderClassName
{
color: #14821E;
}
.AnyTagClassName
{
color: #14821E;
}
</style>
background-color css
<style>
a { background-color: #14821E; }
a { background-color: rgb(20,130,30); }
div.DivClassName
{
background-color: #14821E;
}
.BgClassName
{
background-color: #14821E;
}
</style>
border-color css
<style>
span { border-color: #14821E; }
span { border-color: rgb(20,130,30); }
td.TdClassName
{
border-color: #14821E;
}
.TagClassName
{
border-color: #14821E;
}
</style>