Shades of Malachite #1DBB58
Tints of Malachite #1DBB58
RGB
CMYK
RGB Variations
Color information
#1DBB58 (or 0x1DBB58) is known color: Malachite. HEX triplet: 1D, BB and 58. RGB value is (29,187,88). Sum of RGB (Red+Green+Blue) = 29+187+88=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB58 is #E244A7. Grayscale: #808080. Windows color (decimal): -14828712 or 5815069. OLE color: 5815069.
HSL color Cylindrical-coordinate representation of color #1DBB58: hue angle of 142.41º 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 #1DBB58 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 88 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.27 |
| HSL | 142.41º | 0.73% | 0.42% | - |
| HSV(B) | 142.41º | 0.84% | 0.73% | - |
| XYZ | 20.04 | 36.51 | 15.22 | - |
| YUV | 128.47 | 105.15 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 88 | 0.84 | 0 | 0.53 | 0.27 | 142.41 | 0.73 | 0.42 |
| Hex | 1D | BB | 58 | 54 | 0 | 35 | 1B | 8E | 49 | 2A |
| Octal | 35 | 273 | 130 | 124 | 0 | 65 | 33 | 216 | 111 | 52 |
| Binary | 11101 | 10111011 | 1011000 | 1010100 | 0 | 110101 | 11011 | 10001110 | 1001001 | 101010 |
Color Harmonies of #1DBB58
Complementary color
Monochromatic Colors of #1DBB58
Black with #1DBB58
Text Example
Text Example
White with #1DBB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB58; }
p { color: rgb(29,187,88); }
H1.HeaderClassName
{
color: #1DBB58;
}
.AnyTagClassName
{
color: #1DBB58;
}
</style>
background-color css
<style>
a { background-color: #1DBB58; }
a { background-color: rgb(29,187,88); }
div.DivClassName
{
background-color: #1DBB58;
}
.BgClassName
{
background-color: #1DBB58;
}
</style>
border-color css
<style>
span { border-color: #1DBB58; }
span { border-color: rgb(29,187,88); }
td.TdClassName
{
border-color: #1DBB58;
}
.TagClassName
{
border-color: #1DBB58;
}
</style>