Shades of Dark Pastel Green #1DBD50
Tints of Dark Pastel Green #1DBD50
RGB
CMYK
RGB Variations
Color information
#1DBD50 (or 0x1DBD50) is known color: Dark Pastel Green. HEX triplet: 1D, BD and 50. RGB value is (29,189,80). Sum of RGB (Red+Green+Blue) = 29+189+80=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBD50 is #E242AF. Grayscale: #818181. Windows color (decimal): -14828208 or 5291293. OLE color: 5291293.
HSL color Cylindrical-coordinate representation of color #1DBD50: hue angle of 139.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBD50 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 80 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.26 |
| HSL | 139.13º | 0.73% | 0.43% | - |
| HSV(B) | 139.13º | 0.85% | 0.74% | - |
| XYZ | 20.15 | 37.24 | 13.71 | - |
| YUV | 128.73 | 100.49 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 80 | 0.85 | 0 | 0.58 | 0.26 | 139.13 | 0.73 | 0.43 |
| Hex | 1D | BD | 50 | 55 | 0 | 3A | 1A | 8B | 49 | 2B |
| Octal | 35 | 275 | 120 | 125 | 0 | 72 | 32 | 213 | 111 | 53 |
| Binary | 11101 | 10111101 | 1010000 | 1010101 | 0 | 111010 | 11010 | 10001011 | 1001001 | 101011 |
Color Harmonies of #1DBD50
Complementary color
Monochromatic Colors of #1DBD50
Black with #1DBD50
Text Example
Text Example
White with #1DBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD50; }
p { color: rgb(29,189,80); }
H1.HeaderClassName
{
color: #1DBD50;
}
.AnyTagClassName
{
color: #1DBD50;
}
</style>
background-color css
<style>
a { background-color: #1DBD50; }
a { background-color: rgb(29,189,80); }
div.DivClassName
{
background-color: #1DBD50;
}
.BgClassName
{
background-color: #1DBD50;
}
</style>
border-color css
<style>
span { border-color: #1DBD50; }
span { border-color: rgb(29,189,80); }
td.TdClassName
{
border-color: #1DBD50;
}
.TagClassName
{
border-color: #1DBD50;
}
</style>