Shades of Malachite #2BD262
Tints of Malachite #2BD262
RGB
CMYK
RGB Variations
Color information
#2BD262 (or 0x2BD262) is known color: Malachite. HEX triplet: 2B, D2 and 62. RGB value is (43,210,98). Sum of RGB (Red+Green+Blue) = 43+210+98=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD262 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD262 is #D42D9D. Grayscale: #939393. Windows color (decimal): -13905310 or 6476331. OLE color: 6476331.
HSL color Cylindrical-coordinate representation of color #2BD262: hue angle of 139.76º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD262 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 98 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.18 |
| HSL | 139.76º | 0.66% | 0.5% | - |
| HSV(B) | 139.76º | 0.8% | 0.82% | - |
| XYZ | 26.25 | 47.49 | 19.34 | - |
| YUV | 147.3 | 100.17 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 98 | 0.80 | 0 | 0.53 | 0.18 | 139.76 | 0.66 | 0.5 |
| Hex | 2B | D2 | 62 | 50 | 0 | 35 | 12 | 8C | 42 | 32 |
| Octal | 53 | 322 | 142 | 120 | 0 | 65 | 22 | 214 | 102 | 62 |
| Binary | 101011 | 11010010 | 1100010 | 1010000 | 0 | 110101 | 10010 | 10001100 | 1000010 | 110010 |
Color Harmonies of #2BD262
Complementary color
Monochromatic Colors of #2BD262
Black with #2BD262
Text Example
Text Example
White with #2BD262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD262; }
p { color: rgb(43,210,98); }
H1.HeaderClassName
{
color: #2BD262;
}
.AnyTagClassName
{
color: #2BD262;
}
</style>
background-color css
<style>
a { background-color: #2BD262; }
a { background-color: rgb(43,210,98); }
div.DivClassName
{
background-color: #2BD262;
}
.BgClassName
{
background-color: #2BD262;
}
</style>
border-color css
<style>
span { border-color: #2BD262; }
span { border-color: rgb(43,210,98); }
td.TdClassName
{
border-color: #2BD262;
}
.TagClassName
{
border-color: #2BD262;
}
</style>