Shades of Malachite #2BD361
Tints of Malachite #2BD361
RGB
CMYK
RGB Variations
Color information
#2BD361 (or 0x2BD361) is known color: Malachite. HEX triplet: 2B, D3 and 61. RGB value is (43,211,97). Sum of RGB (Red+Green+Blue) = 43+211+97=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 211 (82.81% from 255 or 60.11% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD361 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD361 is #D42C9E. Grayscale: #949494. Windows color (decimal): -13905055 or 6411051. OLE color: 6411051.
HSL color Cylindrical-coordinate representation of color #2BD361: hue angle of 139.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD361 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 211 | 97 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.17 |
| HSL | 139.29º | 0.66% | 0.5% | - |
| HSV(B) | 139.29º | 0.8% | 0.83% | - |
| XYZ | 26.45 | 47.97 | 19.17 | - |
| YUV | 147.77 | 99.34 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 211 | 97 | 0.80 | 0 | 0.54 | 0.17 | 139.29 | 0.66 | 0.5 |
| Hex | 2B | D3 | 61 | 50 | 0 | 36 | 11 | 8B | 42 | 32 |
| Octal | 53 | 323 | 141 | 120 | 0 | 66 | 21 | 213 | 102 | 62 |
| Binary | 101011 | 11010011 | 1100001 | 1010000 | 0 | 110110 | 10001 | 10001011 | 1000010 | 110010 |
Color Harmonies of #2BD361
Complementary color
Monochromatic Colors of #2BD361
Black with #2BD361
Text Example
Text Example
White with #2BD361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD361; }
p { color: rgb(43,211,97); }
H1.HeaderClassName
{
color: #2BD361;
}
.AnyTagClassName
{
color: #2BD361;
}
</style>
background-color css
<style>
a { background-color: #2BD361; }
a { background-color: rgb(43,211,97); }
div.DivClassName
{
background-color: #2BD361;
}
.BgClassName
{
background-color: #2BD361;
}
</style>
border-color css
<style>
span { border-color: #2BD361; }
span { border-color: rgb(43,211,97); }
td.TdClassName
{
border-color: #2BD361;
}
.TagClassName
{
border-color: #2BD361;
}
</style>