Shades of Shamrock #2EC2A1
Tints of Shamrock #2EC2A1
RGB
CMYK
RGB Variations
Color information
#2EC2A1 (or 0x2EC2A1) is known color: Shamrock. HEX triplet: 2E, C2 and A1. RGB value is (46,194,161). Sum of RGB (Red+Green+Blue) = 46+194+161=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC2A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC2A1 is #D13D5E. Grayscale: #919191. Windows color (decimal): -13712735 or 10601006. OLE color: 10601006.
HSL color Cylindrical-coordinate representation of color #2EC2A1: hue angle of 166.62º 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 #2EC2A1 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 161 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.24 |
| HSL | 166.62º | 0.62% | 0.47% | - |
| HSV(B) | 166.62º | 0.76% | 0.76% | - |
| XYZ | 26.85 | 41.74 | 40.36 | - |
| YUV | 145.99 | 136.47 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 161 | 0.76 | 0 | 0.17 | 0.24 | 166.62 | 0.62 | 0.47 |
| Hex | 2E | C2 | A1 | 4C | 0 | 11 | 18 | A7 | 3E | 2F |
| Octal | 56 | 302 | 241 | 114 | 0 | 21 | 30 | 247 | 76 | 57 |
| Binary | 101110 | 11000010 | 10100001 | 1001100 | 0 | 10001 | 11000 | 10100111 | 111110 | 101111 |
Color Harmonies of #2EC2A1
Complementary color
Monochromatic Colors of #2EC2A1
Black with #2EC2A1
Text Example
Text Example
White with #2EC2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC2A1; }
p { color: rgb(46,194,161); }
H1.HeaderClassName
{
color: #2EC2A1;
}
.AnyTagClassName
{
color: #2EC2A1;
}
</style>
background-color css
<style>
a { background-color: #2EC2A1; }
a { background-color: rgb(46,194,161); }
div.DivClassName
{
background-color: #2EC2A1;
}
.BgClassName
{
background-color: #2EC2A1;
}
</style>
border-color css
<style>
span { border-color: #2EC2A1; }
span { border-color: rgb(46,194,161); }
td.TdClassName
{
border-color: #2EC2A1;
}
.TagClassName
{
border-color: #2EC2A1;
}
</style>