Shades of Shamrock #2EBC94
Tints of Shamrock #2EBC94
RGB
CMYK
RGB Variations
Color information
#2EBC94 (or 0x2EBC94) is known color: Shamrock. HEX triplet: 2E, BC and 94. RGB value is (46,188,148). Sum of RGB (Red+Green+Blue) = 46+188+148=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC94 is #D1436B. Grayscale: #8D8D8D. Windows color (decimal): -13714284 or 9747502. OLE color: 9747502.
HSL color Cylindrical-coordinate representation of color #2EBC94: hue angle of 163.1º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC94 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 148 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.26 |
| HSL | 163.1º | 0.61% | 0.46% | - |
| HSV(B) | 163.1º | 0.76% | 0.74% | - |
| XYZ | 24.46 | 38.69 | 34.2 | - |
| YUV | 140.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 148 | 0.76 | 0 | 0.21 | 0.26 | 163.1 | 0.61 | 0.46 |
| Hex | 2E | BC | 94 | 4C | 0 | 15 | 1A | A3 | 3D | 2E |
| Octal | 56 | 274 | 224 | 114 | 0 | 25 | 32 | 243 | 75 | 56 |
| Binary | 101110 | 10111100 | 10010100 | 1001100 | 0 | 10101 | 11010 | 10100011 | 111101 | 101110 |
Color Harmonies of #2EBC94
Complementary color
Monochromatic Colors of #2EBC94
Black with #2EBC94
Text Example
Text Example
White with #2EBC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC94; }
p { color: rgb(46,188,148); }
H1.HeaderClassName
{
color: #2EBC94;
}
.AnyTagClassName
{
color: #2EBC94;
}
</style>
background-color css
<style>
a { background-color: #2EBC94; }
a { background-color: rgb(46,188,148); }
div.DivClassName
{
background-color: #2EBC94;
}
.BgClassName
{
background-color: #2EBC94;
}
</style>
border-color css
<style>
span { border-color: #2EBC94; }
span { border-color: rgb(46,188,148); }
td.TdClassName
{
border-color: #2EBC94;
}
.TagClassName
{
border-color: #2EBC94;
}
</style>