Shades of Shamrock #2ECB8A
Tints of Shamrock #2ECB8A
RGB
CMYK
RGB Variations
Color information
#2ECB8A (or 0x2ECB8A) is known color: Shamrock. HEX triplet: 2E, CB and 8A. RGB value is (46,203,138). Sum of RGB (Red+Green+Blue) = 46+203+138=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECB8A is #D13475. Grayscale: #949494. Windows color (decimal): -13710454 or 9095982. OLE color: 9095982.
HSL color Cylindrical-coordinate representation of color #2ECB8A: hue angle of 155.16º 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 #2ECB8A is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 138 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.20 |
| HSL | 155.16º | 0.63% | 0.49% | - |
| HSV(B) | 155.16º | 0.77% | 0.8% | - |
| XYZ | 27.07 | 45.13 | 31.33 | - |
| YUV | 148.65 | 121.99 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 138 | 0.77 | 0 | 0.32 | 0.20 | 155.16 | 0.63 | 0.49 |
| Hex | 2E | CB | 8A | 4D | 0 | 20 | 14 | 9B | 3F | 31 |
| Octal | 56 | 313 | 212 | 115 | 0 | 40 | 24 | 233 | 77 | 61 |
| Binary | 101110 | 11001011 | 10001010 | 1001101 | 0 | 100000 | 10100 | 10011011 | 111111 | 110001 |
Color Harmonies of #2ECB8A
Complementary color
Monochromatic Colors of #2ECB8A
Black with #2ECB8A
Text Example
Text Example
White with #2ECB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB8A; }
p { color: rgb(46,203,138); }
H1.HeaderClassName
{
color: #2ECB8A;
}
.AnyTagClassName
{
color: #2ECB8A;
}
</style>
background-color css
<style>
a { background-color: #2ECB8A; }
a { background-color: rgb(46,203,138); }
div.DivClassName
{
background-color: #2ECB8A;
}
.BgClassName
{
background-color: #2ECB8A;
}
</style>
border-color css
<style>
span { border-color: #2ECB8A; }
span { border-color: rgb(46,203,138); }
td.TdClassName
{
border-color: #2ECB8A;
}
.TagClassName
{
border-color: #2ECB8A;
}
</style>