Shades of Malachite #2BD759
Tints of Malachite #2BD759
RGB
CMYK
RGB Variations
Color information
#2BD759 (or 0x2BD759) is known color: Malachite. HEX triplet: 2B, D7 and 59. RGB value is (43,215,89). Sum of RGB (Red+Green+Blue) = 43+215+89=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 215 (84.38% from 255 or 61.96% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD759 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD759 is #D428A6. Grayscale: #959595. Windows color (decimal): -13904039 or 5887787. OLE color: 5887787.
HSL color Cylindrical-coordinate representation of color #2BD759: hue angle of 136.05º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD759 is Cyan = 0.8, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 89 | - |
| CMYK | 0.8 | 0 | 0.59 | 0.16 |
| HSL | 136.05º | 0.68% | 0.51% | - |
| HSV(B) | 136.05º | 0.8% | 0.84% | - |
| XYZ | 27.1 | 49.84 | 17.64 | - |
| YUV | 149.21 | 94.02 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 89 | 0.8 | 0 | 0.59 | 0.16 | 136.05 | 0.68 | 0.51 |
| Hex | 2B | D7 | 59 | 50 | 0 | 3B | 10 | 88 | 44 | 33 |
| Octal | 53 | 327 | 131 | 120 | 0 | 73 | 20 | 210 | 104 | 63 |
| Binary | 101011 | 11010111 | 1011001 | 1010000 | 0 | 111011 | 10000 | 10001000 | 1000100 | 110011 |
Color Harmonies of #2BD759
Complementary color
Monochromatic Colors of #2BD759
Black with #2BD759
Text Example
Text Example
White with #2BD759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD759; }
p { color: rgb(43,215,89); }
H1.HeaderClassName
{
color: #2BD759;
}
.AnyTagClassName
{
color: #2BD759;
}
</style>
background-color css
<style>
a { background-color: #2BD759; }
a { background-color: rgb(43,215,89); }
div.DivClassName
{
background-color: #2BD759;
}
.BgClassName
{
background-color: #2BD759;
}
</style>
border-color css
<style>
span { border-color: #2BD759; }
span { border-color: rgb(43,215,89); }
td.TdClassName
{
border-color: #2BD759;
}
.TagClassName
{
border-color: #2BD759;
}
</style>