Shades of Forest Green #14981D
Tints of Forest Green #14981D
RGB
CMYK
RGB Variations
Color information
#14981D (or 0x14981D) is known color: Forest Green. HEX triplet: 14, 98 and 1D. RGB value is (20,152,29). Sum of RGB (Red+Green+Blue) = 20+152+29=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 152 (59.77% from 255 or 75.62% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 152 - color contains mainly: green. Hex color #14981D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14981D is #EB67E2. Grayscale: #626262. Windows color (decimal): -15427555 or 1939476. OLE color: 1939476.
HSL color Cylindrical-coordinate representation of color #14981D: hue angle of 124.09º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14981D is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 29 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.40 |
| HSL | 124.09º | 0.77% | 0.34% | - |
| HSV(B) | 124.09º | 0.87% | 0.6% | - |
| XYZ | 11.74 | 22.69 | 4.92 | - |
| YUV | 98.51 | 88.77 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 29 | 0.87 | 0 | 0.81 | 0.40 | 124.09 | 0.77 | 0.34 |
| Hex | 14 | 98 | 1D | 57 | 0 | 51 | 28 | 7C | 4D | 22 |
| Octal | 24 | 230 | 35 | 127 | 0 | 121 | 50 | 174 | 115 | 42 |
| Binary | 10100 | 10011000 | 11101 | 1010111 | 0 | 1010001 | 101000 | 1111100 | 1001101 | 100010 |
Color Harmonies of #14981D
Complementary color
Monochromatic Colors of #14981D
Black with #14981D
Text Example
Text Example
White with #14981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14981D; }
p { color: rgb(20,152,29); }
H1.HeaderClassName
{
color: #14981D;
}
.AnyTagClassName
{
color: #14981D;
}
</style>
background-color css
<style>
a { background-color: #14981D; }
a { background-color: rgb(20,152,29); }
div.DivClassName
{
background-color: #14981D;
}
.BgClassName
{
background-color: #14981D;
}
</style>
border-color css
<style>
span { border-color: #14981D; }
span { border-color: rgb(20,152,29); }
td.TdClassName
{
border-color: #14981D;
}
.TagClassName
{
border-color: #14981D;
}
</style>