Shades of Shamrock #2EC093
Tints of Shamrock #2EC093
RGB
CMYK
RGB Variations
Color information
#2EC093 (or 0x2EC093) is known color: Shamrock. HEX triplet: 2E, C0 and 93. RGB value is (46,192,147). Sum of RGB (Red+Green+Blue) = 46+192+147=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC093 is #D13F6C. Grayscale: #8F8F8F. Windows color (decimal): -13713261 or 9682990. OLE color: 9682990.
HSL color Cylindrical-coordinate representation of color #2EC093: hue angle of 161.51º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC093 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 147 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.25 |
| HSL | 161.51º | 0.61% | 0.47% | - |
| HSV(B) | 161.51º | 0.76% | 0.75% | - |
| XYZ | 25.24 | 40.39 | 34.07 | - |
| YUV | 143.22 | 130.13 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 147 | 0.76 | 0 | 0.23 | 0.25 | 161.51 | 0.61 | 0.47 |
| Hex | 2E | C0 | 93 | 4C | 0 | 17 | 19 | A2 | 3D | 2F |
| Octal | 56 | 300 | 223 | 114 | 0 | 27 | 31 | 242 | 75 | 57 |
| Binary | 101110 | 11000000 | 10010011 | 1001100 | 0 | 10111 | 11001 | 10100010 | 111101 | 101111 |
Color Harmonies of #2EC093
Complementary color
Monochromatic Colors of #2EC093
Black with #2EC093
Text Example
Text Example
White with #2EC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC093; }
p { color: rgb(46,192,147); }
H1.HeaderClassName
{
color: #2EC093;
}
.AnyTagClassName
{
color: #2EC093;
}
</style>
background-color css
<style>
a { background-color: #2EC093; }
a { background-color: rgb(46,192,147); }
div.DivClassName
{
background-color: #2EC093;
}
.BgClassName
{
background-color: #2EC093;
}
</style>
border-color css
<style>
span { border-color: #2EC093; }
span { border-color: rgb(46,192,147); }
td.TdClassName
{
border-color: #2EC093;
}
.TagClassName
{
border-color: #2EC093;
}
</style>