Shades of Malachite #2BEA49
Tints of Malachite #2BEA49
RGB
CMYK
RGB Variations
Color information
#2BEA49 (or 0x2BEA49) is known color: Malachite. HEX triplet: 2B, EA and 49. RGB value is (43,234,73). Sum of RGB (Red+Green+Blue) = 43+234+73=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 234 (91.80% from 255 or 66.86% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA49 is #D415B6. Grayscale: #9E9E9E. Windows color (decimal): -13899191 or 4844075. OLE color: 4844075.
HSL color Cylindrical-coordinate representation of color #2BEA49: hue angle of 129.42º 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 #2BEA49 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 73 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.08 |
| HSL | 129.42º | 0.82% | 0.54% | - |
| HSV(B) | 129.42º | 0.82% | 0.92% | - |
| XYZ | 31.62 | 59.84 | 16.19 | - |
| YUV | 158.54 | 79.72 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 73 | 0.82 | 0 | 0.69 | 0.08 | 129.42 | 0.82 | 0.54 |
| Hex | 2B | EA | 49 | 52 | 0 | 45 | 8 | 81 | 52 | 36 |
| Octal | 53 | 352 | 111 | 122 | 0 | 105 | 10 | 201 | 122 | 66 |
| Binary | 101011 | 11101010 | 1001001 | 1010010 | 0 | 1000101 | 1000 | 10000001 | 1010010 | 110110 |
Color Harmonies of #2BEA49
Complementary color
Monochromatic Colors of #2BEA49
Black with #2BEA49
Text Example
Text Example
White with #2BEA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA49; }
p { color: rgb(43,234,73); }
H1.HeaderClassName
{
color: #2BEA49;
}
.AnyTagClassName
{
color: #2BEA49;
}
</style>
background-color css
<style>
a { background-color: #2BEA49; }
a { background-color: rgb(43,234,73); }
div.DivClassName
{
background-color: #2BEA49;
}
.BgClassName
{
background-color: #2BEA49;
}
</style>
border-color css
<style>
span { border-color: #2BEA49; }
span { border-color: rgb(43,234,73); }
td.TdClassName
{
border-color: #2BEA49;
}
.TagClassName
{
border-color: #2BEA49;
}
</style>