Shades of Shamrock #2EC786
Tints of Shamrock #2EC786
RGB
CMYK
RGB Variations
Color information
#2EC786 (or 0x2EC786) is known color: Shamrock. HEX triplet: 2E, C7 and 86. RGB value is (46,199,134). Sum of RGB (Red+Green+Blue) = 46+199+134=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC786 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC786 is #D13879. Grayscale: #919191. Windows color (decimal): -13711482 or 8832814. OLE color: 8832814.
HSL color Cylindrical-coordinate representation of color #2EC786: hue angle of 154.51º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC786 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 134 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.22 |
| HSL | 154.51º | 0.62% | 0.48% | - |
| HSV(B) | 154.51º | 0.77% | 0.78% | - |
| XYZ | 25.85 | 43.15 | 29.52 | - |
| YUV | 145.84 | 121.31 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 134 | 0.77 | 0 | 0.33 | 0.22 | 154.51 | 0.62 | 0.48 |
| Hex | 2E | C7 | 86 | 4D | 0 | 21 | 16 | 9B | 3E | 30 |
| Octal | 56 | 307 | 206 | 115 | 0 | 41 | 26 | 233 | 76 | 60 |
| Binary | 101110 | 11000111 | 10000110 | 1001101 | 0 | 100001 | 10110 | 10011011 | 111110 | 110000 |
Color Harmonies of #2EC786
Complementary color
Monochromatic Colors of #2EC786
Black with #2EC786
Text Example
Text Example
White with #2EC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC786; }
p { color: rgb(46,199,134); }
H1.HeaderClassName
{
color: #2EC786;
}
.AnyTagClassName
{
color: #2EC786;
}
</style>
background-color css
<style>
a { background-color: #2EC786; }
a { background-color: rgb(46,199,134); }
div.DivClassName
{
background-color: #2EC786;
}
.BgClassName
{
background-color: #2EC786;
}
</style>
border-color css
<style>
span { border-color: #2EC786; }
span { border-color: rgb(46,199,134); }
td.TdClassName
{
border-color: #2EC786;
}
.TagClassName
{
border-color: #2EC786;
}
</style>