Shades of Forest Green #1D6D11
Tints of Forest Green #1D6D11
RGB
CMYK
RGB Variations
Color information
#1D6D11 (or 0x1D6D11) is known color: Forest Green. HEX triplet: 1D, 6D and 11. RGB value is (29,109,17). Sum of RGB (Red+Green+Blue) = 29+109+17=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 109 (42.97% from 255 or 70.32% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 109 - color contains mainly: green. Hex color #1D6D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6D11 is #E292EE. Grayscale: #4A4A4A. Windows color (decimal): -14848751 or 1142045. OLE color: 1142045.
HSL color Cylindrical-coordinate representation of color #1D6D11: hue angle of 112.17º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D6D11 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 29 | 109 | 17 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.57 |
| HSL | 112.17º | 0.73% | 0.25% | - |
| HSV(B) | 112.17º | 0.84% | 0.43% | - |
| XYZ | 6.08 | 11.24 | 2.38 | - |
| YUV | 74.59 | 95.5 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 109 | 17 | 0.73 | 0 | 0.84 | 0.57 | 112.17 | 0.73 | 0.25 |
| Hex | 1D | 6D | 11 | 49 | 0 | 54 | 39 | 70 | 49 | 19 |
| Octal | 35 | 155 | 21 | 111 | 0 | 124 | 71 | 160 | 111 | 31 |
| Binary | 11101 | 1101101 | 10001 | 1001001 | 0 | 1010100 | 111001 | 1110000 | 1001001 | 11001 |
Color Harmonies of #1D6D11
Complementary color
Monochromatic Colors of #1D6D11
Black with #1D6D11
Text Example
Text Example
White with #1D6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6D11; }
p { color: rgb(29,109,17); }
H1.HeaderClassName
{
color: #1D6D11;
}
.AnyTagClassName
{
color: #1D6D11;
}
</style>
background-color css
<style>
a { background-color: #1D6D11; }
a { background-color: rgb(29,109,17); }
div.DivClassName
{
background-color: #1D6D11;
}
.BgClassName
{
background-color: #1D6D11;
}
</style>
border-color css
<style>
span { border-color: #1D6D11; }
span { border-color: rgb(29,109,17); }
td.TdClassName
{
border-color: #1D6D11;
}
.TagClassName
{
border-color: #1D6D11;
}
</style>