Shades of Shamrock #2EC098
Tints of Shamrock #2EC098
RGB
CMYK
RGB Variations
Color information
#2EC098 (or 0x2EC098) is known color: Shamrock. HEX triplet: 2E, C0 and 98. RGB value is (46,192,152). Sum of RGB (Red+Green+Blue) = 46+192+152=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC098 is #D13F67. Grayscale: #8F8F8F. Windows color (decimal): -13713256 or 10010670. OLE color: 10010670.
HSL color Cylindrical-coordinate representation of color #2EC098: hue angle of 163.56º 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 #2EC098 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 152 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.25 |
| HSL | 163.56º | 0.61% | 0.47% | - |
| HSV(B) | 163.56º | 0.76% | 0.75% | - |
| XYZ | 25.64 | 40.55 | 36.18 | - |
| YUV | 143.79 | 132.63 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 152 | 0.76 | 0 | 0.21 | 0.25 | 163.56 | 0.61 | 0.47 |
| Hex | 2E | C0 | 98 | 4C | 0 | 15 | 19 | A4 | 3D | 2F |
| Octal | 56 | 300 | 230 | 114 | 0 | 25 | 31 | 244 | 75 | 57 |
| Binary | 101110 | 11000000 | 10011000 | 1001100 | 0 | 10101 | 11001 | 10100100 | 111101 | 101111 |
Color Harmonies of #2EC098
Complementary color
Monochromatic Colors of #2EC098
Black with #2EC098
Text Example
Text Example
White with #2EC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC098; }
p { color: rgb(46,192,152); }
H1.HeaderClassName
{
color: #2EC098;
}
.AnyTagClassName
{
color: #2EC098;
}
</style>
background-color css
<style>
a { background-color: #2EC098; }
a { background-color: rgb(46,192,152); }
div.DivClassName
{
background-color: #2EC098;
}
.BgClassName
{
background-color: #2EC098;
}
</style>
border-color css
<style>
span { border-color: #2EC098; }
span { border-color: rgb(46,192,152); }
td.TdClassName
{
border-color: #2EC098;
}
.TagClassName
{
border-color: #2EC098;
}
</style>