Shades of Dark Pastel Green #1DBD42
Tints of Dark Pastel Green #1DBD42
RGB
CMYK
RGB Variations
Color information
#1DBD42 (or 0x1DBD42) is known color: Dark Pastel Green. HEX triplet: 1D, BD and 42. RGB value is (29,189,66). Sum of RGB (Red+Green+Blue) = 29+189+66=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 189 (74.22% from 255 or 66.55% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBD42 is #E242BD. Grayscale: #7F7F7F. Windows color (decimal): -14828222 or 4373789. OLE color: 4373789.
HSL color Cylindrical-coordinate representation of color #1DBD42: hue angle of 133.88º 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 #1DBD42 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 66 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.26 |
| HSL | 133.88º | 0.73% | 0.43% | - |
| HSV(B) | 133.88º | 0.85% | 0.74% | - |
| XYZ | 19.69 | 37.05 | 11.27 | - |
| YUV | 127.14 | 93.49 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 66 | 0.85 | 0 | 0.65 | 0.26 | 133.88 | 0.73 | 0.43 |
| Hex | 1D | BD | 42 | 55 | 0 | 41 | 1A | 86 | 49 | 2B |
| Octal | 35 | 275 | 102 | 125 | 0 | 101 | 32 | 206 | 111 | 53 |
| Binary | 11101 | 10111101 | 1000010 | 1010101 | 0 | 1000001 | 11010 | 10000110 | 1001001 | 101011 |
Color Harmonies of #1DBD42
Complementary color
Monochromatic Colors of #1DBD42
Black with #1DBD42
Text Example
Text Example
White with #1DBD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD42; }
p { color: rgb(29,189,66); }
H1.HeaderClassName
{
color: #1DBD42;
}
.AnyTagClassName
{
color: #1DBD42;
}
</style>
background-color css
<style>
a { background-color: #1DBD42; }
a { background-color: rgb(29,189,66); }
div.DivClassName
{
background-color: #1DBD42;
}
.BgClassName
{
background-color: #1DBD42;
}
</style>
border-color css
<style>
span { border-color: #1DBD42; }
span { border-color: rgb(29,189,66); }
td.TdClassName
{
border-color: #1DBD42;
}
.TagClassName
{
border-color: #1DBD42;
}
</style>