Shades of Shamrock #2EC582
Tints of Shamrock #2EC582
RGB
CMYK
RGB Variations
Color information
#2EC582 (or 0x2EC582) is known color: Shamrock. HEX triplet: 2E, C5 and 82. RGB value is (46,197,130). Sum of RGB (Red+Green+Blue) = 46+197+130=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC582 is #D13A7D. Grayscale: #909090. Windows color (decimal): -13711998 or 8570158. OLE color: 8570158.
HSL color Cylindrical-coordinate representation of color #2EC582: hue angle of 153.38º 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 #2EC582 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 130 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.23 |
| HSL | 153.38º | 0.62% | 0.48% | - |
| HSV(B) | 153.38º | 0.77% | 0.77% | - |
| XYZ | 25.12 | 42.13 | 27.93 | - |
| YUV | 144.21 | 119.97 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 130 | 0.77 | 0 | 0.34 | 0.23 | 153.38 | 0.62 | 0.48 |
| Hex | 2E | C5 | 82 | 4D | 0 | 22 | 17 | 99 | 3E | 30 |
| Octal | 56 | 305 | 202 | 115 | 0 | 42 | 27 | 231 | 76 | 60 |
| Binary | 101110 | 11000101 | 10000010 | 1001101 | 0 | 100010 | 10111 | 10011001 | 111110 | 110000 |
Color Harmonies of #2EC582
Complementary color
Monochromatic Colors of #2EC582
Black with #2EC582
Text Example
Text Example
White with #2EC582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC582; }
p { color: rgb(46,197,130); }
H1.HeaderClassName
{
color: #2EC582;
}
.AnyTagClassName
{
color: #2EC582;
}
</style>
background-color css
<style>
a { background-color: #2EC582; }
a { background-color: rgb(46,197,130); }
div.DivClassName
{
background-color: #2EC582;
}
.BgClassName
{
background-color: #2EC582;
}
</style>
border-color css
<style>
span { border-color: #2EC582; }
span { border-color: rgb(46,197,130); }
td.TdClassName
{
border-color: #2EC582;
}
.TagClassName
{
border-color: #2EC582;
}
</style>