Shades of Malachite #2BDA69
Tints of Malachite #2BDA69
RGB
CMYK
RGB Variations
Color information
#2BDA69 (or 0x2BDA69) is known color: Malachite. HEX triplet: 2B, DA and 69. RGB value is (43,218,105). Sum of RGB (Red+Green+Blue) = 43+218+105=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 218 (85.55% from 255 or 59.56% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA69 is #D42596. Grayscale: #999999. Windows color (decimal): -13903255 or 6937131. OLE color: 6937131.
HSL color Cylindrical-coordinate representation of color #2BDA69: hue angle of 141.26º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDA69 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 105 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.15 |
| HSL | 141.26º | 0.7% | 0.51% | - |
| HSV(B) | 141.26º | 0.8% | 0.85% | - |
| XYZ | 28.62 | 51.68 | 21.83 | - |
| YUV | 152.79 | 101.02 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 105 | 0.80 | 0 | 0.52 | 0.15 | 141.26 | 0.7 | 0.51 |
| Hex | 2B | DA | 69 | 50 | 0 | 34 | F | 8D | 46 | 33 |
| Octal | 53 | 332 | 151 | 120 | 0 | 64 | 17 | 215 | 106 | 63 |
| Binary | 101011 | 11011010 | 1101001 | 1010000 | 0 | 110100 | 1111 | 10001101 | 1000110 | 110011 |
Color Harmonies of #2BDA69
Complementary color
Monochromatic Colors of #2BDA69
Black with #2BDA69
Text Example
Text Example
White with #2BDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA69; }
p { color: rgb(43,218,105); }
H1.HeaderClassName
{
color: #2BDA69;
}
.AnyTagClassName
{
color: #2BDA69;
}
</style>
background-color css
<style>
a { background-color: #2BDA69; }
a { background-color: rgb(43,218,105); }
div.DivClassName
{
background-color: #2BDA69;
}
.BgClassName
{
background-color: #2BDA69;
}
</style>
border-color css
<style>
span { border-color: #2BDA69; }
span { border-color: rgb(43,218,105); }
td.TdClassName
{
border-color: #2BDA69;
}
.TagClassName
{
border-color: #2BDA69;
}
</style>