Shades of Emerald #2DD970
Tints of Emerald #2DD970
RGB
CMYK
RGB Variations
Color information
#2DD970 (or 0x2DD970) is known color: Emerald. HEX triplet: 2D, D9 and 70. RGB value is (45,217,112). Sum of RGB (Red+Green+Blue) = 45+217+112=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 217 (85.16% from 255 or 58.02% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD970 is #D2268F. Grayscale: #999999. Windows color (decimal): -13772432 or 7395629. OLE color: 7395629.
HSL color Cylindrical-coordinate representation of color #2DD970: hue angle of 143.37º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD970 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 217 | 112 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.15 |
| HSL | 143.37º | 0.69% | 0.51% | - |
| HSV(B) | 143.37º | 0.79% | 0.85% | - |
| XYZ | 28.82 | 51.35 | 23.72 | - |
| YUV | 153.6 | 104.52 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 112 | 0.79 | 0 | 0.48 | 0.15 | 143.37 | 0.69 | 0.51 |
| Hex | 2D | D9 | 70 | 4F | 0 | 30 | F | 8F | 45 | 33 |
| Octal | 55 | 331 | 160 | 117 | 0 | 60 | 17 | 217 | 105 | 63 |
| Binary | 101101 | 11011001 | 1110000 | 1001111 | 0 | 110000 | 1111 | 10001111 | 1000101 | 110011 |
Color Harmonies of #2DD970
Complementary color
Monochromatic Colors of #2DD970
Black with #2DD970
Text Example
Text Example
White with #2DD970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD970; }
p { color: rgb(45,217,112); }
H1.HeaderClassName
{
color: #2DD970;
}
.AnyTagClassName
{
color: #2DD970;
}
</style>
background-color css
<style>
a { background-color: #2DD970; }
a { background-color: rgb(45,217,112); }
div.DivClassName
{
background-color: #2DD970;
}
.BgClassName
{
background-color: #2DD970;
}
</style>
border-color css
<style>
span { border-color: #2DD970; }
span { border-color: rgb(45,217,112); }
td.TdClassName
{
border-color: #2DD970;
}
.TagClassName
{
border-color: #2DD970;
}
</style>