Shades of Forest Green #1D810E
Tints of Forest Green #1D810E
RGB
CMYK
RGB Variations
Color information
#1D810E (or 0x1D810E) is known color: Forest Green. HEX triplet: 1D, 81 and 0E. RGB value is (29,129,14). Sum of RGB (Red+Green+Blue) = 29+129+14=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 129 (50.78% from 255 or 75% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 129 - color contains mainly: green. Hex color #1D810E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D810E is #E27EF1. Grayscale: #565656. Windows color (decimal): -14843634 or 950557. OLE color: 950557.
HSL color Cylindrical-coordinate representation of color #1D810E: hue angle of 112.17º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D810E is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 129 | 14 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.49 |
| HSL | 112.17º | 0.8% | 0.28% | - |
| HSV(B) | 112.17º | 0.89% | 0.51% | - |
| XYZ | 8.44 | 15.99 | 3.06 | - |
| YUV | 85.99 | 87.37 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 129 | 14 | 0.78 | 0 | 0.89 | 0.49 | 112.17 | 0.8 | 0.28 |
| Hex | 1D | 81 | E | 4E | 0 | 59 | 31 | 70 | 50 | 1C |
| Octal | 35 | 201 | 16 | 116 | 0 | 131 | 61 | 160 | 120 | 34 |
| Binary | 11101 | 10000001 | 1110 | 1001110 | 0 | 1011001 | 110001 | 1110000 | 1010000 | 11100 |
Color Harmonies of #1D810E
Complementary color
Monochromatic Colors of #1D810E
Black with #1D810E
Text Example
Text Example
White with #1D810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D810E; }
p { color: rgb(29,129,14); }
H1.HeaderClassName
{
color: #1D810E;
}
.AnyTagClassName
{
color: #1D810E;
}
</style>
background-color css
<style>
a { background-color: #1D810E; }
a { background-color: rgb(29,129,14); }
div.DivClassName
{
background-color: #1D810E;
}
.BgClassName
{
background-color: #1D810E;
}
</style>
border-color css
<style>
span { border-color: #1D810E; }
span { border-color: rgb(29,129,14); }
td.TdClassName
{
border-color: #1D810E;
}
.TagClassName
{
border-color: #1D810E;
}
</style>