Shades of Forest Green #1D9411
Tints of Forest Green #1D9411
RGB
CMYK
RGB Variations
Color information
#1D9411 (or 0x1D9411) is known color: Forest Green. HEX triplet: 1D, 94 and 11. RGB value is (29,148,17). Sum of RGB (Red+Green+Blue) = 29+148+17=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 148 (58.20% from 255 or 76.29% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 148 - color contains mainly: green. Hex color #1D9411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9411 is #E26BEE. Grayscale: #616161. Windows color (decimal): -14838767 or 1152029. OLE color: 1152029.
HSL color Cylindrical-coordinate representation of color #1D9411: hue angle of 114.5º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D9411 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 17 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.42 |
| HSL | 114.5º | 0.79% | 0.32% | - |
| HSV(B) | 114.5º | 0.89% | 0.58% | - |
| XYZ | 11.2 | 21.48 | 4.09 | - |
| YUV | 97.49 | 82.58 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 17 | 0.80 | 0 | 0.89 | 0.42 | 114.5 | 0.79 | 0.32 |
| Hex | 1D | 94 | 11 | 50 | 0 | 59 | 2A | 73 | 4F | 20 |
| Octal | 35 | 224 | 21 | 120 | 0 | 131 | 52 | 163 | 117 | 40 |
| Binary | 11101 | 10010100 | 10001 | 1010000 | 0 | 1011001 | 101010 | 1110011 | 1001111 | 100000 |
Color Harmonies of #1D9411
Complementary color
Monochromatic Colors of #1D9411
Black with #1D9411
Text Example
Text Example
White with #1D9411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9411; }
p { color: rgb(29,148,17); }
H1.HeaderClassName
{
color: #1D9411;
}
.AnyTagClassName
{
color: #1D9411;
}
</style>
background-color css
<style>
a { background-color: #1D9411; }
a { background-color: rgb(29,148,17); }
div.DivClassName
{
background-color: #1D9411;
}
.BgClassName
{
background-color: #1D9411;
}
</style>
border-color css
<style>
span { border-color: #1D9411; }
span { border-color: rgb(29,148,17); }
td.TdClassName
{
border-color: #1D9411;
}
.TagClassName
{
border-color: #1D9411;
}
</style>