#2EC7A2

Color #2EC7A2 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2EC7A2

Tints of Shamrock #2EC7A2

Color information

#2EC7A2 (or 0x2EC7A2) is unknown color: approx Shamrock. HEX triplet: 2E, C7 and A2. RGB value is (46,199,162). Sum of RGB (Red+Green+Blue) = 46+199+162=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC7A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC7A2 is #D1385D. Grayscale: #959595. Windows color (decimal): -13711454 or 10667822. OLE color: 10667822.

HSL color Cylindrical-coordinate representation of color #2EC7A2: hue angle of 165.49º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC7A2 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB46199162-
CMYK0.7700.190.22
HSL165.49º62.45%48.04%-
HSV(B)165.49º76.88%78.04%-
XYZ28.0744.0441.2-
YUV149.03135.3154.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 11.30%
GREEN value IS 199 (78.12% from 255) = 48.89%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=11.30%
G=48.89%
B=39.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal461991620.7700.190.22165.4962.4548.04
Hex2EC7A24D01316a53e30
Octal56307242115023262457660
Binary101110110001111010001010011010100111011010100101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EC7A2; }

 p { color: rgb(46,199,162); }

 H1.HeaderClassName
 {
   color: #2EC7A2;
 }
 .AnyTagClassName
 {
   color: #2EC7A2;
 }
</style>
background-color css

<style>
 a { background-color: #2EC7A2; }

 a { background-color: rgb(46,199,162); }

 div.DivClassName
 {
   background-color: #2EC7A2;
 }
 .BgClassName
 {
   background-color: #2EC7A2;
 }
</style>
border-color css

<style>
 span { border-color: #2EC7A2; }

 span { border-color: rgb(46,199,162); }

 td.TdClassName
 {
   border-color: #2EC7A2;
 }
 .TagClassName
 {
   border-color: #2EC7A2;
 }
</style>