Shades of Dark Pastel Green #1DB449
Tints of Dark Pastel Green #1DB449
RGB
CMYK
RGB Variations
Color information
#1DB449 (or 0x1DB449) is known color: Dark Pastel Green. HEX triplet: 1D, B4 and 49. RGB value is (29,180,73). Sum of RGB (Red+Green+Blue) = 29+180+73=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 180 (70.70% from 255 or 63.83% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB449 is #E24BB6. Grayscale: #7A7A7A. Windows color (decimal): -14830519 or 4830237. OLE color: 4830237.
HSL color Cylindrical-coordinate representation of color #1DB449: hue angle of 137.48º 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 #1DB449 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 73 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.29 |
| HSL | 137.48º | 0.72% | 0.41% | - |
| HSV(B) | 137.48º | 0.84% | 0.71% | - |
| XYZ | 18.03 | 33.38 | 11.8 | - |
| YUV | 122.65 | 99.97 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 73 | 0.84 | 0 | 0.59 | 0.29 | 137.48 | 0.72 | 0.41 |
| Hex | 1D | B4 | 49 | 54 | 0 | 3B | 1D | 89 | 48 | 29 |
| Octal | 35 | 264 | 111 | 124 | 0 | 73 | 35 | 211 | 110 | 51 |
| Binary | 11101 | 10110100 | 1001001 | 1010100 | 0 | 111011 | 11101 | 10001001 | 1001000 | 101001 |
Color Harmonies of #1DB449
Complementary color
Monochromatic Colors of #1DB449
Black with #1DB449
Text Example
Text Example
White with #1DB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB449; }
p { color: rgb(29,180,73); }
H1.HeaderClassName
{
color: #1DB449;
}
.AnyTagClassName
{
color: #1DB449;
}
</style>
background-color css
<style>
a { background-color: #1DB449; }
a { background-color: rgb(29,180,73); }
div.DivClassName
{
background-color: #1DB449;
}
.BgClassName
{
background-color: #1DB449;
}
</style>
border-color css
<style>
span { border-color: #1DB449; }
span { border-color: rgb(29,180,73); }
td.TdClassName
{
border-color: #1DB449;
}
.TagClassName
{
border-color: #1DB449;
}
</style>