Shades of Malachite #2FD360
Tints of Malachite #2FD360
RGB
CMYK
RGB Variations
Color information
#2FD360 (or 0x2FD360) is known color: Malachite. HEX triplet: 2F, D3 and 60. RGB value is (47,211,96). Sum of RGB (Red+Green+Blue) = 47+211+96=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 211 (82.81% from 255 or 59.60% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD360 is #D02C9F. Grayscale: #959595. Windows color (decimal): -13642912 or 6345519. OLE color: 6345519.
HSL color Cylindrical-coordinate representation of color #2FD360: hue angle of 137.93º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD360 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 211 | 96 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.17 |
| HSL | 137.93º | 0.65% | 0.51% | - |
| HSV(B) | 137.93º | 0.78% | 0.83% | - |
| XYZ | 26.58 | 48.04 | 18.94 | - |
| YUV | 148.85 | 98.17 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 211 | 96 | 0.78 | 0 | 0.55 | 0.17 | 137.93 | 0.65 | 0.51 |
| Hex | 2F | D3 | 60 | 4E | 0 | 37 | 11 | 8A | 41 | 33 |
| Octal | 57 | 323 | 140 | 116 | 0 | 67 | 21 | 212 | 101 | 63 |
| Binary | 101111 | 11010011 | 1100000 | 1001110 | 0 | 110111 | 10001 | 10001010 | 1000001 | 110011 |
Color Harmonies of #2FD360
Complementary color
Monochromatic Colors of #2FD360
Black with #2FD360
Text Example
Text Example
White with #2FD360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD360; }
p { color: rgb(47,211,96); }
H1.HeaderClassName
{
color: #2FD360;
}
.AnyTagClassName
{
color: #2FD360;
}
</style>
background-color css
<style>
a { background-color: #2FD360; }
a { background-color: rgb(47,211,96); }
div.DivClassName
{
background-color: #2FD360;
}
.BgClassName
{
background-color: #2FD360;
}
</style>
border-color css
<style>
span { border-color: #2FD360; }
span { border-color: rgb(47,211,96); }
td.TdClassName
{
border-color: #2FD360;
}
.TagClassName
{
border-color: #2FD360;
}
</style>