Shades of Malachite #2BEA70
Tints of Malachite #2BEA70
RGB
CMYK
RGB Variations
Color information
#2BEA70 (or 0x2BEA70) is known color: Malachite. HEX triplet: 2B, EA and 70. RGB value is (43,234,112). Sum of RGB (Red+Green+Blue) = 43+234+112=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 234 (91.80% from 255 or 60.15% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEA70 is #D4158F. Grayscale: #A3A3A3. Windows color (decimal): -13899152 or 7399979. OLE color: 7399979.
HSL color Cylindrical-coordinate representation of color #2BEA70: hue angle of 141.68º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA70 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 112 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.08 |
| HSL | 141.68º | 0.82% | 0.54% | - |
| HSV(B) | 141.68º | 0.82% | 0.92% | - |
| XYZ | 33.34 | 60.53 | 25.26 | - |
| YUV | 162.98 | 99.22 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 112 | 0.82 | 0 | 0.52 | 0.08 | 141.68 | 0.82 | 0.54 |
| Hex | 2B | EA | 70 | 52 | 0 | 34 | 8 | 8E | 52 | 36 |
| Octal | 53 | 352 | 160 | 122 | 0 | 64 | 10 | 216 | 122 | 66 |
| Binary | 101011 | 11101010 | 1110000 | 1010010 | 0 | 110100 | 1000 | 10001110 | 1010010 | 110110 |
Color Harmonies of #2BEA70
Complementary color
Monochromatic Colors of #2BEA70
Black with #2BEA70
Text Example
Text Example
White with #2BEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA70; }
p { color: rgb(43,234,112); }
H1.HeaderClassName
{
color: #2BEA70;
}
.AnyTagClassName
{
color: #2BEA70;
}
</style>
background-color css
<style>
a { background-color: #2BEA70; }
a { background-color: rgb(43,234,112); }
div.DivClassName
{
background-color: #2BEA70;
}
.BgClassName
{
background-color: #2BEA70;
}
</style>
border-color css
<style>
span { border-color: #2BEA70; }
span { border-color: rgb(43,234,112); }
td.TdClassName
{
border-color: #2BEA70;
}
.TagClassName
{
border-color: #2BEA70;
}
</style>