Shades of Emerald #2FD575
Tints of Emerald #2FD575
RGB
CMYK
RGB Variations
Color information
#2FD575 (or 0x2FD575) is known color: Emerald. HEX triplet: 2F, D5 and 75. RGB value is (47,213,117). Sum of RGB (Red+Green+Blue) = 47+213+117=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD575 is #D02A8A. Grayscale: #989898. Windows color (decimal): -13642379 or 7722287. OLE color: 7722287.
HSL color Cylindrical-coordinate representation of color #2FD575: hue angle of 145.3º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD575 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 117 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.16 |
| HSL | 145.3º | 0.66% | 0.51% | - |
| HSV(B) | 145.3º | 0.78% | 0.84% | - |
| XYZ | 28.18 | 49.48 | 24.89 | - |
| YUV | 152.42 | 108 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 117 | 0.78 | 0 | 0.45 | 0.16 | 145.3 | 0.66 | 0.51 |
| Hex | 2F | D5 | 75 | 4E | 0 | 2D | 10 | 91 | 42 | 33 |
| Octal | 57 | 325 | 165 | 116 | 0 | 55 | 20 | 221 | 102 | 63 |
| Binary | 101111 | 11010101 | 1110101 | 1001110 | 0 | 101101 | 10000 | 10010001 | 1000010 | 110011 |
Color Harmonies of #2FD575
Complementary color
Monochromatic Colors of #2FD575
Black with #2FD575
Text Example
Text Example
White with #2FD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD575; }
p { color: rgb(47,213,117); }
H1.HeaderClassName
{
color: #2FD575;
}
.AnyTagClassName
{
color: #2FD575;
}
</style>
background-color css
<style>
a { background-color: #2FD575; }
a { background-color: rgb(47,213,117); }
div.DivClassName
{
background-color: #2FD575;
}
.BgClassName
{
background-color: #2FD575;
}
</style>
border-color css
<style>
span { border-color: #2FD575; }
span { border-color: rgb(47,213,117); }
td.TdClassName
{
border-color: #2FD575;
}
.TagClassName
{
border-color: #2FD575;
}
</style>