Shades of Shamrock #2EBE8C
Tints of Shamrock #2EBE8C
RGB
CMYK
RGB Variations
Color information
#2EBE8C (or 0x2EBE8C) is known color: Shamrock. HEX triplet: 2E, BE and 8C. RGB value is (46,190,140). Sum of RGB (Red+Green+Blue) = 46+190+140=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBE8C is #D14173. Grayscale: #8D8D8D. Windows color (decimal): -13713780 or 9223726. OLE color: 9223726.
HSL color Cylindrical-coordinate representation of color #2EBE8C: hue angle of 159.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBE8C is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 140 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.25 |
| HSL | 159.17º | 0.61% | 0.46% | - |
| HSV(B) | 159.17º | 0.76% | 0.75% | - |
| XYZ | 24.27 | 39.3 | 31.12 | - |
| YUV | 141.24 | 127.29 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 140 | 0.76 | 0 | 0.26 | 0.25 | 159.17 | 0.61 | 0.46 |
| Hex | 2E | BE | 8C | 4C | 0 | 1A | 19 | 9F | 3D | 2E |
| Octal | 56 | 276 | 214 | 114 | 0 | 32 | 31 | 237 | 75 | 56 |
| Binary | 101110 | 10111110 | 10001100 | 1001100 | 0 | 11010 | 11001 | 10011111 | 111101 | 101110 |
Color Harmonies of #2EBE8C
Complementary color
Monochromatic Colors of #2EBE8C
Black with #2EBE8C
Text Example
Text Example
White with #2EBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE8C; }
p { color: rgb(46,190,140); }
H1.HeaderClassName
{
color: #2EBE8C;
}
.AnyTagClassName
{
color: #2EBE8C;
}
</style>
background-color css
<style>
a { background-color: #2EBE8C; }
a { background-color: rgb(46,190,140); }
div.DivClassName
{
background-color: #2EBE8C;
}
.BgClassName
{
background-color: #2EBE8C;
}
</style>
border-color css
<style>
span { border-color: #2EBE8C; }
span { border-color: rgb(46,190,140); }
td.TdClassName
{
border-color: #2EBE8C;
}
.TagClassName
{
border-color: #2EBE8C;
}
</style>