#2EC585

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

Shades of Shamrock #2EC585

Tints of Shamrock #2EC585

Color information

#2EC585 (or 0x2EC585) is unknown color: approx Shamrock. HEX triplet: 2E, C5 and 85. RGB value is (46,197,133). Sum of RGB (Red+Green+Blue) = 46+197+133=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC585 is #D13A7A. Grayscale: #909090. Windows color (decimal): -13711995 or 8766766. OLE color: 8766766.

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

Color convert

RGB46197133-
CMYK0.7700.320.23
HSL154.57º62.14%47.65%-
HSV(B)154.57º76.65%77.25%-
XYZ25.3342.2129-
YUV144.56121.4757.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.23%
GREEN value IS 197 (77.34% from 255) = 52.39%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=12.23%
G=52.39%
B=35.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461971330.7700.320.23154.5762.1447.65
Hex2EC5854D020179b3e30
Octal56305205115040272337660
Binary1011101100010110000101100110101000001011110011011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,197,133); }

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

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

 a { background-color: rgb(46,197,133); }

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

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

 span { border-color: rgb(46,197,133); }

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