Shades of Forest Green #1DA010
Tints of Forest Green #1DA010
RGB
CMYK
RGB Variations
Color information
#1DA010 (or 0x1DA010) is known color: Forest Green. HEX triplet: 1D, A0 and 10. RGB value is (29,160,16). Sum of RGB (Red+Green+Blue) = 29+160+16=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 160 (62.89% from 255 or 78.05% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA010 is #E25FEF. Grayscale: #686868. Windows color (decimal): -14835696 or 1089565. OLE color: 1089565.
HSL color Cylindrical-coordinate representation of color #1DA010: hue angle of 114.58º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DA010 is Cyan = 0.82, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 16 | - |
| CMYK | 0.82 | 0 | 0.9 | 0.37 |
| HSL | 114.58º | 0.82% | 0.35% | - |
| HSV(B) | 114.58º | 0.9% | 0.63% | - |
| XYZ | 13.17 | 25.44 | 4.71 | - |
| YUV | 104.42 | 78.1 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 16 | 0.82 | 0 | 0.9 | 0.37 | 114.58 | 0.82 | 0.35 |
| Hex | 1D | A0 | 10 | 52 | 0 | 5A | 25 | 73 | 52 | 23 |
| Octal | 35 | 240 | 20 | 122 | 0 | 132 | 45 | 163 | 122 | 43 |
| Binary | 11101 | 10100000 | 10000 | 1010010 | 0 | 1011010 | 100101 | 1110011 | 1010010 | 100011 |
Color Harmonies of #1DA010
Complementary color
Monochromatic Colors of #1DA010
Black with #1DA010
Text Example
Text Example
White with #1DA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA010; }
p { color: rgb(29,160,16); }
H1.HeaderClassName
{
color: #1DA010;
}
.AnyTagClassName
{
color: #1DA010;
}
</style>
background-color css
<style>
a { background-color: #1DA010; }
a { background-color: rgb(29,160,16); }
div.DivClassName
{
background-color: #1DA010;
}
.BgClassName
{
background-color: #1DA010;
}
</style>
border-color css
<style>
span { border-color: #1DA010; }
span { border-color: rgb(29,160,16); }
td.TdClassName
{
border-color: #1DA010;
}
.TagClassName
{
border-color: #1DA010;
}
</style>