Shades of Dark Pastel Green #1DB54E
Tints of Dark Pastel Green #1DB54E
RGB
CMYK
RGB Variations
Color information
#1DB54E (or 0x1DB54E) is known color: Dark Pastel Green. HEX triplet: 1D, B5 and 4E. RGB value is (29,181,78). Sum of RGB (Red+Green+Blue) = 29+181+78=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 181 (71.09% from 255 or 62.85% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB54E is #E24AB1. Grayscale: #7C7C7C. Windows color (decimal): -14830258 or 5158173. OLE color: 5158173.
HSL color Cylindrical-coordinate representation of color #1DB54E: hue angle of 139.34º degrees, saturation: 0.72, 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 #1DB54E is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 78 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.29 |
| HSL | 139.34º | 0.72% | 0.41% | - |
| HSV(B) | 139.34º | 0.84% | 0.71% | - |
| XYZ | 18.41 | 33.86 | 12.77 | - |
| YUV | 123.81 | 102.14 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 78 | 0.84 | 0 | 0.57 | 0.29 | 139.34 | 0.72 | 0.41 |
| Hex | 1D | B5 | 4E | 54 | 0 | 39 | 1D | 8B | 48 | 29 |
| Octal | 35 | 265 | 116 | 124 | 0 | 71 | 35 | 213 | 110 | 51 |
| Binary | 11101 | 10110101 | 1001110 | 1010100 | 0 | 111001 | 11101 | 10001011 | 1001000 | 101001 |
Color Harmonies of #1DB54E
Complementary color
Monochromatic Colors of #1DB54E
Black with #1DB54E
Text Example
Text Example
White with #1DB54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB54E; }
p { color: rgb(29,181,78); }
H1.HeaderClassName
{
color: #1DB54E;
}
.AnyTagClassName
{
color: #1DB54E;
}
</style>
background-color css
<style>
a { background-color: #1DB54E; }
a { background-color: rgb(29,181,78); }
div.DivClassName
{
background-color: #1DB54E;
}
.BgClassName
{
background-color: #1DB54E;
}
</style>
border-color css
<style>
span { border-color: #1DB54E; }
span { border-color: rgb(29,181,78); }
td.TdClassName
{
border-color: #1DB54E;
}
.TagClassName
{
border-color: #1DB54E;
}
</style>