Shades of Malachite #1DF349
Tints of Malachite #1DF349
RGB
CMYK
RGB Variations
Color information
#1DF349 (or 0x1DF349) is known color: Malachite. HEX triplet: 1D, F3 and 49. RGB value is (29,243,73). Sum of RGB (Red+Green+Blue) = 29+243+73=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF349 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF349 is #E20CB6. Grayscale: #A0A0A0. Windows color (decimal): -14814391 or 4846365. OLE color: 4846365.
HSL color Cylindrical-coordinate representation of color #1DF349: hue angle of 132.34º 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 #1DF349 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 73 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.05 |
| HSL | 132.34º | 0.9% | 0.53% | - |
| HSV(B) | 132.34º | 0.88% | 0.95% | - |
| XYZ | 33.76 | 64.84 | 17.04 | - |
| YUV | 159.63 | 79.1 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 73 | 0.88 | 0 | 0.70 | 0.05 | 132.34 | 0.9 | 0.53 |
| Hex | 1D | F3 | 49 | 58 | 0 | 46 | 5 | 84 | 5A | 35 |
| Octal | 35 | 363 | 111 | 130 | 0 | 106 | 5 | 204 | 132 | 65 |
| Binary | 11101 | 11110011 | 1001001 | 1011000 | 0 | 1000110 | 101 | 10000100 | 1011010 | 110101 |
Color Harmonies of #1DF349
Complementary color
Monochromatic Colors of #1DF349
Black with #1DF349
Text Example
Text Example
White with #1DF349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF349; }
p { color: rgb(29,243,73); }
H1.HeaderClassName
{
color: #1DF349;
}
.AnyTagClassName
{
color: #1DF349;
}
</style>
background-color css
<style>
a { background-color: #1DF349; }
a { background-color: rgb(29,243,73); }
div.DivClassName
{
background-color: #1DF349;
}
.BgClassName
{
background-color: #1DF349;
}
</style>
border-color css
<style>
span { border-color: #1DF349; }
span { border-color: rgb(29,243,73); }
td.TdClassName
{
border-color: #1DF349;
}
.TagClassName
{
border-color: #1DF349;
}
</style>