Shades of Malachite #1DF346
Tints of Malachite #1DF346
RGB
CMYK
RGB Variations
Color information
#1DF346 (or 0x1DF346) is known color: Malachite. HEX triplet: 1D, F3 and 46. RGB value is (29,243,70). Sum of RGB (Red+Green+Blue) = 29+243+70=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 243 (95.31% from 255 or 71.05% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF346 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF346 is #E20CB9. Grayscale: #9F9F9F. Windows color (decimal): -14814394 or 4649757. OLE color: 4649757.
HSL color Cylindrical-coordinate representation of color #1DF346: hue angle of 131.5º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF346 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 70 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.05 |
| HSL | 131.5º | 0.9% | 0.53% | - |
| HSV(B) | 131.5º | 0.88% | 0.95% | - |
| XYZ | 33.66 | 64.8 | 16.53 | - |
| YUV | 159.29 | 77.6 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 70 | 0.88 | 0 | 0.71 | 0.05 | 131.5 | 0.9 | 0.53 |
| Hex | 1D | F3 | 46 | 58 | 0 | 47 | 5 | 83 | 5A | 35 |
| Octal | 35 | 363 | 106 | 130 | 0 | 107 | 5 | 203 | 132 | 65 |
| Binary | 11101 | 11110011 | 1000110 | 1011000 | 0 | 1000111 | 101 | 10000011 | 1011010 | 110101 |
Color Harmonies of #1DF346
Complementary color
Monochromatic Colors of #1DF346
Black with #1DF346
Text Example
Text Example
White with #1DF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF346; }
p { color: rgb(29,243,70); }
H1.HeaderClassName
{
color: #1DF346;
}
.AnyTagClassName
{
color: #1DF346;
}
</style>
background-color css
<style>
a { background-color: #1DF346; }
a { background-color: rgb(29,243,70); }
div.DivClassName
{
background-color: #1DF346;
}
.BgClassName
{
background-color: #1DF346;
}
</style>
border-color css
<style>
span { border-color: #1DF346; }
span { border-color: rgb(29,243,70); }
td.TdClassName
{
border-color: #1DF346;
}
.TagClassName
{
border-color: #1DF346;
}
</style>