Shades of Emerald #29DB74
Tints of Emerald #29DB74
RGB
CMYK
RGB Variations
Color information
#29DB74 (or 0x29DB74) is known color: Emerald. HEX triplet: 29, DB and 74. RGB value is (41,219,116). Sum of RGB (Red+Green+Blue) = 41+219+116=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #29DB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29DB74 is #D6248B. Grayscale: #9A9A9A. Windows color (decimal): -14034060 or 7658281. OLE color: 7658281.
HSL color Cylindrical-coordinate representation of color #29DB74: hue angle of 145.28º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DB74 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 219 | 116 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.14 |
| HSL | 145.28º | 0.71% | 0.51% | - |
| HSV(B) | 145.28º | 0.81% | 0.86% | - |
| XYZ | 29.4 | 52.4 | 25.09 | - |
| YUV | 154.04 | 106.53 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 219 | 116 | 0.81 | 0 | 0.47 | 0.14 | 145.28 | 0.71 | 0.51 |
| Hex | 29 | DB | 74 | 51 | 0 | 2F | E | 91 | 47 | 33 |
| Octal | 51 | 333 | 164 | 121 | 0 | 57 | 16 | 221 | 107 | 63 |
| Binary | 101001 | 11011011 | 1110100 | 1010001 | 0 | 101111 | 1110 | 10010001 | 1000111 | 110011 |
Color Harmonies of #29DB74
Complementary color
Monochromatic Colors of #29DB74
Black with #29DB74
Text Example
Text Example
White with #29DB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DB74; }
p { color: rgb(41,219,116); }
H1.HeaderClassName
{
color: #29DB74;
}
.AnyTagClassName
{
color: #29DB74;
}
</style>
background-color css
<style>
a { background-color: #29DB74; }
a { background-color: rgb(41,219,116); }
div.DivClassName
{
background-color: #29DB74;
}
.BgClassName
{
background-color: #29DB74;
}
</style>
border-color css
<style>
span { border-color: #29DB74; }
span { border-color: rgb(41,219,116); }
td.TdClassName
{
border-color: #29DB74;
}
.TagClassName
{
border-color: #29DB74;
}
</style>