Shades of Shamrock #2ECF8C
Tints of Shamrock #2ECF8C
RGB
CMYK
RGB Variations
Color information
#2ECF8C (or 0x2ECF8C) is known color: Shamrock. HEX triplet: 2E, CF and 8C. RGB value is (46,207,140). Sum of RGB (Red+Green+Blue) = 46+207+140=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECF8C is #D13073. Grayscale: #979797. Windows color (decimal): -13709428 or 9228078. OLE color: 9228078.
HSL color Cylindrical-coordinate representation of color #2ECF8C: hue angle of 155.03º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECF8C is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 140 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.19 |
| HSL | 155.03º | 0.64% | 0.5% | - |
| HSV(B) | 155.03º | 0.78% | 0.81% | - |
| XYZ | 28.17 | 47.1 | 32.42 | - |
| YUV | 151.22 | 121.66 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 140 | 0.78 | 0 | 0.32 | 0.19 | 155.03 | 0.64 | 0.5 |
| Hex | 2E | CF | 8C | 4E | 0 | 20 | 13 | 9B | 40 | 32 |
| Octal | 56 | 317 | 214 | 116 | 0 | 40 | 23 | 233 | 100 | 62 |
| Binary | 101110 | 11001111 | 10001100 | 1001110 | 0 | 100000 | 10011 | 10011011 | 1000000 | 110010 |
Color Harmonies of #2ECF8C
Complementary color
Monochromatic Colors of #2ECF8C
Black with #2ECF8C
Text Example
Text Example
White with #2ECF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF8C; }
p { color: rgb(46,207,140); }
H1.HeaderClassName
{
color: #2ECF8C;
}
.AnyTagClassName
{
color: #2ECF8C;
}
</style>
background-color css
<style>
a { background-color: #2ECF8C; }
a { background-color: rgb(46,207,140); }
div.DivClassName
{
background-color: #2ECF8C;
}
.BgClassName
{
background-color: #2ECF8C;
}
</style>
border-color css
<style>
span { border-color: #2ECF8C; }
span { border-color: rgb(46,207,140); }
td.TdClassName
{
border-color: #2ECF8C;
}
.TagClassName
{
border-color: #2ECF8C;
}
</style>