Shades of Malachite #2BF358
Tints of Malachite #2BF358
RGB
CMYK
RGB Variations
Color information
#2BF358 (or 0x2BF358) is known color: Malachite. HEX triplet: 2B, F3 and 58. RGB value is (43,243,88). Sum of RGB (Red+Green+Blue) = 43+243+88=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 243 (95.31% from 255 or 64.97% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF358 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF358 is #D40CA7. Grayscale: #A5A5A5. Windows color (decimal): -13896872 or 5829419. OLE color: 5829419.
HSL color Cylindrical-coordinate representation of color #2BF358: hue angle of 133.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF358 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 88 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.05 |
| HSL | 133.5º | 0.89% | 0.56% | - |
| HSV(B) | 133.5º | 0.82% | 0.95% | - |
| XYZ | 34.81 | 65.32 | 20.01 | - |
| YUV | 165.53 | 84.24 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 88 | 0.82 | 0 | 0.64 | 0.05 | 133.5 | 0.89 | 0.56 |
| Hex | 2B | F3 | 58 | 52 | 0 | 40 | 5 | 86 | 59 | 38 |
| Octal | 53 | 363 | 130 | 122 | 0 | 100 | 5 | 206 | 131 | 70 |
| Binary | 101011 | 11110011 | 1011000 | 1010010 | 0 | 1000000 | 101 | 10000110 | 1011001 | 111000 |
Color Harmonies of #2BF358
Complementary color
Monochromatic Colors of #2BF358
Black with #2BF358
Text Example
Text Example
White with #2BF358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF358; }
p { color: rgb(43,243,88); }
H1.HeaderClassName
{
color: #2BF358;
}
.AnyTagClassName
{
color: #2BF358;
}
</style>
background-color css
<style>
a { background-color: #2BF358; }
a { background-color: rgb(43,243,88); }
div.DivClassName
{
background-color: #2BF358;
}
.BgClassName
{
background-color: #2BF358;
}
</style>
border-color css
<style>
span { border-color: #2BF358; }
span { border-color: rgb(43,243,88); }
td.TdClassName
{
border-color: #2BF358;
}
.TagClassName
{
border-color: #2BF358;
}
</style>