Color Hex Logo

#2e9a3b Color Hex

#2E9A3B
(46,154,59)
0 Favorites   0 Comments

Color spaces of #2e9a3b

RGB 4615459
HSL0.350.540.39
HSV127°70°60°
CMYK 0.700.000.62   0.40
XYZ13.471724.00788.0616
Yxy24.00780.29580.5272
Hunter Lab48.9978-36.668324.5434
CIE-Lab56.0956-50.062740.3212

#2e9a3b color RGB value is (46,154,59).

#2e9a3b hex color red value is 46, green value is 154 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #2e9a3b hue: 0.35 , saturation: 0.54 and the lightness value of 2e9a3b is 0.39.

The process color (four color CMYK) of #2e9a3b color hex is 0.70, 0.00, 0.62, 0.40. Web safe color of #2e9a3b is #339933. Color #2e9a3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011010 00111011
Octal 56 232 73
Decimal 46 154 59
Hex 2E 9A 3B

RGB Percentages of Color #2e9a3b

%17.76
%59.46
%22.78

CMYK Percentages of Color #2e9a3b

%70
%0
%62
%40

Triadic Colors of #2e9a3b

#2e9a3b #3b2e9a #9a3b2e

Analogous Colors of #2e9a3b

#2e9a3b #2e9a71 #579a2e

Monochromatic Colors of #2e9a3b

#2e9a3b

Complementary Color

#2e9a3b #9a2e8d

#2e9a3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9a3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9a3b Color CSS Codes

.mybgcolor {background-color:#2e9a3b; } 
.myforecolor {color:#2e9a3b; }
.mybordercolor {border:3px solid #2e9a3b; }

#2e9a3b Text Font Color

<p style="color:#2e9a3b">Text here</p>

This sample text font color is #2e9a3b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2e9a3b Background Color

<div style="background-color:#2e9a3b">
Div content here</div>

This div background color is #2e9a3b


#2e9a3b Border Color

<div style="border:3px solid #2e9a3b">
Div here</div>

This div border color is #2e9a3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,154,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2e9a3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2e9a3b;
  -webkit-box-shadow: 1px 1px 3px 2px #2e9a3b;
  box-shadow:         1px 1px 3px 2px #2e9a3b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,154,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2e9a3b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2e9a3b;
  -webkit-box-shadow: 1px 1px 3px 2px #2e9a3b;
  box-shadow:         1px 1px 3px 2px #2e9a3b;">
Div content here</div>

This div box has shadow with color #2e9a3b


Comments

No comments written yet.

Please login to write comment.