Shades of Dark Pastel Green #1DB74E
Tints of Dark Pastel Green #1DB74E
RGB
CMYK
RGB Variations
Color information
#1DB74E (or 0x1DB74E) is known color: Dark Pastel Green. HEX triplet: 1D, B7 and 4E. RGB value is (29,183,78). Sum of RGB (Red+Green+Blue) = 29+183+78=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 183 (71.88% from 255 or 63.10% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB74E is #E248B1. Grayscale: #7D7D7D. Windows color (decimal): -14829746 or 5158685. OLE color: 5158685.
HSL color Cylindrical-coordinate representation of color #1DB74E: hue angle of 139.09º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB74E is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 78 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.28 |
| HSL | 139.09º | 0.73% | 0.42% | - |
| HSV(B) | 139.09º | 0.84% | 0.72% | - |
| XYZ | 18.82 | 34.68 | 12.91 | - |
| YUV | 124.98 | 101.48 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 78 | 0.84 | 0 | 0.57 | 0.28 | 139.09 | 0.73 | 0.42 |
| Hex | 1D | B7 | 4E | 54 | 0 | 39 | 1C | 8B | 49 | 2A |
| Octal | 35 | 267 | 116 | 124 | 0 | 71 | 34 | 213 | 111 | 52 |
| Binary | 11101 | 10110111 | 1001110 | 1010100 | 0 | 111001 | 11100 | 10001011 | 1001001 | 101010 |
Color Harmonies of #1DB74E
Complementary color
Monochromatic Colors of #1DB74E
Black with #1DB74E
Text Example
Text Example
White with #1DB74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB74E; }
p { color: rgb(29,183,78); }
H1.HeaderClassName
{
color: #1DB74E;
}
.AnyTagClassName
{
color: #1DB74E;
}
</style>
background-color css
<style>
a { background-color: #1DB74E; }
a { background-color: rgb(29,183,78); }
div.DivClassName
{
background-color: #1DB74E;
}
.BgClassName
{
background-color: #1DB74E;
}
</style>
border-color css
<style>
span { border-color: #1DB74E; }
span { border-color: rgb(29,183,78); }
td.TdClassName
{
border-color: #1DB74E;
}
.TagClassName
{
border-color: #1DB74E;
}
</style>