#2EBD90

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

Shades of Shamrock #2EBD90

Tints of Shamrock #2EBD90

Color information

#2EBD90 (or 0x2EBD90) is unknown color: approx Shamrock. HEX triplet: 2E, BD and 90. RGB value is (46,189,144). Sum of RGB (Red+Green+Blue) = 46+189+144=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBD90 is #D1426F. Grayscale: #8D8D8D. Windows color (decimal): -13714032 or 9485614. OLE color: 9485614.

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

Color convert

RGB46189144-
CMYK0.7600.240.26
HSL161.12º60.85%46.08%-
HSV(B)161.12º75.66%74.12%-
XYZ24.3638.9932.63-
YUV141.11129.6260.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.14%
GREEN value IS 189 (74.22% from 255) = 49.87%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=12.14%
G=49.87%
B=37.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461891440.7600.240.26161.1260.8546.08
Hex2EBD904C0181Aa13d2e
Octal56275220114030322417556
Binary101110101111011001000010011000110001101010100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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