Shades of Malachite #2BC756
Tints of Malachite #2BC756
RGB
CMYK
RGB Variations
Color information
#2BC756 (or 0x2BC756) is known color: Malachite. HEX triplet: 2B, C7 and 56. RGB value is (43,199,86). Sum of RGB (Red+Green+Blue) = 43+199+86=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC756 is #D438A9. Grayscale: #8B8B8B. Windows color (decimal): -13908138 or 5687083. OLE color: 5687083.
HSL color Cylindrical-coordinate representation of color #2BC756: hue angle of 136.54º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC756 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 199 | 86 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.22 |
| HSL | 136.54º | 0.64% | 0.47% | - |
| HSV(B) | 136.54º | 0.78% | 0.78% | - |
| XYZ | 23.1 | 42.03 | 15.7 | - |
| YUV | 139.47 | 97.82 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 86 | 0.78 | 0 | 0.57 | 0.22 | 136.54 | 0.64 | 0.47 |
| Hex | 2B | C7 | 56 | 4E | 0 | 39 | 16 | 89 | 40 | 2F |
| Octal | 53 | 307 | 126 | 116 | 0 | 71 | 26 | 211 | 100 | 57 |
| Binary | 101011 | 11000111 | 1010110 | 1001110 | 0 | 111001 | 10110 | 10001001 | 1000000 | 101111 |
Color Harmonies of #2BC756
Complementary color
Monochromatic Colors of #2BC756
Black with #2BC756
Text Example
Text Example
White with #2BC756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC756; }
p { color: rgb(43,199,86); }
H1.HeaderClassName
{
color: #2BC756;
}
.AnyTagClassName
{
color: #2BC756;
}
</style>
background-color css
<style>
a { background-color: #2BC756; }
a { background-color: rgb(43,199,86); }
div.DivClassName
{
background-color: #2BC756;
}
.BgClassName
{
background-color: #2BC756;
}
</style>
border-color css
<style>
span { border-color: #2BC756; }
span { border-color: rgb(43,199,86); }
td.TdClassName
{
border-color: #2BC756;
}
.TagClassName
{
border-color: #2BC756;
}
</style>