Shades of Dark Pastel Green #1DB44A
Tints of Dark Pastel Green #1DB44A
RGB
CMYK
RGB Variations
Color information
#1DB44A (or 0x1DB44A) is known color: Dark Pastel Green. HEX triplet: 1D, B4 and 4A. RGB value is (29,180,74). Sum of RGB (Red+Green+Blue) = 29+180+74=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 180 (70.70% from 255 or 63.60% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB44A is #E24BB5. Grayscale: #7B7B7B. Windows color (decimal): -14830518 or 4895773. OLE color: 4895773.
HSL color Cylindrical-coordinate representation of color #1DB44A: hue angle of 137.88º 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 #1DB44A is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 74 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.29 |
| HSL | 137.88º | 0.72% | 0.41% | - |
| HSV(B) | 137.88º | 0.84% | 0.71% | - |
| XYZ | 18.06 | 33.4 | 11.97 | - |
| YUV | 122.77 | 100.47 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 74 | 0.84 | 0 | 0.59 | 0.29 | 137.88 | 0.72 | 0.41 |
| Hex | 1D | B4 | 4A | 54 | 0 | 3B | 1D | 8A | 48 | 29 |
| Octal | 35 | 264 | 112 | 124 | 0 | 73 | 35 | 212 | 110 | 51 |
| Binary | 11101 | 10110100 | 1001010 | 1010100 | 0 | 111011 | 11101 | 10001010 | 1001000 | 101001 |
Color Harmonies of #1DB44A
Complementary color
Monochromatic Colors of #1DB44A
Black with #1DB44A
Text Example
Text Example
White with #1DB44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB44A; }
p { color: rgb(29,180,74); }
H1.HeaderClassName
{
color: #1DB44A;
}
.AnyTagClassName
{
color: #1DB44A;
}
</style>
background-color css
<style>
a { background-color: #1DB44A; }
a { background-color: rgb(29,180,74); }
div.DivClassName
{
background-color: #1DB44A;
}
.BgClassName
{
background-color: #1DB44A;
}
</style>
border-color css
<style>
span { border-color: #1DB44A; }
span { border-color: rgb(29,180,74); }
td.TdClassName
{
border-color: #1DB44A;
}
.TagClassName
{
border-color: #1DB44A;
}
</style>