Shades of Forest Green #1DA529
Tints of Forest Green #1DA529
RGB
CMYK
RGB Variations
Color information
#1DA529 (or 0x1DA529) is known color: Forest Green. HEX triplet: 1D, A5 and 29. RGB value is (29,165,41). Sum of RGB (Red+Green+Blue) = 29+165+41=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 165 (64.84% from 255 or 70.21% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA529 is #E25AD6. Grayscale: #6E6E6E. Windows color (decimal): -14834391 or 2729245. OLE color: 2729245.
HSL color Cylindrical-coordinate representation of color #1DA529: hue angle of 125.29º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA529 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 41 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.35 |
| HSL | 125.29º | 0.7% | 0.38% | - |
| HSV(B) | 125.29º | 0.82% | 0.65% | - |
| XYZ | 14.36 | 27.33 | 6.62 | - |
| YUV | 110.2 | 88.94 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 41 | 0.82 | 0 | 0.75 | 0.35 | 125.29 | 0.7 | 0.38 |
| Hex | 1D | A5 | 29 | 52 | 0 | 4B | 23 | 7D | 46 | 26 |
| Octal | 35 | 245 | 51 | 122 | 0 | 113 | 43 | 175 | 106 | 46 |
| Binary | 11101 | 10100101 | 101001 | 1010010 | 0 | 1001011 | 100011 | 1111101 | 1000110 | 100110 |
Color Harmonies of #1DA529
Complementary color
Monochromatic Colors of #1DA529
Black with #1DA529
Text Example
Text Example
White with #1DA529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA529; }
p { color: rgb(29,165,41); }
H1.HeaderClassName
{
color: #1DA529;
}
.AnyTagClassName
{
color: #1DA529;
}
</style>
background-color css
<style>
a { background-color: #1DA529; }
a { background-color: rgb(29,165,41); }
div.DivClassName
{
background-color: #1DA529;
}
.BgClassName
{
background-color: #1DA529;
}
</style>
border-color css
<style>
span { border-color: #1DA529; }
span { border-color: rgb(29,165,41); }
td.TdClassName
{
border-color: #1DA529;
}
.TagClassName
{
border-color: #1DA529;
}
</style>