Shades of Forest Green #1DA01A
Tints of Forest Green #1DA01A
RGB
CMYK
RGB Variations
Color information
#1DA01A (or 0x1DA01A) is known color: Forest Green. HEX triplet: 1D, A0 and 1A. RGB value is (29,160,26). Sum of RGB (Red+Green+Blue) = 29+160+26=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 160 (62.89% from 255 or 74.42% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA01A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA01A is #E25FE5. Grayscale: #696969. Windows color (decimal): -14835686 or 1744925. OLE color: 1744925.
HSL color Cylindrical-coordinate representation of color #1DA01A: hue angle of 118.66º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DA01A is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 26 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.37 |
| HSL | 118.66º | 0.72% | 0.36% | - |
| HSV(B) | 118.66º | 0.84% | 0.63% | - |
| XYZ | 13.26 | 25.48 | 5.2 | - |
| YUV | 105.56 | 83.1 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 26 | 0.82 | 0 | 0.84 | 0.37 | 118.66 | 0.72 | 0.36 |
| Hex | 1D | A0 | 1A | 52 | 0 | 54 | 25 | 77 | 48 | 24 |
| Octal | 35 | 240 | 32 | 122 | 0 | 124 | 45 | 167 | 110 | 44 |
| Binary | 11101 | 10100000 | 11010 | 1010010 | 0 | 1010100 | 100101 | 1110111 | 1001000 | 100100 |
Color Harmonies of #1DA01A
Complementary color
Monochromatic Colors of #1DA01A
Black with #1DA01A
Text Example
Text Example
White with #1DA01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA01A; }
p { color: rgb(29,160,26); }
H1.HeaderClassName
{
color: #1DA01A;
}
.AnyTagClassName
{
color: #1DA01A;
}
</style>
background-color css
<style>
a { background-color: #1DA01A; }
a { background-color: rgb(29,160,26); }
div.DivClassName
{
background-color: #1DA01A;
}
.BgClassName
{
background-color: #1DA01A;
}
</style>
border-color css
<style>
span { border-color: #1DA01A; }
span { border-color: rgb(29,160,26); }
td.TdClassName
{
border-color: #1DA01A;
}
.TagClassName
{
border-color: #1DA01A;
}
</style>