Shades of Malachite #2FDB5F
Tints of Malachite #2FDB5F
RGB
CMYK
RGB Variations
Color information
#2FDB5F (or 0x2FDB5F) is known color: Malachite. HEX triplet: 2F, DB and 5F. RGB value is (47,219,95). Sum of RGB (Red+Green+Blue) = 47+219+95=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 219 (85.94% from 255 or 60.66% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDB5F is #D024A0. Grayscale: #999999. Windows color (decimal): -13640865 or 6282031. OLE color: 6282031.
HSL color Cylindrical-coordinate representation of color #2FDB5F: hue angle of 136.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDB5F is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 95 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.14 |
| HSL | 136.74º | 0.7% | 0.52% | - |
| HSV(B) | 136.74º | 0.79% | 0.86% | - |
| XYZ | 28.57 | 52.09 | 19.38 | - |
| YUV | 153.44 | 95.02 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 95 | 0.79 | 0 | 0.57 | 0.14 | 136.74 | 0.7 | 0.52 |
| Hex | 2F | DB | 5F | 4F | 0 | 39 | E | 89 | 46 | 34 |
| Octal | 57 | 333 | 137 | 117 | 0 | 71 | 16 | 211 | 106 | 64 |
| Binary | 101111 | 11011011 | 1011111 | 1001111 | 0 | 111001 | 1110 | 10001001 | 1000110 | 110100 |
Color Harmonies of #2FDB5F
Complementary color
Monochromatic Colors of #2FDB5F
Black with #2FDB5F
Text Example
Text Example
White with #2FDB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDB5F; }
p { color: rgb(47,219,95); }
H1.HeaderClassName
{
color: #2FDB5F;
}
.AnyTagClassName
{
color: #2FDB5F;
}
</style>
background-color css
<style>
a { background-color: #2FDB5F; }
a { background-color: rgb(47,219,95); }
div.DivClassName
{
background-color: #2FDB5F;
}
.BgClassName
{
background-color: #2FDB5F;
}
</style>
border-color css
<style>
span { border-color: #2FDB5F; }
span { border-color: rgb(47,219,95); }
td.TdClassName
{
border-color: #2FDB5F;
}
.TagClassName
{
border-color: #2FDB5F;
}
</style>