Shades of Malachite #2FDB60
Tints of Malachite #2FDB60
RGB
CMYK
RGB Variations
Color information
#2FDB60 (or 0x2FDB60) is known color: Malachite. HEX triplet: 2F, DB and 60. RGB value is (47,219,96). Sum of RGB (Red+Green+Blue) = 47+219+96=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDB60 is #D0249F. Grayscale: #999999. Windows color (decimal): -13640864 or 6347567. OLE color: 6347567.
HSL color Cylindrical-coordinate representation of color #2FDB60: hue angle of 137.09º 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 #2FDB60 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 96 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.14 |
| HSL | 137.09º | 0.7% | 0.52% | - |
| HSV(B) | 137.09º | 0.79% | 0.86% | - |
| XYZ | 28.62 | 52.11 | 19.62 | - |
| YUV | 153.55 | 95.52 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 96 | 0.79 | 0 | 0.56 | 0.14 | 137.09 | 0.7 | 0.52 |
| Hex | 2F | DB | 60 | 4F | 0 | 38 | E | 89 | 46 | 34 |
| Octal | 57 | 333 | 140 | 117 | 0 | 70 | 16 | 211 | 106 | 64 |
| Binary | 101111 | 11011011 | 1100000 | 1001111 | 0 | 111000 | 1110 | 10001001 | 1000110 | 110100 |
Color Harmonies of #2FDB60
Complementary color
Monochromatic Colors of #2FDB60
Black with #2FDB60
Text Example
Text Example
White with #2FDB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDB60; }
p { color: rgb(47,219,96); }
H1.HeaderClassName
{
color: #2FDB60;
}
.AnyTagClassName
{
color: #2FDB60;
}
</style>
background-color css
<style>
a { background-color: #2FDB60; }
a { background-color: rgb(47,219,96); }
div.DivClassName
{
background-color: #2FDB60;
}
.BgClassName
{
background-color: #2FDB60;
}
</style>
border-color css
<style>
span { border-color: #2FDB60; }
span { border-color: rgb(47,219,96); }
td.TdClassName
{
border-color: #2FDB60;
}
.TagClassName
{
border-color: #2FDB60;
}
</style>