Shades of Forest Green #1DA610
Tints of Forest Green #1DA610
RGB
CMYK
RGB Variations
Color information
#1DA610 (or 0x1DA610) is known color: Forest Green. HEX triplet: 1D, A6 and 10. RGB value is (29,166,16). Sum of RGB (Red+Green+Blue) = 29+166+16=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 166 (65.23% from 255 or 78.67% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA610 is #E259EF. Grayscale: #6C6C6C. Windows color (decimal): -14834160 or 1091101. OLE color: 1091101.
HSL color Cylindrical-coordinate representation of color #1DA610: hue angle of 114.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DA610 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 166 | 16 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.35 |
| HSL | 114.8º | 0.82% | 0.36% | - |
| HSV(B) | 114.8º | 0.9% | 0.65% | - |
| XYZ | 14.24 | 27.57 | 5.06 | - |
| YUV | 107.94 | 76.11 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 16 | 0.83 | 0 | 0.90 | 0.35 | 114.8 | 0.82 | 0.36 |
| Hex | 1D | A6 | 10 | 53 | 0 | 5A | 23 | 73 | 52 | 24 |
| Octal | 35 | 246 | 20 | 123 | 0 | 132 | 43 | 163 | 122 | 44 |
| Binary | 11101 | 10100110 | 10000 | 1010011 | 0 | 1011010 | 100011 | 1110011 | 1010010 | 100100 |
Color Harmonies of #1DA610
Complementary color
Monochromatic Colors of #1DA610
Black with #1DA610
Text Example
Text Example
White with #1DA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA610; }
p { color: rgb(29,166,16); }
H1.HeaderClassName
{
color: #1DA610;
}
.AnyTagClassName
{
color: #1DA610;
}
</style>
background-color css
<style>
a { background-color: #1DA610; }
a { background-color: rgb(29,166,16); }
div.DivClassName
{
background-color: #1DA610;
}
.BgClassName
{
background-color: #1DA610;
}
</style>
border-color css
<style>
span { border-color: #1DA610; }
span { border-color: rgb(29,166,16); }
td.TdClassName
{
border-color: #1DA610;
}
.TagClassName
{
border-color: #1DA610;
}
</style>