Shades of Dark Pastel Green #1DBB47
Tints of Dark Pastel Green #1DBB47
RGB
CMYK
RGB Variations
Color information
#1DBB47 (or 0x1DBB47) is known color: Dark Pastel Green. HEX triplet: 1D, BB and 47. RGB value is (29,187,71). Sum of RGB (Red+Green+Blue) = 29+187+71=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 187 (73.44% from 255 or 65.16% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB47 is #E244B8. Grayscale: #7E7E7E. Windows color (decimal): -14828729 or 4700957. OLE color: 4700957.
HSL color Cylindrical-coordinate representation of color #1DBB47: hue angle of 135.95º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBB47 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 71 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.27 |
| HSL | 135.95º | 0.73% | 0.42% | - |
| HSV(B) | 135.95º | 0.84% | 0.73% | - |
| XYZ | 19.41 | 36.26 | 11.94 | - |
| YUV | 126.53 | 96.65 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 71 | 0.84 | 0 | 0.62 | 0.27 | 135.95 | 0.73 | 0.42 |
| Hex | 1D | BB | 47 | 54 | 0 | 3E | 1B | 88 | 49 | 2A |
| Octal | 35 | 273 | 107 | 124 | 0 | 76 | 33 | 210 | 111 | 52 |
| Binary | 11101 | 10111011 | 1000111 | 1010100 | 0 | 111110 | 11011 | 10001000 | 1001001 | 101010 |
Color Harmonies of #1DBB47
Complementary color
Monochromatic Colors of #1DBB47
Black with #1DBB47
Text Example
Text Example
White with #1DBB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB47; }
p { color: rgb(29,187,71); }
H1.HeaderClassName
{
color: #1DBB47;
}
.AnyTagClassName
{
color: #1DBB47;
}
</style>
background-color css
<style>
a { background-color: #1DBB47; }
a { background-color: rgb(29,187,71); }
div.DivClassName
{
background-color: #1DBB47;
}
.BgClassName
{
background-color: #1DBB47;
}
</style>
border-color css
<style>
span { border-color: #1DBB47; }
span { border-color: rgb(29,187,71); }
td.TdClassName
{
border-color: #1DBB47;
}
.TagClassName
{
border-color: #1DBB47;
}
</style>