#2EBD91

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

Shades of Shamrock #2EBD91

Tints of Shamrock #2EBD91

Color information

#2EBD91 (or 0x2EBD91) is unknown color: approx Shamrock. HEX triplet: 2E, BD and 91. RGB value is (46,189,145). Sum of RGB (Red+Green+Blue) = 46+189+145=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBD91 is #D1426E. Grayscale: #8D8D8D. Windows color (decimal): -13714031 or 9551150. OLE color: 9551150.

HSL color Cylindrical-coordinate representation of color #2EBD91: hue angle of 161.54º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBD91 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB46189145-
CMYK0.7600.230.26
HSL161.54º60.85%46.08%-
HSV(B)161.54º75.66%74.12%-
XYZ24.4439.0233.03-
YUV141.23130.1260.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.11%
GREEN value IS 189 (74.22% from 255) = 49.74%
BLUE value IS 145 (57.03% from 255) = 38.16%
R=12.11%
G=49.74%
B=38.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461891450.7600.230.26161.5460.8546.08
Hex2EBD914C0171Aa23d2e
Octal56275221114027322427556
Binary101110101111011001000110011000101111101010100010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,189,145); }

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

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

 a { background-color: rgb(46,189,145); }

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

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

 span { border-color: rgb(46,189,145); }

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