Shades of Malachite #1DBB5C
Tints of Malachite #1DBB5C
RGB
CMYK
RGB Variations
Color information
#1DBB5C (or 0x1DBB5C) is known color: Malachite. HEX triplet: 1D, BB and 5C. RGB value is (29,187,92). Sum of RGB (Red+Green+Blue) = 29+187+92=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB5C is #E244A3. Grayscale: #818181. Windows color (decimal): -14828708 or 6077213. OLE color: 6077213.
HSL color Cylindrical-coordinate representation of color #1DBB5C: hue angle of 143.92º 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 #1DBB5C is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 92 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.27 |
| HSL | 143.92º | 0.73% | 0.42% | - |
| HSV(B) | 143.92º | 0.84% | 0.73% | - |
| XYZ | 20.21 | 36.57 | 16.12 | - |
| YUV | 128.93 | 107.15 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 92 | 0.84 | 0 | 0.51 | 0.27 | 143.92 | 0.73 | 0.42 |
| Hex | 1D | BB | 5C | 54 | 0 | 33 | 1B | 90 | 49 | 2A |
| Octal | 35 | 273 | 134 | 124 | 0 | 63 | 33 | 220 | 111 | 52 |
| Binary | 11101 | 10111011 | 1011100 | 1010100 | 0 | 110011 | 11011 | 10010000 | 1001001 | 101010 |
Color Harmonies of #1DBB5C
Complementary color
Monochromatic Colors of #1DBB5C
Black with #1DBB5C
Text Example
Text Example
White with #1DBB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB5C; }
p { color: rgb(29,187,92); }
H1.HeaderClassName
{
color: #1DBB5C;
}
.AnyTagClassName
{
color: #1DBB5C;
}
</style>
background-color css
<style>
a { background-color: #1DBB5C; }
a { background-color: rgb(29,187,92); }
div.DivClassName
{
background-color: #1DBB5C;
}
.BgClassName
{
background-color: #1DBB5C;
}
</style>
border-color css
<style>
span { border-color: #1DBB5C; }
span { border-color: rgb(29,187,92); }
td.TdClassName
{
border-color: #1DBB5C;
}
.TagClassName
{
border-color: #1DBB5C;
}
</style>