Shades of Malachite #2BD952
Tints of Malachite #2BD952
RGB
CMYK
RGB Variations
Color information
#2BD952 (or 0x2BD952) is known color: Malachite. HEX triplet: 2B, D9 and 52. RGB value is (43,217,82). Sum of RGB (Red+Green+Blue) = 43+217+82=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD952 is #D426AD. Grayscale: #959595. Windows color (decimal): -13903534 or 5429547. OLE color: 5429547.
HSL color Cylindrical-coordinate representation of color #2BD952: hue angle of 133.45º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD952 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 82 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.15 |
| HSL | 133.45º | 0.7% | 0.51% | - |
| HSV(B) | 133.45º | 0.8% | 0.85% | - |
| XYZ | 27.33 | 50.75 | 16.34 | - |
| YUV | 149.58 | 89.85 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 82 | 0.80 | 0 | 0.62 | 0.15 | 133.45 | 0.7 | 0.51 |
| Hex | 2B | D9 | 52 | 50 | 0 | 3E | F | 85 | 46 | 33 |
| Octal | 53 | 331 | 122 | 120 | 0 | 76 | 17 | 205 | 106 | 63 |
| Binary | 101011 | 11011001 | 1010010 | 1010000 | 0 | 111110 | 1111 | 10000101 | 1000110 | 110011 |
Color Harmonies of #2BD952
Complementary color
Monochromatic Colors of #2BD952
Black with #2BD952
Text Example
Text Example
White with #2BD952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD952; }
p { color: rgb(43,217,82); }
H1.HeaderClassName
{
color: #2BD952;
}
.AnyTagClassName
{
color: #2BD952;
}
</style>
background-color css
<style>
a { background-color: #2BD952; }
a { background-color: rgb(43,217,82); }
div.DivClassName
{
background-color: #2BD952;
}
.BgClassName
{
background-color: #2BD952;
}
</style>
border-color css
<style>
span { border-color: #2BD952; }
span { border-color: rgb(43,217,82); }
td.TdClassName
{
border-color: #2BD952;
}
.TagClassName
{
border-color: #2BD952;
}
</style>