Shades of Dark Pastel Green #1DBB54
Tints of Dark Pastel Green #1DBB54
RGB
CMYK
RGB Variations
Color information
#1DBB54 (or 0x1DBB54) is known color: Dark Pastel Green. HEX triplet: 1D, BB and 54. RGB value is (29,187,84). Sum of RGB (Red+Green+Blue) = 29+187+84=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 187 (73.44% from 255 or 62.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB54 is #E244AB. Grayscale: #808080. Windows color (decimal): -14828716 or 5552925. OLE color: 5552925.
HSL color Cylindrical-coordinate representation of color #1DBB54: hue angle of 140.89º 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 #1DBB54 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 84 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.27 |
| HSL | 140.89º | 0.73% | 0.42% | - |
| HSV(B) | 140.89º | 0.84% | 0.73% | - |
| XYZ | 19.88 | 36.44 | 14.37 | - |
| YUV | 128.02 | 103.15 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 84 | 0.84 | 0 | 0.55 | 0.27 | 140.89 | 0.73 | 0.42 |
| Hex | 1D | BB | 54 | 54 | 0 | 37 | 1B | 8D | 49 | 2A |
| Octal | 35 | 273 | 124 | 124 | 0 | 67 | 33 | 215 | 111 | 52 |
| Binary | 11101 | 10111011 | 1010100 | 1010100 | 0 | 110111 | 11011 | 10001101 | 1001001 | 101010 |
Color Harmonies of #1DBB54
Complementary color
Monochromatic Colors of #1DBB54
Black with #1DBB54
Text Example
Text Example
White with #1DBB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB54; }
p { color: rgb(29,187,84); }
H1.HeaderClassName
{
color: #1DBB54;
}
.AnyTagClassName
{
color: #1DBB54;
}
</style>
background-color css
<style>
a { background-color: #1DBB54; }
a { background-color: rgb(29,187,84); }
div.DivClassName
{
background-color: #1DBB54;
}
.BgClassName
{
background-color: #1DBB54;
}
</style>
border-color css
<style>
span { border-color: #1DBB54; }
span { border-color: rgb(29,187,84); }
td.TdClassName
{
border-color: #1DBB54;
}
.TagClassName
{
border-color: #1DBB54;
}
</style>