Shades of Emerald #2FDB7A
Tints of Emerald #2FDB7A
RGB
CMYK
RGB Variations
Color information
#2FDB7A (or 0x2FDB7A) is known color: Emerald. HEX triplet: 2F, DB and 7A. RGB value is (47,219,122). Sum of RGB (Red+Green+Blue) = 47+219+122=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDB7A is #D02485. Grayscale: #9C9C9C. Windows color (decimal): -13640838 or 8051503. OLE color: 8051503.
HSL color Cylindrical-coordinate representation of color #2FDB7A: hue angle of 146.16º 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 #2FDB7A is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
RGB | 47 | 219 | 122 | - |
CMYK | 0.79 | 0 | 0.44 | 0.14 |
HSL | 146.16º | 0.7% | 0.52% | - |
HSV(B) | 146.16º | 0.79% | 0.86% | - |
XYZ | 30.02 | 52.67 | 27 | - |
YUV | 156.51 | 108.52 | 49.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 219 | 122 | 0.79 | 0 | 0.44 | 0.14 | 146.16 | 0.7 | 0.52 |
Hex | 2F | DB | 7A | 4F | 0 | 2C | E | 92 | 46 | 34 |
Octal | 57 | 333 | 172 | 117 | 0 | 54 | 16 | 222 | 106 | 64 |
Binary | 101111 | 11011011 | 1111010 | 1001111 | 0 | 101100 | 1110 | 10010010 | 1000110 | 110100 |
Color Harmonies of #2FDB7A
Complementary color
Monochromatic Colors of #2FDB7A
Black with #2FDB7A
Text Example
Text Example
White with #2FDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDB7A; }
p { color: rgb(47,219,122); }
H1.HeaderClassName
{
color: #2FDB7A;
}
.AnyTagClassName
{
color: #2FDB7A;
}
</style>
background-color css
<style>
a { background-color: #2FDB7A; }
a { background-color: rgb(47,219,122); }
div.DivClassName
{
background-color: #2FDB7A;
}
.BgClassName
{
background-color: #2FDB7A;
}
</style>
border-color css
<style>
span { border-color: #2FDB7A; }
span { border-color: rgb(47,219,122); }
td.TdClassName
{
border-color: #2FDB7A;
}
.TagClassName
{
border-color: #2FDB7A;
}
</style>