Shades of Malachite #1DF348
Tints of Malachite #1DF348
RGB
CMYK
RGB Variations
Color information
#1DF348 (or 0x1DF348) is known color: Malachite. HEX triplet: 1D, F3 and 48. RGB value is (29,243,72). Sum of RGB (Red+Green+Blue) = 29+243+72=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 243 (95.31% from 255 or 70.64% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF348 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF348 is #E20CB7. Grayscale: #9F9F9F. Windows color (decimal): -14814392 or 4780829. OLE color: 4780829.
HSL color Cylindrical-coordinate representation of color #1DF348: hue angle of 132.06º 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 #1DF348 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 72 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.05 |
| HSL | 132.06º | 0.9% | 0.53% | - |
| HSV(B) | 132.06º | 0.88% | 0.95% | - |
| XYZ | 33.73 | 64.83 | 16.87 | - |
| YUV | 159.52 | 78.6 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 72 | 0.88 | 0 | 0.70 | 0.05 | 132.06 | 0.9 | 0.53 |
| Hex | 1D | F3 | 48 | 58 | 0 | 46 | 5 | 84 | 5A | 35 |
| Octal | 35 | 363 | 110 | 130 | 0 | 106 | 5 | 204 | 132 | 65 |
| Binary | 11101 | 11110011 | 1001000 | 1011000 | 0 | 1000110 | 101 | 10000100 | 1011010 | 110101 |
Color Harmonies of #1DF348
Complementary color
Monochromatic Colors of #1DF348
Black with #1DF348
Text Example
Text Example
White with #1DF348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF348; }
p { color: rgb(29,243,72); }
H1.HeaderClassName
{
color: #1DF348;
}
.AnyTagClassName
{
color: #1DF348;
}
</style>
background-color css
<style>
a { background-color: #1DF348; }
a { background-color: rgb(29,243,72); }
div.DivClassName
{
background-color: #1DF348;
}
.BgClassName
{
background-color: #1DF348;
}
</style>
border-color css
<style>
span { border-color: #1DF348; }
span { border-color: rgb(29,243,72); }
td.TdClassName
{
border-color: #1DF348;
}
.TagClassName
{
border-color: #1DF348;
}
</style>