Shades of Emerald #2FDB72
Tints of Emerald #2FDB72
RGB
CMYK
RGB Variations
Color information
#2FDB72 (or 0x2FDB72) is known color: Emerald. HEX triplet: 2F, DB and 72. RGB value is (47,219,114). Sum of RGB (Red+Green+Blue) = 47+219+114=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDB72 is #D0248D. Grayscale: #9B9B9B. Windows color (decimal): -13640846 or 7527215. OLE color: 7527215.
HSL color Cylindrical-coordinate representation of color #2FDB72: hue angle of 143.37º 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 #2FDB72 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 114 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.14 |
| HSL | 143.37º | 0.7% | 0.52% | - |
| HSV(B) | 143.37º | 0.79% | 0.86% | - |
| XYZ | 29.54 | 52.48 | 24.49 | - |
| YUV | 155.6 | 104.52 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 114 | 0.79 | 0 | 0.48 | 0.14 | 143.37 | 0.7 | 0.52 |
| Hex | 2F | DB | 72 | 4F | 0 | 30 | E | 8F | 46 | 34 |
| Octal | 57 | 333 | 162 | 117 | 0 | 60 | 16 | 217 | 106 | 64 |
| Binary | 101111 | 11011011 | 1110010 | 1001111 | 0 | 110000 | 1110 | 10001111 | 1000110 | 110100 |
Color Harmonies of #2FDB72
Complementary color
Monochromatic Colors of #2FDB72
Black with #2FDB72
Text Example
Text Example
White with #2FDB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDB72; }
p { color: rgb(47,219,114); }
H1.HeaderClassName
{
color: #2FDB72;
}
.AnyTagClassName
{
color: #2FDB72;
}
</style>
background-color css
<style>
a { background-color: #2FDB72; }
a { background-color: rgb(47,219,114); }
div.DivClassName
{
background-color: #2FDB72;
}
.BgClassName
{
background-color: #2FDB72;
}
</style>
border-color css
<style>
span { border-color: #2FDB72; }
span { border-color: rgb(47,219,114); }
td.TdClassName
{
border-color: #2FDB72;
}
.TagClassName
{
border-color: #2FDB72;
}
</style>