Shades of Malachite #2BFA49
Tints of Malachite #2BFA49
RGB
CMYK
RGB Variations
Color information
#2BFA49 (or 0x2BFA49) is known color: Malachite. HEX triplet: 2B, FA and 49. RGB value is (43,250,73). Sum of RGB (Red+Green+Blue) = 43+250+73=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA49 is #D405B6. Grayscale: #A8A8A8. Windows color (decimal): -13895095 or 4848171. OLE color: 4848171.
HSL color Cylindrical-coordinate representation of color #2BFA49: hue angle of 128.7º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA49 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 73 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.02 |
| HSL | 128.7º | 0.95% | 0.57% | - |
| HSV(B) | 128.7º | 0.83% | 0.98% | - |
| XYZ | 36.38 | 69.37 | 17.77 | - |
| YUV | 167.93 | 74.42 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 73 | 0.83 | 0 | 0.71 | 0.02 | 128.7 | 0.95 | 0.57 |
| Hex | 2B | FA | 49 | 53 | 0 | 47 | 2 | 81 | 5F | 39 |
| Octal | 53 | 372 | 111 | 123 | 0 | 107 | 2 | 201 | 137 | 71 |
| Binary | 101011 | 11111010 | 1001001 | 1010011 | 0 | 1000111 | 10 | 10000001 | 1011111 | 111001 |
Color Harmonies of #2BFA49
Complementary color
Monochromatic Colors of #2BFA49
Black with #2BFA49
Text Example
Text Example
White with #2BFA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA49; }
p { color: rgb(43,250,73); }
H1.HeaderClassName
{
color: #2BFA49;
}
.AnyTagClassName
{
color: #2BFA49;
}
</style>
background-color css
<style>
a { background-color: #2BFA49; }
a { background-color: rgb(43,250,73); }
div.DivClassName
{
background-color: #2BFA49;
}
.BgClassName
{
background-color: #2BFA49;
}
</style>
border-color css
<style>
span { border-color: #2BFA49; }
span { border-color: rgb(43,250,73); }
td.TdClassName
{
border-color: #2BFA49;
}
.TagClassName
{
border-color: #2BFA49;
}
</style>