Shades of Forest Green #1D8411
Tints of Forest Green #1D8411
RGB
CMYK
RGB Variations
Color information
#1D8411 (or 0x1D8411) is known color: Forest Green. HEX triplet: 1D, 84 and 11. RGB value is (29,132,17). Sum of RGB (Red+Green+Blue) = 29+132+17=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 132 (51.95% from 255 or 74.16% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 132 - color contains mainly: green. Hex color #1D8411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8411 is #E27BEE. Grayscale: #585858. Windows color (decimal): -14842863 or 1147933. OLE color: 1147933.
HSL color Cylindrical-coordinate representation of color #1D8411: hue angle of 113.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D8411 is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 17 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.48 |
| HSL | 113.74º | 0.77% | 0.29% | - |
| HSV(B) | 113.74º | 0.87% | 0.52% | - |
| XYZ | 8.86 | 16.8 | 3.31 | - |
| YUV | 88.09 | 87.88 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 17 | 0.78 | 0 | 0.87 | 0.48 | 113.74 | 0.77 | 0.29 |
| Hex | 1D | 84 | 11 | 4E | 0 | 57 | 30 | 72 | 4D | 1D |
| Octal | 35 | 204 | 21 | 116 | 0 | 127 | 60 | 162 | 115 | 35 |
| Binary | 11101 | 10000100 | 10001 | 1001110 | 0 | 1010111 | 110000 | 1110010 | 1001101 | 11101 |
Color Harmonies of #1D8411
Complementary color
Monochromatic Colors of #1D8411
Black with #1D8411
Text Example
Text Example
White with #1D8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8411; }
p { color: rgb(29,132,17); }
H1.HeaderClassName
{
color: #1D8411;
}
.AnyTagClassName
{
color: #1D8411;
}
</style>
background-color css
<style>
a { background-color: #1D8411; }
a { background-color: rgb(29,132,17); }
div.DivClassName
{
background-color: #1D8411;
}
.BgClassName
{
background-color: #1D8411;
}
</style>
border-color css
<style>
span { border-color: #1D8411; }
span { border-color: rgb(29,132,17); }
td.TdClassName
{
border-color: #1D8411;
}
.TagClassName
{
border-color: #1D8411;
}
</style>