Shades of Forest Green #1D8812
Tints of Forest Green #1D8812
RGB
CMYK
RGB Variations
Color information
#1D8812 (or 0x1D8812) is known color: Forest Green. HEX triplet: 1D, 88 and 12. RGB value is (29,136,18). Sum of RGB (Red+Green+Blue) = 29+136+18=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 136 (53.52% from 255 or 74.32% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 136 - color contains mainly: green. Hex color #1D8812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8812 is #E277ED. Grayscale: #5A5A5A. Windows color (decimal): -14841838 or 1214493. OLE color: 1214493.
HSL color Cylindrical-coordinate representation of color #1D8812: hue angle of 114.41º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D8812 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 136 | 18 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.47 |
| HSL | 114.41º | 0.77% | 0.3% | - |
| HSV(B) | 114.41º | 0.87% | 0.53% | - |
| XYZ | 9.42 | 17.91 | 3.53 | - |
| YUV | 90.56 | 87.05 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 18 | 0.79 | 0 | 0.87 | 0.47 | 114.41 | 0.77 | 0.3 |
| Hex | 1D | 88 | 12 | 4F | 0 | 57 | 2F | 72 | 4D | 1E |
| Octal | 35 | 210 | 22 | 117 | 0 | 127 | 57 | 162 | 115 | 36 |
| Binary | 11101 | 10001000 | 10010 | 1001111 | 0 | 1010111 | 101111 | 1110010 | 1001101 | 11110 |
Color Harmonies of #1D8812
Complementary color
Monochromatic Colors of #1D8812
Black with #1D8812
Text Example
Text Example
White with #1D8812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8812; }
p { color: rgb(29,136,18); }
H1.HeaderClassName
{
color: #1D8812;
}
.AnyTagClassName
{
color: #1D8812;
}
</style>
background-color css
<style>
a { background-color: #1D8812; }
a { background-color: rgb(29,136,18); }
div.DivClassName
{
background-color: #1D8812;
}
.BgClassName
{
background-color: #1D8812;
}
</style>
border-color css
<style>
span { border-color: #1D8812; }
span { border-color: rgb(29,136,18); }
td.TdClassName
{
border-color: #1D8812;
}
.TagClassName
{
border-color: #1D8812;
}
</style>