Shades of Dark Pastel Green #1DBD43
Tints of Dark Pastel Green #1DBD43
RGB
CMYK
RGB Variations
Color information
#1DBD43 (or 0x1DBD43) is known color: Dark Pastel Green. HEX triplet: 1D, BD and 43. RGB value is (29,189,67). Sum of RGB (Red+Green+Blue) = 29+189+67=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBD43 is #E242BC. Grayscale: #7F7F7F. Windows color (decimal): -14828221 or 4439325. OLE color: 4439325.
HSL color Cylindrical-coordinate representation of color #1DBD43: hue angle of 134.25º 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 #1DBD43 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 67 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.26 |
| HSL | 134.25º | 0.73% | 0.43% | - |
| HSV(B) | 134.25º | 0.85% | 0.74% | - |
| XYZ | 19.72 | 37.06 | 11.42 | - |
| YUV | 127.25 | 93.99 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 67 | 0.85 | 0 | 0.65 | 0.26 | 134.25 | 0.73 | 0.43 |
| Hex | 1D | BD | 43 | 55 | 0 | 41 | 1A | 86 | 49 | 2B |
| Octal | 35 | 275 | 103 | 125 | 0 | 101 | 32 | 206 | 111 | 53 |
| Binary | 11101 | 10111101 | 1000011 | 1010101 | 0 | 1000001 | 11010 | 10000110 | 1001001 | 101011 |
Color Harmonies of #1DBD43
Complementary color
Monochromatic Colors of #1DBD43
Black with #1DBD43
Text Example
Text Example
White with #1DBD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD43; }
p { color: rgb(29,189,67); }
H1.HeaderClassName
{
color: #1DBD43;
}
.AnyTagClassName
{
color: #1DBD43;
}
</style>
background-color css
<style>
a { background-color: #1DBD43; }
a { background-color: rgb(29,189,67); }
div.DivClassName
{
background-color: #1DBD43;
}
.BgClassName
{
background-color: #1DBD43;
}
</style>
border-color css
<style>
span { border-color: #1DBD43; }
span { border-color: rgb(29,189,67); }
td.TdClassName
{
border-color: #1DBD43;
}
.TagClassName
{
border-color: #1DBD43;
}
</style>