Shades of Shamrock #2EC585
Tints of Shamrock #2EC585
RGB
CMYK
RGB Variations
Color information
#2EC585 (or 0x2EC585) is known color: Shamrock. HEX triplet: 2E, C5 and 85. RGB value is (46,197,133). Sum of RGB (Red+Green+Blue) = 46+197+133=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC585 is #D13A7A. Grayscale: #909090. Windows color (decimal): -13711995 or 8766766. OLE color: 8766766.
HSL color Cylindrical-coordinate representation of color #2EC585: hue angle of 154.57º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC585 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 133 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.23 |
| HSL | 154.57º | 0.62% | 0.48% | - |
| HSV(B) | 154.57º | 0.77% | 0.77% | - |
| XYZ | 25.33 | 42.21 | 29 | - |
| YUV | 144.56 | 121.47 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 133 | 0.77 | 0 | 0.32 | 0.23 | 154.57 | 0.62 | 0.48 |
| Hex | 2E | C5 | 85 | 4D | 0 | 20 | 17 | 9B | 3E | 30 |
| Octal | 56 | 305 | 205 | 115 | 0 | 40 | 27 | 233 | 76 | 60 |
| Binary | 101110 | 11000101 | 10000101 | 1001101 | 0 | 100000 | 10111 | 10011011 | 111110 | 110000 |
Color Harmonies of #2EC585
Complementary color
Monochromatic Colors of #2EC585
Black with #2EC585
Text Example
Text Example
White with #2EC585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC585; }
p { color: rgb(46,197,133); }
H1.HeaderClassName
{
color: #2EC585;
}
.AnyTagClassName
{
color: #2EC585;
}
</style>
background-color css
<style>
a { background-color: #2EC585; }
a { background-color: rgb(46,197,133); }
div.DivClassName
{
background-color: #2EC585;
}
.BgClassName
{
background-color: #2EC585;
}
</style>
border-color css
<style>
span { border-color: #2EC585; }
span { border-color: rgb(46,197,133); }
td.TdClassName
{
border-color: #2EC585;
}
.TagClassName
{
border-color: #2EC585;
}
</style>