Shades of Forest Green #1DA112
Tints of Forest Green #1DA112
RGB
CMYK
RGB Variations
Color information
#1DA112 (or 0x1DA112) is known color: Forest Green. HEX triplet: 1D, A1 and 12. RGB value is (29,161,18). Sum of RGB (Red+Green+Blue) = 29+161+18=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 161 (63.28% from 255 or 77.40% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA112 is #E25EED. Grayscale: #696969. Windows color (decimal): -14835438 or 1220893. OLE color: 1220893.
HSL color Cylindrical-coordinate representation of color #1DA112: hue angle of 115.38º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DA112 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 18 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.37 |
| HSL | 115.38º | 0.8% | 0.35% | - |
| HSV(B) | 115.38º | 0.89% | 0.63% | - |
| XYZ | 13.36 | 25.79 | 4.85 | - |
| YUV | 105.23 | 78.77 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 18 | 0.82 | 0 | 0.89 | 0.37 | 115.38 | 0.8 | 0.35 |
| Hex | 1D | A1 | 12 | 52 | 0 | 59 | 25 | 73 | 50 | 23 |
| Octal | 35 | 241 | 22 | 122 | 0 | 131 | 45 | 163 | 120 | 43 |
| Binary | 11101 | 10100001 | 10010 | 1010010 | 0 | 1011001 | 100101 | 1110011 | 1010000 | 100011 |
Color Harmonies of #1DA112
Complementary color
Monochromatic Colors of #1DA112
Black with #1DA112
Text Example
Text Example
White with #1DA112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA112; }
p { color: rgb(29,161,18); }
H1.HeaderClassName
{
color: #1DA112;
}
.AnyTagClassName
{
color: #1DA112;
}
</style>
background-color css
<style>
a { background-color: #1DA112; }
a { background-color: rgb(29,161,18); }
div.DivClassName
{
background-color: #1DA112;
}
.BgClassName
{
background-color: #1DA112;
}
</style>
border-color css
<style>
span { border-color: #1DA112; }
span { border-color: rgb(29,161,18); }
td.TdClassName
{
border-color: #1DA112;
}
.TagClassName
{
border-color: #1DA112;
}
</style>