Shades of Forest Green #1DA911
Tints of Forest Green #1DA911
RGB
CMYK
RGB Variations
Color information
#1DA911 (or 0x1DA911) is known color: Forest Green. HEX triplet: 1D, A9 and 11. RGB value is (29,169,17). Sum of RGB (Red+Green+Blue) = 29+169+17=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 169 (66.41% from 255 or 78.60% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA911 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA911 is #E256EE. Grayscale: #6E6E6E. Windows color (decimal): -14833391 or 1157405. OLE color: 1157405.
HSL color Cylindrical-coordinate representation of color #1DA911: hue angle of 115.26º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DA911 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 169 | 17 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.34 |
| HSL | 115.26º | 0.82% | 0.36% | - |
| HSV(B) | 115.26º | 0.9% | 0.66% | - |
| XYZ | 14.8 | 28.68 | 5.29 | - |
| YUV | 109.81 | 75.62 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 169 | 17 | 0.83 | 0 | 0.90 | 0.34 | 115.26 | 0.82 | 0.36 |
| Hex | 1D | A9 | 11 | 53 | 0 | 5A | 22 | 73 | 52 | 24 |
| Octal | 35 | 251 | 21 | 123 | 0 | 132 | 42 | 163 | 122 | 44 |
| Binary | 11101 | 10101001 | 10001 | 1010011 | 0 | 1011010 | 100010 | 1110011 | 1010010 | 100100 |
Color Harmonies of #1DA911
Complementary color
Monochromatic Colors of #1DA911
Black with #1DA911
Text Example
Text Example
White with #1DA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA911; }
p { color: rgb(29,169,17); }
H1.HeaderClassName
{
color: #1DA911;
}
.AnyTagClassName
{
color: #1DA911;
}
</style>
background-color css
<style>
a { background-color: #1DA911; }
a { background-color: rgb(29,169,17); }
div.DivClassName
{
background-color: #1DA911;
}
.BgClassName
{
background-color: #1DA911;
}
</style>
border-color css
<style>
span { border-color: #1DA911; }
span { border-color: rgb(29,169,17); }
td.TdClassName
{
border-color: #1DA911;
}
.TagClassName
{
border-color: #1DA911;
}
</style>