Shades of Emerald #2DD770
Tints of Emerald #2DD770
RGB
CMYK
RGB Variations
Color information
#2DD770 (or 0x2DD770) is known color: Emerald. HEX triplet: 2D, D7 and 70. RGB value is (45,215,112). Sum of RGB (Red+Green+Blue) = 45+215+112=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD770 is #D2288F. Grayscale: #989898. Windows color (decimal): -13772944 or 7395117. OLE color: 7395117.
HSL color Cylindrical-coordinate representation of color #2DD770: hue angle of 143.65º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD770 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 112 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.16 |
| HSL | 143.65º | 0.68% | 0.51% | - |
| HSV(B) | 143.65º | 0.79% | 0.84% | - |
| XYZ | 28.31 | 50.33 | 23.55 | - |
| YUV | 152.43 | 105.18 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 112 | 0.79 | 0 | 0.48 | 0.16 | 143.65 | 0.68 | 0.51 |
| Hex | 2D | D7 | 70 | 4F | 0 | 30 | 10 | 90 | 44 | 33 |
| Octal | 55 | 327 | 160 | 117 | 0 | 60 | 20 | 220 | 104 | 63 |
| Binary | 101101 | 11010111 | 1110000 | 1001111 | 0 | 110000 | 10000 | 10010000 | 1000100 | 110011 |
Color Harmonies of #2DD770
Complementary color
Monochromatic Colors of #2DD770
Black with #2DD770
Text Example
Text Example
White with #2DD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD770; }
p { color: rgb(45,215,112); }
H1.HeaderClassName
{
color: #2DD770;
}
.AnyTagClassName
{
color: #2DD770;
}
</style>
background-color css
<style>
a { background-color: #2DD770; }
a { background-color: rgb(45,215,112); }
div.DivClassName
{
background-color: #2DD770;
}
.BgClassName
{
background-color: #2DD770;
}
</style>
border-color css
<style>
span { border-color: #2DD770; }
span { border-color: rgb(45,215,112); }
td.TdClassName
{
border-color: #2DD770;
}
.TagClassName
{
border-color: #2DD770;
}
</style>