#2EC298

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

Shades of Shamrock #2EC298

Tints of Shamrock #2EC298

Color information

#2EC298 (or 0x2EC298) is unknown color: approx Shamrock. HEX triplet: 2E, C2 and 98. RGB value is (46,194,152). Sum of RGB (Red+Green+Blue) = 46+194+152=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC298 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC298 is #D13D67. Grayscale: #909090. Windows color (decimal): -13712744 or 10011182. OLE color: 10011182.

HSL color Cylindrical-coordinate representation of color #2EC298: hue angle of 162.97º 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 #2EC298 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB46194152-
CMYK0.7600.220.24
HSL162.97º61.67%47.06%-
HSV(B)162.97º76.29%76.08%-
XYZ26.0941.4336.33-
YUV144.96131.9757.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.73%
GREEN value IS 194 (76.17% from 255) = 49.49%
BLUE value IS 152 (59.77% from 255) = 38.78%
R=11.73%
G=49.49%
B=38.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461941520.7600.220.24162.9761.6747.06
Hex2EC2984C01618a33e2f
Octal56302230114026302437657
Binary101110110000101001100010011000101101100010100011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,194,152); }

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

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

 a { background-color: rgb(46,194,152); }

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

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

 span { border-color: rgb(46,194,152); }

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