Shades of Shamrock #2EC985
Tints of Shamrock #2EC985
RGB
CMYK
RGB Variations
Color information
#2EC985 (or 0x2EC985) is known color: Shamrock. HEX triplet: 2E, C9 and 85. RGB value is (46,201,133). Sum of RGB (Red+Green+Blue) = 46+201+133=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC985 is #D1367A. Grayscale: #939393. Windows color (decimal): -13710971 or 8767790. OLE color: 8767790.
HSL color Cylindrical-coordinate representation of color #2EC985: hue angle of 153.68º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC985 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 133 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.21 |
| HSL | 153.68º | 0.63% | 0.48% | - |
| HSV(B) | 153.68º | 0.77% | 0.79% | - |
| XYZ | 26.25 | 44.05 | 29.31 | - |
| YUV | 146.9 | 120.15 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 133 | 0.77 | 0 | 0.34 | 0.21 | 153.68 | 0.63 | 0.48 |
| Hex | 2E | C9 | 85 | 4D | 0 | 22 | 15 | 9A | 3F | 30 |
| Octal | 56 | 311 | 205 | 115 | 0 | 42 | 25 | 232 | 77 | 60 |
| Binary | 101110 | 11001001 | 10000101 | 1001101 | 0 | 100010 | 10101 | 10011010 | 111111 | 110000 |
Color Harmonies of #2EC985
Complementary color
Monochromatic Colors of #2EC985
Black with #2EC985
Text Example
Text Example
White with #2EC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC985; }
p { color: rgb(46,201,133); }
H1.HeaderClassName
{
color: #2EC985;
}
.AnyTagClassName
{
color: #2EC985;
}
</style>
background-color css
<style>
a { background-color: #2EC985; }
a { background-color: rgb(46,201,133); }
div.DivClassName
{
background-color: #2EC985;
}
.BgClassName
{
background-color: #2EC985;
}
</style>
border-color css
<style>
span { border-color: #2EC985; }
span { border-color: rgb(46,201,133); }
td.TdClassName
{
border-color: #2EC985;
}
.TagClassName
{
border-color: #2EC985;
}
</style>