Shades of Dark Pastel Green #1DBD44
Tints of Dark Pastel Green #1DBD44
RGB
CMYK
RGB Variations
Color information
#1DBD44 (or 0x1DBD44) is known color: Dark Pastel Green. HEX triplet: 1D, BD and 44. RGB value is (29,189,68). Sum of RGB (Red+Green+Blue) = 29+189+68=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBD44 is #E242BB. Grayscale: #7F7F7F. Windows color (decimal): -14828220 or 4504861. OLE color: 4504861.
HSL color Cylindrical-coordinate representation of color #1DBD44: hue angle of 134.62º 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 #1DBD44 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 68 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.26 |
| HSL | 134.63º | 0.73% | 0.43% | - |
| HSV(B) | 134.63º | 0.85% | 0.74% | - |
| XYZ | 19.75 | 37.07 | 11.58 | - |
| YUV | 127.37 | 94.49 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 68 | 0.85 | 0 | 0.64 | 0.26 | 134.63 | 0.73 | 0.43 |
| Hex | 1D | BD | 44 | 55 | 0 | 40 | 1A | 87 | 49 | 2B |
| Octal | 35 | 275 | 104 | 125 | 0 | 100 | 32 | 207 | 111 | 53 |
| Binary | 11101 | 10111101 | 1000100 | 1010101 | 0 | 1000000 | 11010 | 10000111 | 1001001 | 101011 |
Color Harmonies of #1DBD44
Complementary color
Monochromatic Colors of #1DBD44
Black with #1DBD44
Text Example
Text Example
White with #1DBD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD44; }
p { color: rgb(29,189,68); }
H1.HeaderClassName
{
color: #1DBD44;
}
.AnyTagClassName
{
color: #1DBD44;
}
</style>
background-color css
<style>
a { background-color: #1DBD44; }
a { background-color: rgb(29,189,68); }
div.DivClassName
{
background-color: #1DBD44;
}
.BgClassName
{
background-color: #1DBD44;
}
</style>
border-color css
<style>
span { border-color: #1DBD44; }
span { border-color: rgb(29,189,68); }
td.TdClassName
{
border-color: #1DBD44;
}
.TagClassName
{
border-color: #1DBD44;
}
</style>