Shades of Shamrock #2EC090
Tints of Shamrock #2EC090
RGB
CMYK
RGB Variations
Color information
#2EC090 (or 0x2EC090) is known color: Shamrock. HEX triplet: 2E, C0 and 90. RGB value is (46,192,144). Sum of RGB (Red+Green+Blue) = 46+192+144=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC090 is #D13F6F. Grayscale: #8E8E8E. Windows color (decimal): -13713264 or 9486382. OLE color: 9486382.
HSL color Cylindrical-coordinate representation of color #2EC090: hue angle of 160.27º 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 #2EC090 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 144 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.25 |
| HSL | 160.27º | 0.61% | 0.47% | - |
| HSV(B) | 160.27º | 0.76% | 0.75% | - |
| XYZ | 25.01 | 40.29 | 32.84 | - |
| YUV | 142.87 | 128.63 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 144 | 0.76 | 0 | 0.25 | 0.25 | 160.27 | 0.61 | 0.47 |
| Hex | 2E | C0 | 90 | 4C | 0 | 19 | 19 | A0 | 3D | 2F |
| Octal | 56 | 300 | 220 | 114 | 0 | 31 | 31 | 240 | 75 | 57 |
| Binary | 101110 | 11000000 | 10010000 | 1001100 | 0 | 11001 | 11001 | 10100000 | 111101 | 101111 |
Color Harmonies of #2EC090
Complementary color
Monochromatic Colors of #2EC090
Black with #2EC090
Text Example
Text Example
White with #2EC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC090; }
p { color: rgb(46,192,144); }
H1.HeaderClassName
{
color: #2EC090;
}
.AnyTagClassName
{
color: #2EC090;
}
</style>
background-color css
<style>
a { background-color: #2EC090; }
a { background-color: rgb(46,192,144); }
div.DivClassName
{
background-color: #2EC090;
}
.BgClassName
{
background-color: #2EC090;
}
</style>
border-color css
<style>
span { border-color: #2EC090; }
span { border-color: rgb(46,192,144); }
td.TdClassName
{
border-color: #2EC090;
}
.TagClassName
{
border-color: #2EC090;
}
</style>