Shades of Forest Green #1D8612
Tints of Forest Green #1D8612
RGB
CMYK
RGB Variations
Color information
#1D8612 (or 0x1D8612) is known color: Forest Green. HEX triplet: 1D, 86 and 12. RGB value is (29,134,18). Sum of RGB (Red+Green+Blue) = 29+134+18=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 134 (52.73% from 255 or 74.03% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 134 - color contains mainly: green. Hex color #1D8612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8612 is #E279ED. Grayscale: #595959. Windows color (decimal): -14842350 or 1213981. OLE color: 1213981.
HSL color Cylindrical-coordinate representation of color #1D8612: hue angle of 114.31º degrees, saturation: 0.76, 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 #1D8612 is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 134 | 18 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.47 |
| HSL | 114.31º | 0.76% | 0.3% | - |
| HSV(B) | 114.31º | 0.87% | 0.53% | - |
| XYZ | 9.14 | 17.36 | 3.44 | - |
| YUV | 89.38 | 87.71 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 134 | 18 | 0.78 | 0 | 0.87 | 0.47 | 114.31 | 0.76 | 0.3 |
| Hex | 1D | 86 | 12 | 4E | 0 | 57 | 2F | 72 | 4C | 1E |
| Octal | 35 | 206 | 22 | 116 | 0 | 127 | 57 | 162 | 114 | 36 |
| Binary | 11101 | 10000110 | 10010 | 1001110 | 0 | 1010111 | 101111 | 1110010 | 1001100 | 11110 |
Color Harmonies of #1D8612
Complementary color
Monochromatic Colors of #1D8612
Black with #1D8612
Text Example
Text Example
White with #1D8612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8612; }
p { color: rgb(29,134,18); }
H1.HeaderClassName
{
color: #1D8612;
}
.AnyTagClassName
{
color: #1D8612;
}
</style>
background-color css
<style>
a { background-color: #1D8612; }
a { background-color: rgb(29,134,18); }
div.DivClassName
{
background-color: #1D8612;
}
.BgClassName
{
background-color: #1D8612;
}
</style>
border-color css
<style>
span { border-color: #1D8612; }
span { border-color: rgb(29,134,18); }
td.TdClassName
{
border-color: #1D8612;
}
.TagClassName
{
border-color: #1D8612;
}
</style>