Shades of Malachite #2BD059
Tints of Malachite #2BD059
RGB
CMYK
RGB Variations
Color information
#2BD059 (or 0x2BD059) is known color: Malachite. HEX triplet: 2B, D0 and 59. RGB value is (43,208,89). Sum of RGB (Red+Green+Blue) = 43+208+89=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD059 is #D42FA6. Grayscale: #919191. Windows color (decimal): -13905831 or 5885995. OLE color: 5885995.
HSL color Cylindrical-coordinate representation of color #2BD059: hue angle of 136.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD059 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 208 | 89 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.18 |
| HSL | 136.73º | 0.66% | 0.49% | - |
| HSV(B) | 136.73º | 0.79% | 0.82% | - |
| XYZ | 25.36 | 46.35 | 17.06 | - |
| YUV | 145.1 | 96.34 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 208 | 89 | 0.79 | 0 | 0.57 | 0.18 | 136.73 | 0.66 | 0.49 |
| Hex | 2B | D0 | 59 | 4F | 0 | 39 | 12 | 89 | 42 | 31 |
| Octal | 53 | 320 | 131 | 117 | 0 | 71 | 22 | 211 | 102 | 61 |
| Binary | 101011 | 11010000 | 1011001 | 1001111 | 0 | 111001 | 10010 | 10001001 | 1000010 | 110001 |
Color Harmonies of #2BD059
Complementary color
Monochromatic Colors of #2BD059
Black with #2BD059
Text Example
Text Example
White with #2BD059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD059; }
p { color: rgb(43,208,89); }
H1.HeaderClassName
{
color: #2BD059;
}
.AnyTagClassName
{
color: #2BD059;
}
</style>
background-color css
<style>
a { background-color: #2BD059; }
a { background-color: rgb(43,208,89); }
div.DivClassName
{
background-color: #2BD059;
}
.BgClassName
{
background-color: #2BD059;
}
</style>
border-color css
<style>
span { border-color: #2BD059; }
span { border-color: rgb(43,208,89); }
td.TdClassName
{
border-color: #2BD059;
}
.TagClassName
{
border-color: #2BD059;
}
</style>