Shades of Forest Green #1DA41A
Tints of Forest Green #1DA41A
RGB
CMYK
RGB Variations
Color information
#1DA41A (or 0x1DA41A) is known color: Forest Green. HEX triplet: 1D, A4 and 1A. RGB value is (29,164,26). Sum of RGB (Red+Green+Blue) = 29+164+26=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 164 (64.45% from 255 or 74.89% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA41A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA41A is #E25BE5. Grayscale: #6C6C6C. Windows color (decimal): -14834662 or 1745949. OLE color: 1745949.
HSL color Cylindrical-coordinate representation of color #1DA41A: hue angle of 118.7º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DA41A is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 26 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.36 |
| HSL | 118.7º | 0.73% | 0.37% | - |
| HSV(B) | 118.7º | 0.84% | 0.64% | - |
| XYZ | 13.97 | 26.89 | 5.43 | - |
| YUV | 107.9 | 81.77 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 26 | 0.82 | 0 | 0.84 | 0.36 | 118.7 | 0.73 | 0.37 |
| Hex | 1D | A4 | 1A | 52 | 0 | 54 | 24 | 77 | 49 | 25 |
| Octal | 35 | 244 | 32 | 122 | 0 | 124 | 44 | 167 | 111 | 45 |
| Binary | 11101 | 10100100 | 11010 | 1010010 | 0 | 1010100 | 100100 | 1110111 | 1001001 | 100101 |
Color Harmonies of #1DA41A
Complementary color
Monochromatic Colors of #1DA41A
Black with #1DA41A
Text Example
Text Example
White with #1DA41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA41A; }
p { color: rgb(29,164,26); }
H1.HeaderClassName
{
color: #1DA41A;
}
.AnyTagClassName
{
color: #1DA41A;
}
</style>
background-color css
<style>
a { background-color: #1DA41A; }
a { background-color: rgb(29,164,26); }
div.DivClassName
{
background-color: #1DA41A;
}
.BgClassName
{
background-color: #1DA41A;
}
</style>
border-color css
<style>
span { border-color: #1DA41A; }
span { border-color: rgb(29,164,26); }
td.TdClassName
{
border-color: #1DA41A;
}
.TagClassName
{
border-color: #1DA41A;
}
</style>