#2EC19C

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

Shades of Shamrock #2EC19C

Tints of Shamrock #2EC19C

Color information

#2EC19C (or 0x2EC19C) is unknown color: approx Shamrock. HEX triplet: 2E, C1 and 9C. RGB value is (46,193,156). Sum of RGB (Red+Green+Blue) = 46+193+156=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC19C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC19C is #D13E63. Grayscale: #909090. Windows color (decimal): -13712996 or 10273070. OLE color: 10273070.

HSL color Cylindrical-coordinate representation of color #2EC19C: hue angle of 164.9º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC19C is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB46193156-
CMYK0.7600.190.24
HSL164.9º61.51%46.86%-
HSV(B)164.9º76.17%75.69%-
XYZ26.241.1238.01-
YUV144.83134.357.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.65%
GREEN value IS 193 (75.78% from 255) = 48.86%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=11.65%
G=48.86%
B=39.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461931560.7600.190.24164.961.5146.86
Hex2EC19C4C01318a53e2f
Octal56301234114023302457657
Binary101110110000011001110010011000100111100010100101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,193,156); }

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

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

 a { background-color: rgb(46,193,156); }

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

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

 span { border-color: rgb(46,193,156); }

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