Shades of Emerald #2DD869
Tints of Emerald #2DD869
RGB
CMYK
RGB Variations
Color information
#2DD869 (or 0x2DD869) is known color: Emerald. HEX triplet: 2D, D8 and 69. RGB value is (45,216,105). Sum of RGB (Red+Green+Blue) = 45+216+105=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD869 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD869 is #D22796. Grayscale: #989898. Windows color (decimal): -13772695 or 6936621. OLE color: 6936621.
HSL color Cylindrical-coordinate representation of color #2DD869: hue angle of 141.05º 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 #2DD869 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 216 | 105 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.15 |
| HSL | 141.05º | 0.69% | 0.51% | - |
| HSV(B) | 141.05º | 0.79% | 0.85% | - |
| XYZ | 28.19 | 50.69 | 21.66 | - |
| YUV | 152.22 | 101.35 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 216 | 105 | 0.79 | 0 | 0.51 | 0.15 | 141.05 | 0.69 | 0.51 |
| Hex | 2D | D8 | 69 | 4F | 0 | 33 | F | 8D | 45 | 33 |
| Octal | 55 | 330 | 151 | 117 | 0 | 63 | 17 | 215 | 105 | 63 |
| Binary | 101101 | 11011000 | 1101001 | 1001111 | 0 | 110011 | 1111 | 10001101 | 1000101 | 110011 |
Color Harmonies of #2DD869
Complementary color
Monochromatic Colors of #2DD869
Black with #2DD869
Text Example
Text Example
White with #2DD869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD869; }
p { color: rgb(45,216,105); }
H1.HeaderClassName
{
color: #2DD869;
}
.AnyTagClassName
{
color: #2DD869;
}
</style>
background-color css
<style>
a { background-color: #2DD869; }
a { background-color: rgb(45,216,105); }
div.DivClassName
{
background-color: #2DD869;
}
.BgClassName
{
background-color: #2DD869;
}
</style>
border-color css
<style>
span { border-color: #2DD869; }
span { border-color: rgb(45,216,105); }
td.TdClassName
{
border-color: #2DD869;
}
.TagClassName
{
border-color: #2DD869;
}
</style>