Shades of Malachite #2BC859
Tints of Malachite #2BC859
RGB
CMYK
RGB Variations
Color information
#2BC859 (or 0x2BC859) is known color: Malachite. HEX triplet: 2B, C8 and 59. RGB value is (43,200,89). Sum of RGB (Red+Green+Blue) = 43+200+89=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 200 (78.52% from 255 or 60.24% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC859 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC859 is #D437A6. Grayscale: #8C8C8C. Windows color (decimal): -13907879 or 5883947. OLE color: 5883947.
HSL color Cylindrical-coordinate representation of color #2BC859: hue angle of 137.58º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC859 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 200 | 89 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.22 |
| HSL | 137.58º | 0.65% | 0.48% | - |
| HSV(B) | 137.58º | 0.79% | 0.78% | - |
| XYZ | 23.45 | 42.54 | 16.43 | - |
| YUV | 140.4 | 98.99 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 200 | 89 | 0.78 | 0 | 0.56 | 0.22 | 137.58 | 0.65 | 0.48 |
| Hex | 2B | C8 | 59 | 4E | 0 | 38 | 16 | 8A | 41 | 30 |
| Octal | 53 | 310 | 131 | 116 | 0 | 70 | 26 | 212 | 101 | 60 |
| Binary | 101011 | 11001000 | 1011001 | 1001110 | 0 | 111000 | 10110 | 10001010 | 1000001 | 110000 |
Color Harmonies of #2BC859
Complementary color
Monochromatic Colors of #2BC859
Black with #2BC859
Text Example
Text Example
White with #2BC859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC859; }
p { color: rgb(43,200,89); }
H1.HeaderClassName
{
color: #2BC859;
}
.AnyTagClassName
{
color: #2BC859;
}
</style>
background-color css
<style>
a { background-color: #2BC859; }
a { background-color: rgb(43,200,89); }
div.DivClassName
{
background-color: #2BC859;
}
.BgClassName
{
background-color: #2BC859;
}
</style>
border-color css
<style>
span { border-color: #2BC859; }
span { border-color: rgb(43,200,89); }
td.TdClassName
{
border-color: #2BC859;
}
.TagClassName
{
border-color: #2BC859;
}
</style>