Shades of Emerald #2BDA74
Tints of Emerald #2BDA74
RGB
CMYK
RGB Variations
Color information
#2BDA74 (or 0x2BDA74) is known color: Emerald. HEX triplet: 2B, DA and 74. RGB value is (43,218,116). Sum of RGB (Red+Green+Blue) = 43+218+116=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA74 is #D4258B. Grayscale: #9A9A9A. Windows color (decimal): -13903244 or 7658027. OLE color: 7658027.
HSL color Cylindrical-coordinate representation of color #2BDA74: hue angle of 145.03º 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 #2BDA74 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 116 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.15 |
| HSL | 145.03º | 0.7% | 0.51% | - |
| HSV(B) | 145.03º | 0.8% | 0.85% | - |
| XYZ | 29.22 | 51.92 | 25 | - |
| YUV | 154.05 | 106.52 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 116 | 0.80 | 0 | 0.47 | 0.15 | 145.03 | 0.7 | 0.51 |
| Hex | 2B | DA | 74 | 50 | 0 | 2F | F | 91 | 46 | 33 |
| Octal | 53 | 332 | 164 | 120 | 0 | 57 | 17 | 221 | 106 | 63 |
| Binary | 101011 | 11011010 | 1110100 | 1010000 | 0 | 101111 | 1111 | 10010001 | 1000110 | 110011 |
Color Harmonies of #2BDA74
Complementary color
Monochromatic Colors of #2BDA74
Black with #2BDA74
Text Example
Text Example
White with #2BDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA74; }
p { color: rgb(43,218,116); }
H1.HeaderClassName
{
color: #2BDA74;
}
.AnyTagClassName
{
color: #2BDA74;
}
</style>
background-color css
<style>
a { background-color: #2BDA74; }
a { background-color: rgb(43,218,116); }
div.DivClassName
{
background-color: #2BDA74;
}
.BgClassName
{
background-color: #2BDA74;
}
</style>
border-color css
<style>
span { border-color: #2BDA74; }
span { border-color: rgb(43,218,116); }
td.TdClassName
{
border-color: #2BDA74;
}
.TagClassName
{
border-color: #2BDA74;
}
</style>