Shades of Emerald #2FD671
Tints of Emerald #2FD671
RGB
CMYK
RGB Variations
Color information
#2FD671 (or 0x2FD671) is known color: Emerald. HEX triplet: 2F, D6 and 71. RGB value is (47,214,113). Sum of RGB (Red+Green+Blue) = 47+214+113=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD671 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD671 is #D0298E. Grayscale: #989898. Windows color (decimal): -13642127 or 7460399. OLE color: 7460399.
HSL color Cylindrical-coordinate representation of color #2FD671: hue angle of 143.71º degrees, saturation: 0.67, 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 #2FD671 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 113 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.16 |
| HSL | 143.71º | 0.67% | 0.51% | - |
| HSV(B) | 143.71º | 0.78% | 0.84% | - |
| XYZ | 28.2 | 49.89 | 23.77 | - |
| YUV | 152.55 | 105.67 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 113 | 0.78 | 0 | 0.47 | 0.16 | 143.71 | 0.67 | 0.51 |
| Hex | 2F | D6 | 71 | 4E | 0 | 2F | 10 | 90 | 43 | 33 |
| Octal | 57 | 326 | 161 | 116 | 0 | 57 | 20 | 220 | 103 | 63 |
| Binary | 101111 | 11010110 | 1110001 | 1001110 | 0 | 101111 | 10000 | 10010000 | 1000011 | 110011 |
Color Harmonies of #2FD671
Complementary color
Monochromatic Colors of #2FD671
Black with #2FD671
Text Example
Text Example
White with #2FD671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD671; }
p { color: rgb(47,214,113); }
H1.HeaderClassName
{
color: #2FD671;
}
.AnyTagClassName
{
color: #2FD671;
}
</style>
background-color css
<style>
a { background-color: #2FD671; }
a { background-color: rgb(47,214,113); }
div.DivClassName
{
background-color: #2FD671;
}
.BgClassName
{
background-color: #2FD671;
}
</style>
border-color css
<style>
span { border-color: #2FD671; }
span { border-color: rgb(47,214,113); }
td.TdClassName
{
border-color: #2FD671;
}
.TagClassName
{
border-color: #2FD671;
}
</style>