Shades of Dark Pastel Green #1DB749
Tints of Dark Pastel Green #1DB749
RGB
CMYK
RGB Variations
Color information
#1DB749 (or 0x1DB749) is known color: Dark Pastel Green. HEX triplet: 1D, B7 and 49. RGB value is (29,183,73). Sum of RGB (Red+Green+Blue) = 29+183+73=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 183 (71.88% from 255 or 64.21% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB749 is #E248B6. Grayscale: #7C7C7C. Windows color (decimal): -14829751 or 4831005. OLE color: 4831005.
HSL color Cylindrical-coordinate representation of color #1DB749: hue angle of 137.14º 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 #1DB749 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 73 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.28 |
| HSL | 137.14º | 0.73% | 0.42% | - |
| HSV(B) | 137.14º | 0.84% | 0.72% | - |
| XYZ | 18.64 | 34.61 | 12 | - |
| YUV | 124.41 | 98.98 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 73 | 0.84 | 0 | 0.60 | 0.28 | 137.14 | 0.73 | 0.42 |
| Hex | 1D | B7 | 49 | 54 | 0 | 3C | 1C | 89 | 49 | 2A |
| Octal | 35 | 267 | 111 | 124 | 0 | 74 | 34 | 211 | 111 | 52 |
| Binary | 11101 | 10110111 | 1001001 | 1010100 | 0 | 111100 | 11100 | 10001001 | 1001001 | 101010 |
Color Harmonies of #1DB749
Complementary color
Monochromatic Colors of #1DB749
Black with #1DB749
Text Example
Text Example
White with #1DB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB749; }
p { color: rgb(29,183,73); }
H1.HeaderClassName
{
color: #1DB749;
}
.AnyTagClassName
{
color: #1DB749;
}
</style>
background-color css
<style>
a { background-color: #1DB749; }
a { background-color: rgb(29,183,73); }
div.DivClassName
{
background-color: #1DB749;
}
.BgClassName
{
background-color: #1DB749;
}
</style>
border-color css
<style>
span { border-color: #1DB749; }
span { border-color: rgb(29,183,73); }
td.TdClassName
{
border-color: #1DB749;
}
.TagClassName
{
border-color: #1DB749;
}
</style>