Shades of Malachite #2BC856
Tints of Malachite #2BC856
RGB
CMYK
RGB Variations
Color information
#2BC856 (or 0x2BC856) is known color: Malachite. HEX triplet: 2B, C8 and 56. RGB value is (43,200,86). Sum of RGB (Red+Green+Blue) = 43+200+86=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC856 is #D437A9. Grayscale: #8C8C8C. Windows color (decimal): -13907882 or 5687339. OLE color: 5687339.
HSL color Cylindrical-coordinate representation of color #2BC856: hue angle of 136.43º 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 #2BC856 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 200 | 86 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.22 |
| HSL | 136.43º | 0.65% | 0.48% | - |
| HSV(B) | 136.43º | 0.79% | 0.78% | - |
| XYZ | 23.33 | 42.49 | 15.78 | - |
| YUV | 140.06 | 97.49 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 200 | 86 | 0.78 | 0 | 0.57 | 0.22 | 136.43 | 0.65 | 0.48 |
| Hex | 2B | C8 | 56 | 4E | 0 | 39 | 16 | 88 | 41 | 30 |
| Octal | 53 | 310 | 126 | 116 | 0 | 71 | 26 | 210 | 101 | 60 |
| Binary | 101011 | 11001000 | 1010110 | 1001110 | 0 | 111001 | 10110 | 10001000 | 1000001 | 110000 |
Color Harmonies of #2BC856
Complementary color
Monochromatic Colors of #2BC856
Black with #2BC856
Text Example
Text Example
White with #2BC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC856; }
p { color: rgb(43,200,86); }
H1.HeaderClassName
{
color: #2BC856;
}
.AnyTagClassName
{
color: #2BC856;
}
</style>
background-color css
<style>
a { background-color: #2BC856; }
a { background-color: rgb(43,200,86); }
div.DivClassName
{
background-color: #2BC856;
}
.BgClassName
{
background-color: #2BC856;
}
</style>
border-color css
<style>
span { border-color: #2BC856; }
span { border-color: rgb(43,200,86); }
td.TdClassName
{
border-color: #2BC856;
}
.TagClassName
{
border-color: #2BC856;
}
</style>