Shades of Malachite #1DCB6C
Tints of Malachite #1DCB6C
RGB
CMYK
RGB Variations
Color information
#1DCB6C (or 0x1DCB6C) is known color: Malachite. HEX triplet: 1D, CB and 6C. RGB value is (29,203,108). Sum of RGB (Red+Green+Blue) = 29+203+108=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCB6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCB6C is #E23493. Grayscale: #8C8C8C. Windows color (decimal): -14824596 or 7129885. OLE color: 7129885.
HSL color Cylindrical-coordinate representation of color #1DCB6C: hue angle of 147.24º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCB6C is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 203 | 108 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.20 |
| HSL | 147.24º | 0.75% | 0.45% | - |
| HSV(B) | 147.24º | 0.86% | 0.8% | - |
| XYZ | 24.57 | 44.06 | 21.4 | - |
| YUV | 140.14 | 109.85 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 108 | 0.86 | 0 | 0.47 | 0.20 | 147.24 | 0.75 | 0.45 |
| Hex | 1D | CB | 6C | 56 | 0 | 2F | 14 | 93 | 4B | 2D |
| Octal | 35 | 313 | 154 | 126 | 0 | 57 | 24 | 223 | 113 | 55 |
| Binary | 11101 | 11001011 | 1101100 | 1010110 | 0 | 101111 | 10100 | 10010011 | 1001011 | 101101 |
Color Harmonies of #1DCB6C
Complementary color
Monochromatic Colors of #1DCB6C
Black with #1DCB6C
Text Example
Text Example
White with #1DCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCB6C; }
p { color: rgb(29,203,108); }
H1.HeaderClassName
{
color: #1DCB6C;
}
.AnyTagClassName
{
color: #1DCB6C;
}
</style>
background-color css
<style>
a { background-color: #1DCB6C; }
a { background-color: rgb(29,203,108); }
div.DivClassName
{
background-color: #1DCB6C;
}
.BgClassName
{
background-color: #1DCB6C;
}
</style>
border-color css
<style>
span { border-color: #1DCB6C; }
span { border-color: rgb(29,203,108); }
td.TdClassName
{
border-color: #1DCB6C;
}
.TagClassName
{
border-color: #1DCB6C;
}
</style>