Shades of Dark Pastel Green #1DB537
Tints of Dark Pastel Green #1DB537
RGB
CMYK
RGB Variations
Color information
#1DB537 (or 0x1DB537) is known color: Dark Pastel Green. HEX triplet: 1D, B5 and 37. RGB value is (29,181,55). Sum of RGB (Red+Green+Blue) = 29+181+55=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 181 (71.09% from 255 or 68.30% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB537 is #E24AC8. Grayscale: #797979. Windows color (decimal): -14830281 or 3650845. OLE color: 3650845.
HSL color Cylindrical-coordinate representation of color #1DB537: hue angle of 130.26º 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 #1DB537 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 55 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.29 |
| HSL | 130.26º | 0.72% | 0.41% | - |
| HSV(B) | 130.26º | 0.84% | 0.71% | - |
| XYZ | 17.72 | 33.58 | 9.16 | - |
| YUV | 121.19 | 90.64 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 55 | 0.84 | 0 | 0.70 | 0.29 | 130.26 | 0.72 | 0.41 |
| Hex | 1D | B5 | 37 | 54 | 0 | 46 | 1D | 82 | 48 | 29 |
| Octal | 35 | 265 | 67 | 124 | 0 | 106 | 35 | 202 | 110 | 51 |
| Binary | 11101 | 10110101 | 110111 | 1010100 | 0 | 1000110 | 11101 | 10000010 | 1001000 | 101001 |
Color Harmonies of #1DB537
Complementary color
Monochromatic Colors of #1DB537
Black with #1DB537
Text Example
Text Example
White with #1DB537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB537; }
p { color: rgb(29,181,55); }
H1.HeaderClassName
{
color: #1DB537;
}
.AnyTagClassName
{
color: #1DB537;
}
</style>
background-color css
<style>
a { background-color: #1DB537; }
a { background-color: rgb(29,181,55); }
div.DivClassName
{
background-color: #1DB537;
}
.BgClassName
{
background-color: #1DB537;
}
</style>
border-color css
<style>
span { border-color: #1DB537; }
span { border-color: rgb(29,181,55); }
td.TdClassName
{
border-color: #1DB537;
}
.TagClassName
{
border-color: #1DB537;
}
</style>