Shades of Shamrock #2ED795
Tints of Shamrock #2ED795
RGB
CMYK
RGB Variations
Color information
#2ED795 (or 0x2ED795) is known color: Shamrock. HEX triplet: 2E, D7 and 95. RGB value is (46,215,149). Sum of RGB (Red+Green+Blue) = 46+215+149=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED795 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED795 is #D1286A. Grayscale: #9D9D9D. Windows color (decimal): -13707371 or 9819950. OLE color: 9819950.
HSL color Cylindrical-coordinate representation of color #2ED795: hue angle of 156.57º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED795 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 149 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.16 |
| HSL | 156.57º | 0.68% | 0.51% | - |
| HSV(B) | 156.57º | 0.79% | 0.84% | - |
| XYZ | 30.85 | 51.35 | 36.72 | - |
| YUV | 156.95 | 123.51 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 149 | 0.79 | 0 | 0.31 | 0.16 | 156.57 | 0.68 | 0.51 |
| Hex | 2E | D7 | 95 | 4F | 0 | 1F | 10 | 9D | 44 | 33 |
| Octal | 56 | 327 | 225 | 117 | 0 | 37 | 20 | 235 | 104 | 63 |
| Binary | 101110 | 11010111 | 10010101 | 1001111 | 0 | 11111 | 10000 | 10011101 | 1000100 | 110011 |
Color Harmonies of #2ED795
Complementary color
Monochromatic Colors of #2ED795
Black with #2ED795
Text Example
Text Example
White with #2ED795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED795; }
p { color: rgb(46,215,149); }
H1.HeaderClassName
{
color: #2ED795;
}
.AnyTagClassName
{
color: #2ED795;
}
</style>
background-color css
<style>
a { background-color: #2ED795; }
a { background-color: rgb(46,215,149); }
div.DivClassName
{
background-color: #2ED795;
}
.BgClassName
{
background-color: #2ED795;
}
</style>
border-color css
<style>
span { border-color: #2ED795; }
span { border-color: rgb(46,215,149); }
td.TdClassName
{
border-color: #2ED795;
}
.TagClassName
{
border-color: #2ED795;
}
</style>