Shades of Shamrock #2EBE90
Tints of Shamrock #2EBE90
RGB
CMYK
RGB Variations
Color information
#2EBE90 (or 0x2EBE90) is known color: Shamrock. HEX triplet: 2E, BE and 90. RGB value is (46,190,144). Sum of RGB (Red+Green+Blue) = 46+190+144=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBE90 is #D1416F. Grayscale: #8D8D8D. Windows color (decimal): -13713776 or 9485870. OLE color: 9485870.
HSL color Cylindrical-coordinate representation of color #2EBE90: hue angle of 160.83º 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 #2EBE90 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 144 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.25 |
| HSL | 160.83º | 0.61% | 0.46% | - |
| HSV(B) | 160.83º | 0.76% | 0.75% | - |
| XYZ | 24.57 | 39.42 | 32.7 | - |
| YUV | 141.7 | 129.29 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 144 | 0.76 | 0 | 0.24 | 0.25 | 160.83 | 0.61 | 0.46 |
| Hex | 2E | BE | 90 | 4C | 0 | 18 | 19 | A1 | 3D | 2E |
| Octal | 56 | 276 | 220 | 114 | 0 | 30 | 31 | 241 | 75 | 56 |
| Binary | 101110 | 10111110 | 10010000 | 1001100 | 0 | 11000 | 11001 | 10100001 | 111101 | 101110 |
Color Harmonies of #2EBE90
Complementary color
Monochromatic Colors of #2EBE90
Black with #2EBE90
Text Example
Text Example
White with #2EBE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE90; }
p { color: rgb(46,190,144); }
H1.HeaderClassName
{
color: #2EBE90;
}
.AnyTagClassName
{
color: #2EBE90;
}
</style>
background-color css
<style>
a { background-color: #2EBE90; }
a { background-color: rgb(46,190,144); }
div.DivClassName
{
background-color: #2EBE90;
}
.BgClassName
{
background-color: #2EBE90;
}
</style>
border-color css
<style>
span { border-color: #2EBE90; }
span { border-color: rgb(46,190,144); }
td.TdClassName
{
border-color: #2EBE90;
}
.TagClassName
{
border-color: #2EBE90;
}
</style>