Shades of Forest Green #1D7112
Tints of Forest Green #1D7112
RGB
CMYK
RGB Variations
Color information
#1D7112 (or 0x1D7112) is known color: Forest Green. HEX triplet: 1D, 71 and 12. RGB value is (29,113,18). Sum of RGB (Red+Green+Blue) = 29+113+18=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 113 (44.53% from 255 or 70.62% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7112 is #E28EED. Grayscale: #4D4D4D. Windows color (decimal): -14847726 or 1208605. OLE color: 1208605.
HSL color Cylindrical-coordinate representation of color #1D7112: hue angle of 113.05º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D7112 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 18 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.56 |
| HSL | 113.05º | 0.73% | 0.26% | - |
| HSV(B) | 113.05º | 0.84% | 0.44% | - |
| XYZ | 6.52 | 12.12 | 2.57 | - |
| YUV | 77.05 | 94.67 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 18 | 0.74 | 0 | 0.84 | 0.56 | 113.05 | 0.73 | 0.26 |
| Hex | 1D | 71 | 12 | 4A | 0 | 54 | 38 | 71 | 49 | 1A |
| Octal | 35 | 161 | 22 | 112 | 0 | 124 | 70 | 161 | 111 | 32 |
| Binary | 11101 | 1110001 | 10010 | 1001010 | 0 | 1010100 | 111000 | 1110001 | 1001001 | 11010 |
Color Harmonies of #1D7112
Complementary color
Monochromatic Colors of #1D7112
Black with #1D7112
Text Example
Text Example
White with #1D7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7112; }
p { color: rgb(29,113,18); }
H1.HeaderClassName
{
color: #1D7112;
}
.AnyTagClassName
{
color: #1D7112;
}
</style>
background-color css
<style>
a { background-color: #1D7112; }
a { background-color: rgb(29,113,18); }
div.DivClassName
{
background-color: #1D7112;
}
.BgClassName
{
background-color: #1D7112;
}
</style>
border-color css
<style>
span { border-color: #1D7112; }
span { border-color: rgb(29,113,18); }
td.TdClassName
{
border-color: #1D7112;
}
.TagClassName
{
border-color: #1D7112;
}
</style>