Shades of Malachite #2AD752
Tints of Malachite #2AD752
RGB
CMYK
RGB Variations
Color information
#2AD752 (or 0x2AD752) is known color: Malachite. HEX triplet: 2A, D7 and 52. RGB value is (42,215,82). Sum of RGB (Red+Green+Blue) = 42+215+82=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 215 (84.38% from 255 or 63.42% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD752 is #D528AD. Grayscale: #949494. Windows color (decimal): -13969582 or 5429034. OLE color: 5429034.
HSL color Cylindrical-coordinate representation of color #2AD752: hue angle of 133.87º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD752 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 82 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.16 |
| HSL | 133.87º | 0.68% | 0.5% | - |
| HSV(B) | 133.87º | 0.8% | 0.84% | - |
| XYZ | 26.78 | 49.7 | 16.16 | - |
| YUV | 148.11 | 90.69 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 82 | 0.80 | 0 | 0.62 | 0.16 | 133.87 | 0.68 | 0.5 |
| Hex | 2A | D7 | 52 | 50 | 0 | 3E | 10 | 86 | 44 | 32 |
| Octal | 52 | 327 | 122 | 120 | 0 | 76 | 20 | 206 | 104 | 62 |
| Binary | 101010 | 11010111 | 1010010 | 1010000 | 0 | 111110 | 10000 | 10000110 | 1000100 | 110010 |
Color Harmonies of #2AD752
Complementary color
Monochromatic Colors of #2AD752
Black with #2AD752
Text Example
Text Example
White with #2AD752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD752; }
p { color: rgb(42,215,82); }
H1.HeaderClassName
{
color: #2AD752;
}
.AnyTagClassName
{
color: #2AD752;
}
</style>
background-color css
<style>
a { background-color: #2AD752; }
a { background-color: rgb(42,215,82); }
div.DivClassName
{
background-color: #2AD752;
}
.BgClassName
{
background-color: #2AD752;
}
</style>
border-color css
<style>
span { border-color: #2AD752; }
span { border-color: rgb(42,215,82); }
td.TdClassName
{
border-color: #2AD752;
}
.TagClassName
{
border-color: #2AD752;
}
</style>