Shades of Emerald #2DDB78
Tints of Emerald #2DDB78
RGB
CMYK
RGB Variations
Color information
#2DDB78 (or 0x2DDB78) is known color: Emerald. HEX triplet: 2D, DB and 78. RGB value is (45,219,120). Sum of RGB (Red+Green+Blue) = 45+219+120=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDB78 is #D22487. Grayscale: #9B9B9B. Windows color (decimal): -13771912 or 7920429. OLE color: 7920429.
HSL color Cylindrical-coordinate representation of color #2DDB78: hue angle of 145.86º 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 #2DDB78 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 120 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.14 |
| HSL | 145.86º | 0.71% | 0.52% | - |
| HSV(B) | 145.86º | 0.79% | 0.86% | - |
| XYZ | 29.8 | 52.58 | 26.35 | - |
| YUV | 155.69 | 107.85 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 120 | 0.79 | 0 | 0.45 | 0.14 | 145.86 | 0.71 | 0.52 |
| Hex | 2D | DB | 78 | 4F | 0 | 2D | E | 92 | 47 | 34 |
| Octal | 55 | 333 | 170 | 117 | 0 | 55 | 16 | 222 | 107 | 64 |
| Binary | 101101 | 11011011 | 1111000 | 1001111 | 0 | 101101 | 1110 | 10010010 | 1000111 | 110100 |
Color Harmonies of #2DDB78
Complementary color
Monochromatic Colors of #2DDB78
Black with #2DDB78
Text Example
Text Example
White with #2DDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB78; }
p { color: rgb(45,219,120); }
H1.HeaderClassName
{
color: #2DDB78;
}
.AnyTagClassName
{
color: #2DDB78;
}
</style>
background-color css
<style>
a { background-color: #2DDB78; }
a { background-color: rgb(45,219,120); }
div.DivClassName
{
background-color: #2DDB78;
}
.BgClassName
{
background-color: #2DDB78;
}
</style>
border-color css
<style>
span { border-color: #2DDB78; }
span { border-color: rgb(45,219,120); }
td.TdClassName
{
border-color: #2DDB78;
}
.TagClassName
{
border-color: #2DDB78;
}
</style>