Shades of Malachite #2BCB5A
Tints of Malachite #2BCB5A
RGB
CMYK
RGB Variations
Color information
#2BCB5A (or 0x2BCB5A) is known color: Malachite. HEX triplet: 2B, CB and 5A. RGB value is (43,203,90). Sum of RGB (Red+Green+Blue) = 43+203+90=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCB5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCB5A is #D434A5. Grayscale: #8E8E8E. Windows color (decimal): -13907110 or 5950251. OLE color: 5950251.
HSL color Cylindrical-coordinate representation of color #2BCB5A: hue angle of 137.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCB5A is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 203 | 90 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.20 |
| HSL | 137.63º | 0.65% | 0.48% | - |
| HSV(B) | 137.63º | 0.79% | 0.8% | - |
| XYZ | 24.2 | 43.96 | 16.88 | - |
| YUV | 142.28 | 98.49 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 90 | 0.79 | 0 | 0.56 | 0.20 | 137.63 | 0.65 | 0.48 |
| Hex | 2B | CB | 5A | 4F | 0 | 38 | 14 | 8A | 41 | 30 |
| Octal | 53 | 313 | 132 | 117 | 0 | 70 | 24 | 212 | 101 | 60 |
| Binary | 101011 | 11001011 | 1011010 | 1001111 | 0 | 111000 | 10100 | 10001010 | 1000001 | 110000 |
Color Harmonies of #2BCB5A
Complementary color
Monochromatic Colors of #2BCB5A
Black with #2BCB5A
Text Example
Text Example
White with #2BCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCB5A; }
p { color: rgb(43,203,90); }
H1.HeaderClassName
{
color: #2BCB5A;
}
.AnyTagClassName
{
color: #2BCB5A;
}
</style>
background-color css
<style>
a { background-color: #2BCB5A; }
a { background-color: rgb(43,203,90); }
div.DivClassName
{
background-color: #2BCB5A;
}
.BgClassName
{
background-color: #2BCB5A;
}
</style>
border-color css
<style>
span { border-color: #2BCB5A; }
span { border-color: rgb(43,203,90); }
td.TdClassName
{
border-color: #2BCB5A;
}
.TagClassName
{
border-color: #2BCB5A;
}
</style>