Shades of Shamrock #2EBD9A
Tints of Shamrock #2EBD9A
RGB
CMYK
RGB Variations
Color information
#2EBD9A (or 0x2EBD9A) is known color: Shamrock. HEX triplet: 2E, BD and 9A. RGB value is (46,189,154). Sum of RGB (Red+Green+Blue) = 46+189+154=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBD9A is #D14265. Grayscale: #8E8E8E. Windows color (decimal): -13714022 or 10140974. OLE color: 10140974.
HSL color Cylindrical-coordinate representation of color #2EBD9A: hue angle of 165.31º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBD9A is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 154 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.26 |
| HSL | 165.31º | 0.61% | 0.46% | - |
| HSV(B) | 165.31º | 0.76% | 0.74% | - |
| XYZ | 25.16 | 39.31 | 36.83 | - |
| YUV | 142.25 | 134.62 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 154 | 0.76 | 0 | 0.19 | 0.26 | 165.31 | 0.61 | 0.46 |
| Hex | 2E | BD | 9A | 4C | 0 | 13 | 1A | A5 | 3D | 2E |
| Octal | 56 | 275 | 232 | 114 | 0 | 23 | 32 | 245 | 75 | 56 |
| Binary | 101110 | 10111101 | 10011010 | 1001100 | 0 | 10011 | 11010 | 10100101 | 111101 | 101110 |
Color Harmonies of #2EBD9A
Complementary color
Monochromatic Colors of #2EBD9A
Black with #2EBD9A
Text Example
Text Example
White with #2EBD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBD9A; }
p { color: rgb(46,189,154); }
H1.HeaderClassName
{
color: #2EBD9A;
}
.AnyTagClassName
{
color: #2EBD9A;
}
</style>
background-color css
<style>
a { background-color: #2EBD9A; }
a { background-color: rgb(46,189,154); }
div.DivClassName
{
background-color: #2EBD9A;
}
.BgClassName
{
background-color: #2EBD9A;
}
</style>
border-color css
<style>
span { border-color: #2EBD9A; }
span { border-color: rgb(46,189,154); }
td.TdClassName
{
border-color: #2EBD9A;
}
.TagClassName
{
border-color: #2EBD9A;
}
</style>