Shades of Dark Pastel Green #1DAB40
Tints of Dark Pastel Green #1DAB40
RGB
CMYK
RGB Variations
Color information
#1DAB40 (or 0x1DAB40) is known color: Dark Pastel Green. HEX triplet: 1D, AB and 40. RGB value is (29,171,64). Sum of RGB (Red+Green+Blue) = 29+171+64=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 171 (67.19% from 255 or 64.77% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAB40 is #E254BF. Grayscale: #747474. Windows color (decimal): -14832832 or 4238109. OLE color: 4238109.
HSL color Cylindrical-coordinate representation of color #1DAB40: hue angle of 134.79º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAB40 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 171 | 64 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.33 |
| HSL | 134.79º | 0.71% | 0.39% | - |
| HSV(B) | 134.79º | 0.83% | 0.67% | - |
| XYZ | 16 | 29.76 | 9.75 | - |
| YUV | 116.34 | 98.46 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 64 | 0.83 | 0 | 0.63 | 0.33 | 134.79 | 0.71 | 0.39 |
| Hex | 1D | AB | 40 | 53 | 0 | 3F | 21 | 87 | 47 | 27 |
| Octal | 35 | 253 | 100 | 123 | 0 | 77 | 41 | 207 | 107 | 47 |
| Binary | 11101 | 10101011 | 1000000 | 1010011 | 0 | 111111 | 100001 | 10000111 | 1000111 | 100111 |
Color Harmonies of #1DAB40
Complementary color
Monochromatic Colors of #1DAB40
Black with #1DAB40
Text Example
Text Example
White with #1DAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAB40; }
p { color: rgb(29,171,64); }
H1.HeaderClassName
{
color: #1DAB40;
}
.AnyTagClassName
{
color: #1DAB40;
}
</style>
background-color css
<style>
a { background-color: #1DAB40; }
a { background-color: rgb(29,171,64); }
div.DivClassName
{
background-color: #1DAB40;
}
.BgClassName
{
background-color: #1DAB40;
}
</style>
border-color css
<style>
span { border-color: #1DAB40; }
span { border-color: rgb(29,171,64); }
td.TdClassName
{
border-color: #1DAB40;
}
.TagClassName
{
border-color: #1DAB40;
}
</style>