Shades of Dark Pastel Green #1DB44F
Tints of Dark Pastel Green #1DB44F
RGB
CMYK
RGB Variations
Color information
#1DB44F (or 0x1DB44F) is known color: Dark Pastel Green. HEX triplet: 1D, B4 and 4F. RGB value is (29,180,79). Sum of RGB (Red+Green+Blue) = 29+180+79=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 180 (70.70% from 255 or 62.5% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB44F is #E24BB0. Grayscale: #7B7B7B. Windows color (decimal): -14830513 or 5223453. OLE color: 5223453.
HSL color Cylindrical-coordinate representation of color #1DB44F: hue angle of 139.87º 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 #1DB44F is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 79 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.29 |
| HSL | 139.87º | 0.72% | 0.41% | - |
| HSV(B) | 139.87º | 0.84% | 0.71% | - |
| XYZ | 18.24 | 33.47 | 12.9 | - |
| YUV | 123.34 | 102.97 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 79 | 0.84 | 0 | 0.56 | 0.29 | 139.87 | 0.72 | 0.41 |
| Hex | 1D | B4 | 4F | 54 | 0 | 38 | 1D | 8C | 48 | 29 |
| Octal | 35 | 264 | 117 | 124 | 0 | 70 | 35 | 214 | 110 | 51 |
| Binary | 11101 | 10110100 | 1001111 | 1010100 | 0 | 111000 | 11101 | 10001100 | 1001000 | 101001 |
Color Harmonies of #1DB44F
Complementary color
Monochromatic Colors of #1DB44F
Black with #1DB44F
Text Example
Text Example
White with #1DB44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB44F; }
p { color: rgb(29,180,79); }
H1.HeaderClassName
{
color: #1DB44F;
}
.AnyTagClassName
{
color: #1DB44F;
}
</style>
background-color css
<style>
a { background-color: #1DB44F; }
a { background-color: rgb(29,180,79); }
div.DivClassName
{
background-color: #1DB44F;
}
.BgClassName
{
background-color: #1DB44F;
}
</style>
border-color css
<style>
span { border-color: #1DB44F; }
span { border-color: rgb(29,180,79); }
td.TdClassName
{
border-color: #1DB44F;
}
.TagClassName
{
border-color: #1DB44F;
}
</style>