Shades of Dark Pastel Green #1DA540
Tints of Dark Pastel Green #1DA540
RGB
CMYK
RGB Variations
Color information
#1DA540 (or 0x1DA540) is known color: Dark Pastel Green. HEX triplet: 1D, A5 and 40. RGB value is (29,165,64). Sum of RGB (Red+Green+Blue) = 29+165+64=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA540 is #E25ABF. Grayscale: #717171. Windows color (decimal): -14834368 or 4236573. OLE color: 4236573.
HSL color Cylindrical-coordinate representation of color #1DA540: hue angle of 135.44º 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 #1DA540 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 64 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.35 |
| HSL | 135.44º | 0.7% | 0.38% | - |
| HSV(B) | 135.44º | 0.82% | 0.65% | - |
| XYZ | 14.89 | 27.54 | 9.38 | - |
| YUV | 112.82 | 100.44 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 64 | 0.82 | 0 | 0.61 | 0.35 | 135.44 | 0.7 | 0.38 |
| Hex | 1D | A5 | 40 | 52 | 0 | 3D | 23 | 87 | 46 | 26 |
| Octal | 35 | 245 | 100 | 122 | 0 | 75 | 43 | 207 | 106 | 46 |
| Binary | 11101 | 10100101 | 1000000 | 1010010 | 0 | 111101 | 100011 | 10000111 | 1000110 | 100110 |
Color Harmonies of #1DA540
Complementary color
Monochromatic Colors of #1DA540
Black with #1DA540
Text Example
Text Example
White with #1DA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA540; }
p { color: rgb(29,165,64); }
H1.HeaderClassName
{
color: #1DA540;
}
.AnyTagClassName
{
color: #1DA540;
}
</style>
background-color css
<style>
a { background-color: #1DA540; }
a { background-color: rgb(29,165,64); }
div.DivClassName
{
background-color: #1DA540;
}
.BgClassName
{
background-color: #1DA540;
}
</style>
border-color css
<style>
span { border-color: #1DA540; }
span { border-color: rgb(29,165,64); }
td.TdClassName
{
border-color: #1DA540;
}
.TagClassName
{
border-color: #1DA540;
}
</style>