Shades of Emerald #2DDB76
Tints of Emerald #2DDB76
RGB
CMYK
RGB Variations
Color information
#2DDB76 (or 0x2DDB76) is known color: Emerald. HEX triplet: 2D, DB and 76. RGB value is (45,219,118). Sum of RGB (Red+Green+Blue) = 45+219+118=382 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.78% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDB76 is #D22489. Grayscale: #9B9B9B. Windows color (decimal): -13771914 or 7789357. OLE color: 7789357.
HSL color Cylindrical-coordinate representation of color #2DDB76: hue angle of 145.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDB76 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 118 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.14 |
| HSL | 145.17º | 0.71% | 0.52% | - |
| HSV(B) | 145.17º | 0.79% | 0.86% | - |
| XYZ | 29.68 | 52.53 | 25.71 | - |
| YUV | 155.46 | 106.85 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 118 | 0.79 | 0 | 0.46 | 0.14 | 145.17 | 0.71 | 0.52 |
| Hex | 2D | DB | 76 | 4F | 0 | 2E | E | 91 | 47 | 34 |
| Octal | 55 | 333 | 166 | 117 | 0 | 56 | 16 | 221 | 107 | 64 |
| Binary | 101101 | 11011011 | 1110110 | 1001111 | 0 | 101110 | 1110 | 10010001 | 1000111 | 110100 |
Color Harmonies of #2DDB76
Complementary color
Monochromatic Colors of #2DDB76
Black with #2DDB76
Text Example
Text Example
White with #2DDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB76; }
p { color: rgb(45,219,118); }
H1.HeaderClassName
{
color: #2DDB76;
}
.AnyTagClassName
{
color: #2DDB76;
}
</style>
background-color css
<style>
a { background-color: #2DDB76; }
a { background-color: rgb(45,219,118); }
div.DivClassName
{
background-color: #2DDB76;
}
.BgClassName
{
background-color: #2DDB76;
}
</style>
border-color css
<style>
span { border-color: #2DDB76; }
span { border-color: rgb(45,219,118); }
td.TdClassName
{
border-color: #2DDB76;
}
.TagClassName
{
border-color: #2DDB76;
}
</style>