Shades of Malachite #2BC755
Tints of Malachite #2BC755
RGB
CMYK
RGB Variations
Color information
#2BC755 (or 0x2BC755) is known color: Malachite. HEX triplet: 2B, C7 and 55. RGB value is (43,199,85). Sum of RGB (Red+Green+Blue) = 43+199+85=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 199 (78.12% from 255 or 60.86% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC755 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC755 is #D438AA. Grayscale: #8B8B8B. Windows color (decimal): -13908139 or 5621547. OLE color: 5621547.
HSL color Cylindrical-coordinate representation of color #2BC755: hue angle of 136.15º 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 #2BC755 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 199 | 85 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.22 |
| HSL | 136.15º | 0.64% | 0.47% | - |
| HSV(B) | 136.15º | 0.78% | 0.78% | - |
| XYZ | 23.06 | 42.02 | 15.49 | - |
| YUV | 139.36 | 97.32 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 85 | 0.78 | 0 | 0.57 | 0.22 | 136.15 | 0.64 | 0.47 |
| Hex | 2B | C7 | 55 | 4E | 0 | 39 | 16 | 88 | 40 | 2F |
| Octal | 53 | 307 | 125 | 116 | 0 | 71 | 26 | 210 | 100 | 57 |
| Binary | 101011 | 11000111 | 1010101 | 1001110 | 0 | 111001 | 10110 | 10001000 | 1000000 | 101111 |
Color Harmonies of #2BC755
Complementary color
Monochromatic Colors of #2BC755
Black with #2BC755
Text Example
Text Example
White with #2BC755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC755; }
p { color: rgb(43,199,85); }
H1.HeaderClassName
{
color: #2BC755;
}
.AnyTagClassName
{
color: #2BC755;
}
</style>
background-color css
<style>
a { background-color: #2BC755; }
a { background-color: rgb(43,199,85); }
div.DivClassName
{
background-color: #2BC755;
}
.BgClassName
{
background-color: #2BC755;
}
</style>
border-color css
<style>
span { border-color: #2BC755; }
span { border-color: rgb(43,199,85); }
td.TdClassName
{
border-color: #2BC755;
}
.TagClassName
{
border-color: #2BC755;
}
</style>