Shades of Shamrock #2ECD91
Tints of Shamrock #2ECD91
RGB
CMYK
RGB Variations
Color information
#2ECD91 (or 0x2ECD91) is known color: Shamrock. HEX triplet: 2E, CD and 91. RGB value is (46,205,145). Sum of RGB (Red+Green+Blue) = 46+205+145=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECD91 is #D1326E. Grayscale: #969696. Windows color (decimal): -13709935 or 9555246. OLE color: 9555246.
HSL color Cylindrical-coordinate representation of color #2ECD91: hue angle of 157.36º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECD91 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 145 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.20 |
| HSL | 157.36º | 0.63% | 0.49% | - |
| HSV(B) | 157.36º | 0.78% | 0.8% | - |
| XYZ | 28.07 | 46.29 | 34.24 | - |
| YUV | 150.62 | 124.82 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 145 | 0.78 | 0 | 0.29 | 0.20 | 157.36 | 0.63 | 0.49 |
| Hex | 2E | CD | 91 | 4E | 0 | 1D | 14 | 9D | 3F | 31 |
| Octal | 56 | 315 | 221 | 116 | 0 | 35 | 24 | 235 | 77 | 61 |
| Binary | 101110 | 11001101 | 10010001 | 1001110 | 0 | 11101 | 10100 | 10011101 | 111111 | 110001 |
Color Harmonies of #2ECD91
Complementary color
Monochromatic Colors of #2ECD91
Black with #2ECD91
Text Example
Text Example
White with #2ECD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD91; }
p { color: rgb(46,205,145); }
H1.HeaderClassName
{
color: #2ECD91;
}
.AnyTagClassName
{
color: #2ECD91;
}
</style>
background-color css
<style>
a { background-color: #2ECD91; }
a { background-color: rgb(46,205,145); }
div.DivClassName
{
background-color: #2ECD91;
}
.BgClassName
{
background-color: #2ECD91;
}
</style>
border-color css
<style>
span { border-color: #2ECD91; }
span { border-color: rgb(46,205,145); }
td.TdClassName
{
border-color: #2ECD91;
}
.TagClassName
{
border-color: #2ECD91;
}
</style>