Html Css Color HEX #2EBC91 Shamrock

📋 copy color: '#2EBC91'

red 46 ◦ green 188 ◦ blue 145

#2EBC91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #2EBC91

Tints of Shamrock #2EBC91

RGB

 RED value IS 46 (18.36% from 255) = 12.14%

 GREEN value IS 188 (73.83% from 255) = 49.6%

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 12.14%
G = 49.6%
B = 38.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#2EBC91 (or 0x2EBC91) is known color: Shamrock. HEX triplet: 2E, BC and 91. RGB value is (46,188,145). Sum of RGB (Red+Green+Blue) = 46+188+145=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC91 is #D1436E. Grayscale: #8C8C8C. Windows color (decimal): -13714287 or 9550894. OLE color: 9550894.

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

Color convert

RGB 46 188 145 -
CMYK 0.76 0 0.23 0.26
HSL 161.83º 0.61% 0.46% -
HSV(B) 161.83º 0.76% 0.74% -
XYZ 24.22 38.59 32.96 -
YUV 140.64 130.46 60.5 -
System Red Green Blue C M Y K H S L
Decimal 46 188 145 0.76 0 0.23 0.26 161.83 0.61 0.46
Hex 2E BC 91 4C 0 17 1A A2 3D 2E
Octal 56 274 221 114 0 27 32 242 75 56
Binary 101110 10111100 10010001 1001100 0 10111 11010 10100010 111101 101110

Color Harmonies of #2EBC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC91

Black with #2EBC91

Text Example


Text Example

White with #2EBC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EBC91;
 }
 .AnyTagClassName
 {
   color: #2EBC91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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