Shades of Shamrock #2EBC92
Tints of Shamrock #2EBC92
RGB
CMYK
RGB Variations
Color information
#2EBC92 (or 0x2EBC92) is known color: Shamrock. HEX triplet: 2E, BC and 92. RGB value is (46,188,146). Sum of RGB (Red+Green+Blue) = 46+188+146=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC92 is #D1436D. Grayscale: #8C8C8C. Windows color (decimal): -13714286 or 9616430. OLE color: 9616430.
HSL color Cylindrical-coordinate representation of color #2EBC92: hue angle of 162.25º 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 #2EBC92 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 146 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.26 |
| HSL | 162.25º | 0.61% | 0.46% | - |
| HSV(B) | 162.25º | 0.76% | 0.74% | - |
| XYZ | 24.3 | 38.62 | 33.37 | - |
| YUV | 140.75 | 130.96 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 146 | 0.76 | 0 | 0.22 | 0.26 | 162.25 | 0.61 | 0.46 |
| Hex | 2E | BC | 92 | 4C | 0 | 16 | 1A | A2 | 3D | 2E |
| Octal | 56 | 274 | 222 | 114 | 0 | 26 | 32 | 242 | 75 | 56 |
| Binary | 101110 | 10111100 | 10010010 | 1001100 | 0 | 10110 | 11010 | 10100010 | 111101 | 101110 |
Color Harmonies of #2EBC92
Complementary color
Monochromatic Colors of #2EBC92
Black with #2EBC92
Text Example
Text Example
White with #2EBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC92; }
p { color: rgb(46,188,146); }
H1.HeaderClassName
{
color: #2EBC92;
}
.AnyTagClassName
{
color: #2EBC92;
}
</style>
background-color css
<style>
a { background-color: #2EBC92; }
a { background-color: rgb(46,188,146); }
div.DivClassName
{
background-color: #2EBC92;
}
.BgClassName
{
background-color: #2EBC92;
}
</style>
border-color css
<style>
span { border-color: #2EBC92; }
span { border-color: rgb(46,188,146); }
td.TdClassName
{
border-color: #2EBC92;
}
.TagClassName
{
border-color: #2EBC92;
}
</style>