Shades of Malachite #2BC655
Tints of Malachite #2BC655
RGB
CMYK
RGB Variations
Color information
#2BC655 (or 0x2BC655) is known color: Malachite. HEX triplet: 2B, C6 and 55. RGB value is (43,198,85). Sum of RGB (Red+Green+Blue) = 43+198+85=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC655 is #D439AA. Grayscale: #8B8B8B. Windows color (decimal): -13908395 or 5621291. OLE color: 5621291.
HSL color Cylindrical-coordinate representation of color #2BC655: hue angle of 136.26º 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 #2BC655 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 198 | 85 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.22 |
| HSL | 136.26º | 0.64% | 0.47% | - |
| HSV(B) | 136.26º | 0.78% | 0.78% | - |
| XYZ | 22.83 | 41.56 | 15.41 | - |
| YUV | 138.77 | 97.65 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 198 | 85 | 0.78 | 0 | 0.57 | 0.22 | 136.26 | 0.64 | 0.47 |
| Hex | 2B | C6 | 55 | 4E | 0 | 39 | 16 | 88 | 40 | 2F |
| Octal | 53 | 306 | 125 | 116 | 0 | 71 | 26 | 210 | 100 | 57 |
| Binary | 101011 | 11000110 | 1010101 | 1001110 | 0 | 111001 | 10110 | 10001000 | 1000000 | 101111 |
Color Harmonies of #2BC655
Complementary color
Monochromatic Colors of #2BC655
Black with #2BC655
Text Example
Text Example
White with #2BC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC655; }
p { color: rgb(43,198,85); }
H1.HeaderClassName
{
color: #2BC655;
}
.AnyTagClassName
{
color: #2BC655;
}
</style>
background-color css
<style>
a { background-color: #2BC655; }
a { background-color: rgb(43,198,85); }
div.DivClassName
{
background-color: #2BC655;
}
.BgClassName
{
background-color: #2BC655;
}
</style>
border-color css
<style>
span { border-color: #2BC655; }
span { border-color: rgb(43,198,85); }
td.TdClassName
{
border-color: #2BC655;
}
.TagClassName
{
border-color: #2BC655;
}
</style>