Shades of Malachite #2BD762
Tints of Malachite #2BD762
RGB
CMYK
RGB Variations
Color information
#2BD762 (or 0x2BD762) is known color: Malachite. HEX triplet: 2B, D7 and 62. RGB value is (43,215,98). Sum of RGB (Red+Green+Blue) = 43+215+98=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD762 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD762 is #D4289D. Grayscale: #969696. Windows color (decimal): -13904030 or 6477611. OLE color: 6477611.
HSL color Cylindrical-coordinate representation of color #2BD762: hue angle of 139.19º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD762 is Cyan = 0.8, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 98 | - |
| CMYK | 0.8 | 0 | 0.54 | 0.16 |
| HSL | 139.19º | 0.68% | 0.51% | - |
| HSV(B) | 139.19º | 0.8% | 0.84% | - |
| XYZ | 27.5 | 50 | 19.76 | - |
| YUV | 150.23 | 98.52 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 98 | 0.8 | 0 | 0.54 | 0.16 | 139.19 | 0.68 | 0.51 |
| Hex | 2B | D7 | 62 | 50 | 0 | 36 | 10 | 8B | 44 | 33 |
| Octal | 53 | 327 | 142 | 120 | 0 | 66 | 20 | 213 | 104 | 63 |
| Binary | 101011 | 11010111 | 1100010 | 1010000 | 0 | 110110 | 10000 | 10001011 | 1000100 | 110011 |
Color Harmonies of #2BD762
Complementary color
Monochromatic Colors of #2BD762
Black with #2BD762
Text Example
Text Example
White with #2BD762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD762; }
p { color: rgb(43,215,98); }
H1.HeaderClassName
{
color: #2BD762;
}
.AnyTagClassName
{
color: #2BD762;
}
</style>
background-color css
<style>
a { background-color: #2BD762; }
a { background-color: rgb(43,215,98); }
div.DivClassName
{
background-color: #2BD762;
}
.BgClassName
{
background-color: #2BD762;
}
</style>
border-color css
<style>
span { border-color: #2BD762; }
span { border-color: rgb(43,215,98); }
td.TdClassName
{
border-color: #2BD762;
}
.TagClassName
{
border-color: #2BD762;
}
</style>