Shades of Shamrock #2EC19B
Tints of Shamrock #2EC19B
RGB
CMYK
RGB Variations
Color information
#2EC19B (or 0x2EC19B) is known color: Shamrock. HEX triplet: 2E, C1 and 9B. RGB value is (46,193,155). Sum of RGB (Red+Green+Blue) = 46+193+155=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC19B is #D13E64. Grayscale: #909090. Windows color (decimal): -13712997 or 10207534. OLE color: 10207534.
HSL color Cylindrical-coordinate representation of color #2EC19B: hue angle of 164.49º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC19B is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 155 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.24 |
| HSL | 164.49º | 0.62% | 0.47% | - |
| HSV(B) | 164.49º | 0.76% | 0.76% | - |
| XYZ | 26.11 | 41.09 | 37.56 | - |
| YUV | 144.72 | 133.8 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 155 | 0.76 | 0 | 0.20 | 0.24 | 164.49 | 0.62 | 0.47 |
| Hex | 2E | C1 | 9B | 4C | 0 | 14 | 18 | A4 | 3E | 2F |
| Octal | 56 | 301 | 233 | 114 | 0 | 24 | 30 | 244 | 76 | 57 |
| Binary | 101110 | 11000001 | 10011011 | 1001100 | 0 | 10100 | 11000 | 10100100 | 111110 | 101111 |
Color Harmonies of #2EC19B
Complementary color
Monochromatic Colors of #2EC19B
Black with #2EC19B
Text Example
Text Example
White with #2EC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC19B; }
p { color: rgb(46,193,155); }
H1.HeaderClassName
{
color: #2EC19B;
}
.AnyTagClassName
{
color: #2EC19B;
}
</style>
background-color css
<style>
a { background-color: #2EC19B; }
a { background-color: rgb(46,193,155); }
div.DivClassName
{
background-color: #2EC19B;
}
.BgClassName
{
background-color: #2EC19B;
}
</style>
border-color css
<style>
span { border-color: #2EC19B; }
span { border-color: rgb(46,193,155); }
td.TdClassName
{
border-color: #2EC19B;
}
.TagClassName
{
border-color: #2EC19B;
}
</style>