Shades of Malachite #2BC858
Tints of Malachite #2BC858
RGB
CMYK
RGB Variations
Color information
#2BC858 (or 0x2BC858) is known color: Malachite. HEX triplet: 2B, C8 and 58. RGB value is (43,200,88). Sum of RGB (Red+Green+Blue) = 43+200+88=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 200 (78.52% from 255 or 60.42% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC858 is #D437A7. Grayscale: #8C8C8C. Windows color (decimal): -13907880 or 5818411. OLE color: 5818411.
HSL color Cylindrical-coordinate representation of color #2BC858: hue angle of 137.2º 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 #2BC858 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 200 | 88 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.22 |
| HSL | 137.2º | 0.65% | 0.48% | - |
| HSV(B) | 137.2º | 0.79% | 0.78% | - |
| XYZ | 23.41 | 42.53 | 16.21 | - |
| YUV | 140.29 | 98.49 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 200 | 88 | 0.78 | 0 | 0.56 | 0.22 | 137.2 | 0.65 | 0.48 |
| Hex | 2B | C8 | 58 | 4E | 0 | 38 | 16 | 89 | 41 | 30 |
| Octal | 53 | 310 | 130 | 116 | 0 | 70 | 26 | 211 | 101 | 60 |
| Binary | 101011 | 11001000 | 1011000 | 1001110 | 0 | 111000 | 10110 | 10001001 | 1000001 | 110000 |
Color Harmonies of #2BC858
Complementary color
Monochromatic Colors of #2BC858
Black with #2BC858
Text Example
Text Example
White with #2BC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC858; }
p { color: rgb(43,200,88); }
H1.HeaderClassName
{
color: #2BC858;
}
.AnyTagClassName
{
color: #2BC858;
}
</style>
background-color css
<style>
a { background-color: #2BC858; }
a { background-color: rgb(43,200,88); }
div.DivClassName
{
background-color: #2BC858;
}
.BgClassName
{
background-color: #2BC858;
}
</style>
border-color css
<style>
span { border-color: #2BC858; }
span { border-color: rgb(43,200,88); }
td.TdClassName
{
border-color: #2BC858;
}
.TagClassName
{
border-color: #2BC858;
}
</style>