Shades of Dark Pastel Green #1DB64E
Tints of Dark Pastel Green #1DB64E
RGB
CMYK
RGB Variations
Color information
#1DB64E (or 0x1DB64E) is known color: Dark Pastel Green. HEX triplet: 1D, B6 and 4E. RGB value is (29,182,78). Sum of RGB (Red+Green+Blue) = 29+182+78=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 182 (71.48% from 255 or 62.98% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB64E is #E249B1. Grayscale: #7C7C7C. Windows color (decimal): -14830002 or 5158429. OLE color: 5158429.
HSL color Cylindrical-coordinate representation of color #1DB64E: hue angle of 139.22º 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 #1DB64E is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 78 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.29 |
| HSL | 139.22º | 0.73% | 0.41% | - |
| HSV(B) | 139.22º | 0.84% | 0.71% | - |
| XYZ | 18.61 | 34.27 | 12.84 | - |
| YUV | 124.4 | 101.81 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 78 | 0.84 | 0 | 0.57 | 0.29 | 139.22 | 0.73 | 0.41 |
| Hex | 1D | B6 | 4E | 54 | 0 | 39 | 1D | 8B | 49 | 29 |
| Octal | 35 | 266 | 116 | 124 | 0 | 71 | 35 | 213 | 111 | 51 |
| Binary | 11101 | 10110110 | 1001110 | 1010100 | 0 | 111001 | 11101 | 10001011 | 1001001 | 101001 |
Color Harmonies of #1DB64E
Complementary color
Monochromatic Colors of #1DB64E
Black with #1DB64E
Text Example
Text Example
White with #1DB64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB64E; }
p { color: rgb(29,182,78); }
H1.HeaderClassName
{
color: #1DB64E;
}
.AnyTagClassName
{
color: #1DB64E;
}
</style>
background-color css
<style>
a { background-color: #1DB64E; }
a { background-color: rgb(29,182,78); }
div.DivClassName
{
background-color: #1DB64E;
}
.BgClassName
{
background-color: #1DB64E;
}
</style>
border-color css
<style>
span { border-color: #1DB64E; }
span { border-color: rgb(29,182,78); }
td.TdClassName
{
border-color: #1DB64E;
}
.TagClassName
{
border-color: #1DB64E;
}
</style>