Shades of Malachite #2BC751
Tints of Malachite #2BC751
RGB
CMYK
RGB Variations
Color information
#2BC751 (or 0x2BC751) is known color: Malachite. HEX triplet: 2B, C7 and 51. RGB value is (43,199,81). Sum of RGB (Red+Green+Blue) = 43+199+81=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 199 (78.12% from 255 or 61.61% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC751 is #D438AE. Grayscale: #8B8B8B. Windows color (decimal): -13908143 or 5359403. OLE color: 5359403.
HSL color Cylindrical-coordinate representation of color #2BC751: hue angle of 134.62º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC751 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 199 | 81 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.22 |
| HSL | 134.62º | 0.64% | 0.47% | - |
| HSV(B) | 134.62º | 0.78% | 0.78% | - |
| XYZ | 22.9 | 41.95 | 14.68 | - |
| YUV | 138.9 | 95.32 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 81 | 0.78 | 0 | 0.59 | 0.22 | 134.62 | 0.64 | 0.47 |
| Hex | 2B | C7 | 51 | 4E | 0 | 3B | 16 | 87 | 40 | 2F |
| Octal | 53 | 307 | 121 | 116 | 0 | 73 | 26 | 207 | 100 | 57 |
| Binary | 101011 | 11000111 | 1010001 | 1001110 | 0 | 111011 | 10110 | 10000111 | 1000000 | 101111 |
Color Harmonies of #2BC751
Complementary color
Monochromatic Colors of #2BC751
Black with #2BC751
Text Example
Text Example
White with #2BC751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC751; }
p { color: rgb(43,199,81); }
H1.HeaderClassName
{
color: #2BC751;
}
.AnyTagClassName
{
color: #2BC751;
}
</style>
background-color css
<style>
a { background-color: #2BC751; }
a { background-color: rgb(43,199,81); }
div.DivClassName
{
background-color: #2BC751;
}
.BgClassName
{
background-color: #2BC751;
}
</style>
border-color css
<style>
span { border-color: #2BC751; }
span { border-color: rgb(43,199,81); }
td.TdClassName
{
border-color: #2BC751;
}
.TagClassName
{
border-color: #2BC751;
}
</style>