Shades of Emerald #2BDA72
Tints of Emerald #2BDA72
RGB
CMYK
RGB Variations
Color information
#2BDA72 (or 0x2BDA72) is known color: Emerald. HEX triplet: 2B, DA and 72. RGB value is (43,218,114). Sum of RGB (Red+Green+Blue) = 43+218+114=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA72 is #D4258D. Grayscale: #9A9A9A. Windows color (decimal): -13903246 or 7526955. OLE color: 7526955.
HSL color Cylindrical-coordinate representation of color #2BDA72: hue angle of 144.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDA72 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 114 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.15 |
| HSL | 144.34º | 0.7% | 0.51% | - |
| HSV(B) | 144.34º | 0.8% | 0.85% | - |
| XYZ | 29.1 | 51.87 | 24.4 | - |
| YUV | 153.82 | 105.52 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 114 | 0.80 | 0 | 0.48 | 0.15 | 144.34 | 0.7 | 0.51 |
| Hex | 2B | DA | 72 | 50 | 0 | 30 | F | 90 | 46 | 33 |
| Octal | 53 | 332 | 162 | 120 | 0 | 60 | 17 | 220 | 106 | 63 |
| Binary | 101011 | 11011010 | 1110010 | 1010000 | 0 | 110000 | 1111 | 10010000 | 1000110 | 110011 |
Color Harmonies of #2BDA72
Complementary color
Monochromatic Colors of #2BDA72
Black with #2BDA72
Text Example
Text Example
White with #2BDA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA72; }
p { color: rgb(43,218,114); }
H1.HeaderClassName
{
color: #2BDA72;
}
.AnyTagClassName
{
color: #2BDA72;
}
</style>
background-color css
<style>
a { background-color: #2BDA72; }
a { background-color: rgb(43,218,114); }
div.DivClassName
{
background-color: #2BDA72;
}
.BgClassName
{
background-color: #2BDA72;
}
</style>
border-color css
<style>
span { border-color: #2BDA72; }
span { border-color: rgb(43,218,114); }
td.TdClassName
{
border-color: #2BDA72;
}
.TagClassName
{
border-color: #2BDA72;
}
</style>