Shades of Shamrock #2EBE93
Tints of Shamrock #2EBE93
RGB
CMYK
RGB Variations
Color information
#2EBE93 (or 0x2EBE93) is known color: Shamrock. HEX triplet: 2E, BE and 93. RGB value is (46,190,147). Sum of RGB (Red+Green+Blue) = 46+190+147=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBE93 is #D1416C. Grayscale: #8E8E8E. Windows color (decimal): -13713773 or 9682478. OLE color: 9682478.
HSL color Cylindrical-coordinate representation of color #2EBE93: hue angle of 162.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBE93 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 147 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.25 |
| HSL | 162.08º | 0.61% | 0.46% | - |
| HSV(B) | 162.08º | 0.76% | 0.75% | - |
| XYZ | 24.81 | 39.51 | 33.92 | - |
| YUV | 142.04 | 130.79 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 147 | 0.76 | 0 | 0.23 | 0.25 | 162.08 | 0.61 | 0.46 |
| Hex | 2E | BE | 93 | 4C | 0 | 17 | 19 | A2 | 3D | 2E |
| Octal | 56 | 276 | 223 | 114 | 0 | 27 | 31 | 242 | 75 | 56 |
| Binary | 101110 | 10111110 | 10010011 | 1001100 | 0 | 10111 | 11001 | 10100010 | 111101 | 101110 |
Color Harmonies of #2EBE93
Complementary color
Monochromatic Colors of #2EBE93
Black with #2EBE93
Text Example
Text Example
White with #2EBE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE93; }
p { color: rgb(46,190,147); }
H1.HeaderClassName
{
color: #2EBE93;
}
.AnyTagClassName
{
color: #2EBE93;
}
</style>
background-color css
<style>
a { background-color: #2EBE93; }
a { background-color: rgb(46,190,147); }
div.DivClassName
{
background-color: #2EBE93;
}
.BgClassName
{
background-color: #2EBE93;
}
</style>
border-color css
<style>
span { border-color: #2EBE93; }
span { border-color: rgb(46,190,147); }
td.TdClassName
{
border-color: #2EBE93;
}
.TagClassName
{
border-color: #2EBE93;
}
</style>