Shades of Shamrock #2EC29B
Tints of Shamrock #2EC29B
RGB
CMYK
RGB Variations
Color information
#2EC29B (or 0x2EC29B) is known color: Shamrock. HEX triplet: 2E, C2 and 9B. RGB value is (46,194,155). Sum of RGB (Red+Green+Blue) = 46+194+155=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC29B is #D13D64. Grayscale: #919191. Windows color (decimal): -13712741 or 10207790. OLE color: 10207790.
HSL color Cylindrical-coordinate representation of color #2EC29B: hue angle of 164.19º 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 #2EC29B is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 155 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.24 |
| HSL | 164.19º | 0.62% | 0.47% | - |
| HSV(B) | 164.19º | 0.76% | 0.76% | - |
| XYZ | 26.33 | 41.53 | 37.64 | - |
| YUV | 145.3 | 133.47 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 155 | 0.76 | 0 | 0.20 | 0.24 | 164.19 | 0.62 | 0.47 |
| Hex | 2E | C2 | 9B | 4C | 0 | 14 | 18 | A4 | 3E | 2F |
| Octal | 56 | 302 | 233 | 114 | 0 | 24 | 30 | 244 | 76 | 57 |
| Binary | 101110 | 11000010 | 10011011 | 1001100 | 0 | 10100 | 11000 | 10100100 | 111110 | 101111 |
Color Harmonies of #2EC29B
Complementary color
Monochromatic Colors of #2EC29B
Black with #2EC29B
Text Example
Text Example
White with #2EC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC29B; }
p { color: rgb(46,194,155); }
H1.HeaderClassName
{
color: #2EC29B;
}
.AnyTagClassName
{
color: #2EC29B;
}
</style>
background-color css
<style>
a { background-color: #2EC29B; }
a { background-color: rgb(46,194,155); }
div.DivClassName
{
background-color: #2EC29B;
}
.BgClassName
{
background-color: #2EC29B;
}
</style>
border-color css
<style>
span { border-color: #2EC29B; }
span { border-color: rgb(46,194,155); }
td.TdClassName
{
border-color: #2EC29B;
}
.TagClassName
{
border-color: #2EC29B;
}
</style>