Shades of Forest Green #1DA811
Tints of Forest Green #1DA811
RGB
CMYK
RGB Variations
Color information
#1DA811 (or 0x1DA811) is known color: Forest Green. HEX triplet: 1D, A8 and 11. RGB value is (29,168,17). Sum of RGB (Red+Green+Blue) = 29+168+17=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 168 (66.02% from 255 or 78.50% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 168 - color contains mainly: green. Hex color #1DA811 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA811 is #E257EE. Grayscale: #6D6D6D. Windows color (decimal): -14833647 or 1157149. OLE color: 1157149.
HSL color Cylindrical-coordinate representation of color #1DA811: hue angle of 115.23º 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 #1DA811 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 168 | 17 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.34 |
| HSL | 115.23º | 0.82% | 0.36% | - |
| HSV(B) | 115.23º | 0.9% | 0.66% | - |
| XYZ | 14.61 | 28.31 | 5.22 | - |
| YUV | 109.23 | 75.95 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 168 | 17 | 0.83 | 0 | 0.90 | 0.34 | 115.23 | 0.82 | 0.36 |
| Hex | 1D | A8 | 11 | 53 | 0 | 5A | 22 | 73 | 52 | 24 |
| Octal | 35 | 250 | 21 | 123 | 0 | 132 | 42 | 163 | 122 | 44 |
| Binary | 11101 | 10101000 | 10001 | 1010011 | 0 | 1011010 | 100010 | 1110011 | 1010010 | 100100 |
Color Harmonies of #1DA811
Complementary color
Monochromatic Colors of #1DA811
Black with #1DA811
Text Example
Text Example
White with #1DA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA811; }
p { color: rgb(29,168,17); }
H1.HeaderClassName
{
color: #1DA811;
}
.AnyTagClassName
{
color: #1DA811;
}
</style>
background-color css
<style>
a { background-color: #1DA811; }
a { background-color: rgb(29,168,17); }
div.DivClassName
{
background-color: #1DA811;
}
.BgClassName
{
background-color: #1DA811;
}
</style>
border-color css
<style>
span { border-color: #1DA811; }
span { border-color: rgb(29,168,17); }
td.TdClassName
{
border-color: #1DA811;
}
.TagClassName
{
border-color: #1DA811;
}
</style>