Shades of Shamrock #2EDDA5
Tints of Shamrock #2EDDA5
RGB
CMYK
RGB Variations
Color information
#2EDDA5 (or 0x2EDDA5) is known color: Shamrock. HEX triplet: 2E, DD and A5. RGB value is (46,221,165). Sum of RGB (Red+Green+Blue) = 46+221+165=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDDA5 is #D1225A. Grayscale: #A2A2A2. Windows color (decimal): -13705819 or 10870062. OLE color: 10870062.
HSL color Cylindrical-coordinate representation of color #2EDDA5: hue angle of 160.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDDA5 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 165 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.13 |
| HSL | 160.8º | 0.72% | 0.52% | - |
| HSV(B) | 160.8º | 0.79% | 0.87% | - |
| XYZ | 33.77 | 55.01 | 44.44 | - |
| YUV | 162.29 | 129.52 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 165 | 0.79 | 0 | 0.25 | 0.13 | 160.8 | 0.72 | 0.52 |
| Hex | 2E | DD | A5 | 4F | 0 | 19 | D | A1 | 48 | 34 |
| Octal | 56 | 335 | 245 | 117 | 0 | 31 | 15 | 241 | 110 | 64 |
| Binary | 101110 | 11011101 | 10100101 | 1001111 | 0 | 11001 | 1101 | 10100001 | 1001000 | 110100 |
Color Harmonies of #2EDDA5
Complementary color
Monochromatic Colors of #2EDDA5
Black with #2EDDA5
Text Example
Text Example
White with #2EDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDDA5; }
p { color: rgb(46,221,165); }
H1.HeaderClassName
{
color: #2EDDA5;
}
.AnyTagClassName
{
color: #2EDDA5;
}
</style>
background-color css
<style>
a { background-color: #2EDDA5; }
a { background-color: rgb(46,221,165); }
div.DivClassName
{
background-color: #2EDDA5;
}
.BgClassName
{
background-color: #2EDDA5;
}
</style>
border-color css
<style>
span { border-color: #2EDDA5; }
span { border-color: rgb(46,221,165); }
td.TdClassName
{
border-color: #2EDDA5;
}
.TagClassName
{
border-color: #2EDDA5;
}
</style>