Shades of Emerald #2BD975
Tints of Emerald #2BD975
RGB
CMYK
RGB Variations
Color information
#2BD975 (or 0x2BD975) is known color: Emerald. HEX triplet: 2B, D9 and 75. RGB value is (43,217,117). Sum of RGB (Red+Green+Blue) = 43+217+117=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 217 (85.16% from 255 or 57.56% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD975 is #D4268A. Grayscale: #999999. Windows color (decimal): -13903499 or 7723307. OLE color: 7723307.
HSL color Cylindrical-coordinate representation of color #2BD975: hue angle of 145.52º 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 #2BD975 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 117 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.15 |
| HSL | 145.52º | 0.7% | 0.51% | - |
| HSV(B) | 145.52º | 0.8% | 0.85% | - |
| XYZ | 29.02 | 51.42 | 25.23 | - |
| YUV | 153.57 | 107.35 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 117 | 0.80 | 0 | 0.46 | 0.15 | 145.52 | 0.7 | 0.51 |
| Hex | 2B | D9 | 75 | 50 | 0 | 2E | F | 92 | 46 | 33 |
| Octal | 53 | 331 | 165 | 120 | 0 | 56 | 17 | 222 | 106 | 63 |
| Binary | 101011 | 11011001 | 1110101 | 1010000 | 0 | 101110 | 1111 | 10010010 | 1000110 | 110011 |
Color Harmonies of #2BD975
Complementary color
Monochromatic Colors of #2BD975
Black with #2BD975
Text Example
Text Example
White with #2BD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD975; }
p { color: rgb(43,217,117); }
H1.HeaderClassName
{
color: #2BD975;
}
.AnyTagClassName
{
color: #2BD975;
}
</style>
background-color css
<style>
a { background-color: #2BD975; }
a { background-color: rgb(43,217,117); }
div.DivClassName
{
background-color: #2BD975;
}
.BgClassName
{
background-color: #2BD975;
}
</style>
border-color css
<style>
span { border-color: #2BD975; }
span { border-color: rgb(43,217,117); }
td.TdClassName
{
border-color: #2BD975;
}
.TagClassName
{
border-color: #2BD975;
}
</style>