Shades of Malachite #1DDA3D
Tints of Malachite #1DDA3D
RGB
CMYK
RGB Variations
Color information
#1DDA3D (or 0x1DDA3D) is known color: Malachite. HEX triplet: 1D, DA and 3D. RGB value is (29,218,61). Sum of RGB (Red+Green+Blue) = 29+218+61=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 218 (85.55% from 255 or 70.78% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 218 - color contains mainly: green. Hex color #1DDA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDA3D is #E225C2. Grayscale: #909090. Windows color (decimal): -14820803 or 4053533. OLE color: 4053533.
HSL color Cylindrical-coordinate representation of color #1DDA3D: hue angle of 130.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDA3D is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 218 | 61 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.15 |
| HSL | 130.16º | 0.77% | 0.48% | - |
| HSV(B) | 130.16º | 0.87% | 0.85% | - |
| XYZ | 26.42 | 50.74 | 12.82 | - |
| YUV | 143.59 | 81.38 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 218 | 61 | 0.87 | 0 | 0.72 | 0.15 | 130.16 | 0.77 | 0.48 |
| Hex | 1D | DA | 3D | 57 | 0 | 48 | F | 82 | 4D | 30 |
| Octal | 35 | 332 | 75 | 127 | 0 | 110 | 17 | 202 | 115 | 60 |
| Binary | 11101 | 11011010 | 111101 | 1010111 | 0 | 1001000 | 1111 | 10000010 | 1001101 | 110000 |
Color Harmonies of #1DDA3D
Complementary color
Monochromatic Colors of #1DDA3D
Black with #1DDA3D
Text Example
Text Example
White with #1DDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDA3D; }
p { color: rgb(29,218,61); }
H1.HeaderClassName
{
color: #1DDA3D;
}
.AnyTagClassName
{
color: #1DDA3D;
}
</style>
background-color css
<style>
a { background-color: #1DDA3D; }
a { background-color: rgb(29,218,61); }
div.DivClassName
{
background-color: #1DDA3D;
}
.BgClassName
{
background-color: #1DDA3D;
}
</style>
border-color css
<style>
span { border-color: #1DDA3D; }
span { border-color: rgb(29,218,61); }
td.TdClassName
{
border-color: #1DDA3D;
}
.TagClassName
{
border-color: #1DDA3D;
}
</style>