Shades of Emerald #2FEA73
Tints of Emerald #2FEA73
RGB
CMYK
RGB Variations
Color information
#2FEA73 (or 0x2FEA73) is known color: Emerald. HEX triplet: 2F, EA and 73. RGB value is (47,234,115). Sum of RGB (Red+Green+Blue) = 47+234+115=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 234 (91.80% from 255 or 59.09% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEA73 is #D0158C. Grayscale: #A4A4A4. Windows color (decimal): -13637005 or 7596591. OLE color: 7596591.
HSL color Cylindrical-coordinate representation of color #2FEA73: hue angle of 141.82º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEA73 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 115 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.08 |
| HSL | 141.82º | 0.82% | 0.55% | - |
| HSV(B) | 141.82º | 0.8% | 0.92% | - |
| XYZ | 33.69 | 60.69 | 26.16 | - |
| YUV | 164.52 | 100.05 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 115 | 0.80 | 0 | 0.51 | 0.08 | 141.82 | 0.82 | 0.55 |
| Hex | 2F | EA | 73 | 50 | 0 | 33 | 8 | 8E | 52 | 37 |
| Octal | 57 | 352 | 163 | 120 | 0 | 63 | 10 | 216 | 122 | 67 |
| Binary | 101111 | 11101010 | 1110011 | 1010000 | 0 | 110011 | 1000 | 10001110 | 1010010 | 110111 |
Color Harmonies of #2FEA73
Complementary color
Monochromatic Colors of #2FEA73
Black with #2FEA73
Text Example
Text Example
White with #2FEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA73; }
p { color: rgb(47,234,115); }
H1.HeaderClassName
{
color: #2FEA73;
}
.AnyTagClassName
{
color: #2FEA73;
}
</style>
background-color css
<style>
a { background-color: #2FEA73; }
a { background-color: rgb(47,234,115); }
div.DivClassName
{
background-color: #2FEA73;
}
.BgClassName
{
background-color: #2FEA73;
}
</style>
border-color css
<style>
span { border-color: #2FEA73; }
span { border-color: rgb(47,234,115); }
td.TdClassName
{
border-color: #2FEA73;
}
.TagClassName
{
border-color: #2FEA73;
}
</style>