Shades of Shamrock #2ECB9D
Tints of Shamrock #2ECB9D
RGB
CMYK
RGB Variations
Color information
#2ECB9D (or 0x2ECB9D) is known color: Shamrock. HEX triplet: 2E, CB and 9D. RGB value is (46,203,157). Sum of RGB (Red+Green+Blue) = 46+203+157=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECB9D is #D13462. Grayscale: #969696. Windows color (decimal): -13710435 or 10341166. OLE color: 10341166.
HSL color Cylindrical-coordinate representation of color #2ECB9D: hue angle of 162.42º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECB9D is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 157 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.20 |
| HSL | 162.42º | 0.63% | 0.49% | - |
| HSV(B) | 162.42º | 0.77% | 0.8% | - |
| XYZ | 28.57 | 45.73 | 39.22 | - |
| YUV | 150.81 | 131.49 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 157 | 0.77 | 0 | 0.23 | 0.20 | 162.42 | 0.63 | 0.49 |
| Hex | 2E | CB | 9D | 4D | 0 | 17 | 14 | A2 | 3F | 31 |
| Octal | 56 | 313 | 235 | 115 | 0 | 27 | 24 | 242 | 77 | 61 |
| Binary | 101110 | 11001011 | 10011101 | 1001101 | 0 | 10111 | 10100 | 10100010 | 111111 | 110001 |
Color Harmonies of #2ECB9D
Complementary color
Monochromatic Colors of #2ECB9D
Black with #2ECB9D
Text Example
Text Example
White with #2ECB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB9D; }
p { color: rgb(46,203,157); }
H1.HeaderClassName
{
color: #2ECB9D;
}
.AnyTagClassName
{
color: #2ECB9D;
}
</style>
background-color css
<style>
a { background-color: #2ECB9D; }
a { background-color: rgb(46,203,157); }
div.DivClassName
{
background-color: #2ECB9D;
}
.BgClassName
{
background-color: #2ECB9D;
}
</style>
border-color css
<style>
span { border-color: #2ECB9D; }
span { border-color: rgb(46,203,157); }
td.TdClassName
{
border-color: #2ECB9D;
}
.TagClassName
{
border-color: #2ECB9D;
}
</style>