Shades of Forest Green #1DA018
Tints of Forest Green #1DA018
RGB
CMYK
RGB Variations
Color information
#1DA018 (or 0x1DA018) is known color: Forest Green. HEX triplet: 1D, A0 and 18. RGB value is (29,160,24). Sum of RGB (Red+Green+Blue) = 29+160+24=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 160 (62.89% from 255 or 75.12% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA018 is #E25FE7. Grayscale: #696969. Windows color (decimal): -14835688 or 1613853. OLE color: 1613853.
HSL color Cylindrical-coordinate representation of color #1DA018: hue angle of 117.79º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DA018 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 24 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.37 |
| HSL | 117.79º | 0.74% | 0.36% | - |
| HSV(B) | 117.79º | 0.85% | 0.63% | - |
| XYZ | 13.24 | 25.47 | 5.08 | - |
| YUV | 105.33 | 82.1 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 24 | 0.82 | 0 | 0.85 | 0.37 | 117.79 | 0.74 | 0.36 |
| Hex | 1D | A0 | 18 | 52 | 0 | 55 | 25 | 76 | 4A | 24 |
| Octal | 35 | 240 | 30 | 122 | 0 | 125 | 45 | 166 | 112 | 44 |
| Binary | 11101 | 10100000 | 11000 | 1010010 | 0 | 1010101 | 100101 | 1110110 | 1001010 | 100100 |
Color Harmonies of #1DA018
Complementary color
Monochromatic Colors of #1DA018
Black with #1DA018
Text Example
Text Example
White with #1DA018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA018; }
p { color: rgb(29,160,24); }
H1.HeaderClassName
{
color: #1DA018;
}
.AnyTagClassName
{
color: #1DA018;
}
</style>
background-color css
<style>
a { background-color: #1DA018; }
a { background-color: rgb(29,160,24); }
div.DivClassName
{
background-color: #1DA018;
}
.BgClassName
{
background-color: #1DA018;
}
</style>
border-color css
<style>
span { border-color: #1DA018; }
span { border-color: rgb(29,160,24); }
td.TdClassName
{
border-color: #1DA018;
}
.TagClassName
{
border-color: #1DA018;
}
</style>