Shades of Shamrock #2ECC8B
Tints of Shamrock #2ECC8B
RGB
CMYK
RGB Variations
Color information
#2ECC8B (or 0x2ECC8B) is known color: Shamrock. HEX triplet: 2E, CC and 8B. RGB value is (46,204,139). Sum of RGB (Red+Green+Blue) = 46+204+139=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECC8B is #D13374. Grayscale: #959595. Windows color (decimal): -13710197 or 9161774. OLE color: 9161774.
HSL color Cylindrical-coordinate representation of color #2ECC8B: hue angle of 155.32º 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 #2ECC8B is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 139 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.2 |
| HSL | 155.32º | 0.63% | 0.49% | - |
| HSV(B) | 155.32º | 0.77% | 0.8% | - |
| XYZ | 27.38 | 45.63 | 31.79 | - |
| YUV | 149.35 | 122.15 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 139 | 0.77 | 0 | 0.32 | 0.2 | 155.32 | 0.63 | 0.49 |
| Hex | 2E | CC | 8B | 4D | 0 | 20 | 14 | 9B | 3F | 31 |
| Octal | 56 | 314 | 213 | 115 | 0 | 40 | 24 | 233 | 77 | 61 |
| Binary | 101110 | 11001100 | 10001011 | 1001101 | 0 | 100000 | 10100 | 10011011 | 111111 | 110001 |
Color Harmonies of #2ECC8B
Complementary color
Monochromatic Colors of #2ECC8B
Black with #2ECC8B
Text Example
Text Example
White with #2ECC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC8B; }
p { color: rgb(46,204,139); }
H1.HeaderClassName
{
color: #2ECC8B;
}
.AnyTagClassName
{
color: #2ECC8B;
}
</style>
background-color css
<style>
a { background-color: #2ECC8B; }
a { background-color: rgb(46,204,139); }
div.DivClassName
{
background-color: #2ECC8B;
}
.BgClassName
{
background-color: #2ECC8B;
}
</style>
border-color css
<style>
span { border-color: #2ECC8B; }
span { border-color: rgb(46,204,139); }
td.TdClassName
{
border-color: #2ECC8B;
}
.TagClassName
{
border-color: #2ECC8B;
}
</style>