Shades of Malachite #2FC955
Tints of Malachite #2FC955
RGB
CMYK
RGB Variations
Color information
#2FC955 (or 0x2FC955) is known color: Malachite. HEX triplet: 2F, C9 and 55. RGB value is (47,201,85). Sum of RGB (Red+Green+Blue) = 47+201+85=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC955 is #D036AA. Grayscale: #8E8E8E. Windows color (decimal): -13645483 or 5622063. OLE color: 5622063.
HSL color Cylindrical-coordinate representation of color #2FC955: hue angle of 134.81º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC955 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 85 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.21 |
| HSL | 134.81º | 0.62% | 0.49% | - |
| HSV(B) | 134.81º | 0.77% | 0.79% | - |
| XYZ | 23.7 | 43.03 | 15.65 | - |
| YUV | 141.73 | 95.98 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 85 | 0.77 | 0 | 0.58 | 0.21 | 134.81 | 0.62 | 0.49 |
| Hex | 2F | C9 | 55 | 4D | 0 | 3A | 15 | 87 | 3E | 31 |
| Octal | 57 | 311 | 125 | 115 | 0 | 72 | 25 | 207 | 76 | 61 |
| Binary | 101111 | 11001001 | 1010101 | 1001101 | 0 | 111010 | 10101 | 10000111 | 111110 | 110001 |
Color Harmonies of #2FC955
Complementary color
Monochromatic Colors of #2FC955
Black with #2FC955
Text Example
Text Example
White with #2FC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC955; }
p { color: rgb(47,201,85); }
H1.HeaderClassName
{
color: #2FC955;
}
.AnyTagClassName
{
color: #2FC955;
}
</style>
background-color css
<style>
a { background-color: #2FC955; }
a { background-color: rgb(47,201,85); }
div.DivClassName
{
background-color: #2FC955;
}
.BgClassName
{
background-color: #2FC955;
}
</style>
border-color css
<style>
span { border-color: #2FC955; }
span { border-color: rgb(47,201,85); }
td.TdClassName
{
border-color: #2FC955;
}
.TagClassName
{
border-color: #2FC955;
}
</style>