Shades of Shamrock #2EC3A9
Tints of Shamrock #2EC3A9
RGB
CMYK
RGB Variations
Color information
#2EC3A9 (or 0x2EC3A9) is known color: Shamrock. HEX triplet: 2E, C3 and A9. RGB value is (46,195,169). Sum of RGB (Red+Green+Blue) = 46+195+169=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC3A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC3A9 is #D13C56. Grayscale: #939393. Windows color (decimal): -13712471 or 11125550. OLE color: 11125550.
HSL color Cylindrical-coordinate representation of color #2EC3A9: hue angle of 169.53º 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 #2EC3A9 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 169 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.24 |
| HSL | 169.53º | 0.62% | 0.47% | - |
| HSV(B) | 169.53º | 0.76% | 0.76% | - |
| XYZ | 27.8 | 42.48 | 44.27 | - |
| YUV | 147.49 | 140.14 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 169 | 0.76 | 0 | 0.13 | 0.24 | 169.53 | 0.62 | 0.47 |
| Hex | 2E | C3 | A9 | 4C | 0 | D | 18 | AA | 3E | 2F |
| Octal | 56 | 303 | 251 | 114 | 0 | 15 | 30 | 252 | 76 | 57 |
| Binary | 101110 | 11000011 | 10101001 | 1001100 | 0 | 1101 | 11000 | 10101010 | 111110 | 101111 |
Color Harmonies of #2EC3A9
Complementary color
Monochromatic Colors of #2EC3A9
Black with #2EC3A9
Text Example
Text Example
White with #2EC3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC3A9; }
p { color: rgb(46,195,169); }
H1.HeaderClassName
{
color: #2EC3A9;
}
.AnyTagClassName
{
color: #2EC3A9;
}
</style>
background-color css
<style>
a { background-color: #2EC3A9; }
a { background-color: rgb(46,195,169); }
div.DivClassName
{
background-color: #2EC3A9;
}
.BgClassName
{
background-color: #2EC3A9;
}
</style>
border-color css
<style>
span { border-color: #2EC3A9; }
span { border-color: rgb(46,195,169); }
td.TdClassName
{
border-color: #2EC3A9;
}
.TagClassName
{
border-color: #2EC3A9;
}
</style>