Shades of Dark Pastel Green #1DB64D
Tints of Dark Pastel Green #1DB64D
RGB
CMYK
RGB Variations
Color information
#1DB64D (or 0x1DB64D) is known color: Dark Pastel Green. HEX triplet: 1D, B6 and 4D. RGB value is (29,182,77). Sum of RGB (Red+Green+Blue) = 29+182+77=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 182 (71.48% from 255 or 63.19% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB64D is #E249B2. Grayscale: #7C7C7C. Windows color (decimal): -14830003 or 5092893. OLE color: 5092893.
HSL color Cylindrical-coordinate representation of color #1DB64D: hue angle of 138.82º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB64D is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 77 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.29 |
| HSL | 138.82º | 0.73% | 0.41% | - |
| HSV(B) | 138.82º | 0.84% | 0.71% | - |
| XYZ | 18.57 | 34.25 | 12.65 | - |
| YUV | 124.28 | 101.31 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 77 | 0.84 | 0 | 0.58 | 0.29 | 138.82 | 0.73 | 0.41 |
| Hex | 1D | B6 | 4D | 54 | 0 | 3A | 1D | 8B | 49 | 29 |
| Octal | 35 | 266 | 115 | 124 | 0 | 72 | 35 | 213 | 111 | 51 |
| Binary | 11101 | 10110110 | 1001101 | 1010100 | 0 | 111010 | 11101 | 10001011 | 1001001 | 101001 |
Color Harmonies of #1DB64D
Complementary color
Monochromatic Colors of #1DB64D
Black with #1DB64D
Text Example
Text Example
White with #1DB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB64D; }
p { color: rgb(29,182,77); }
H1.HeaderClassName
{
color: #1DB64D;
}
.AnyTagClassName
{
color: #1DB64D;
}
</style>
background-color css
<style>
a { background-color: #1DB64D; }
a { background-color: rgb(29,182,77); }
div.DivClassName
{
background-color: #1DB64D;
}
.BgClassName
{
background-color: #1DB64D;
}
</style>
border-color css
<style>
span { border-color: #1DB64D; }
span { border-color: rgb(29,182,77); }
td.TdClassName
{
border-color: #1DB64D;
}
.TagClassName
{
border-color: #1DB64D;
}
</style>