Color Hex Logo

#2e943b Color Hex

#2E943B
(46,148,59)
0 Favorites   0 Comments

Color spaces of #2e943b

RGB 4614859
HSL0.350.530.38
HSV128°69°58°
CMYK 0.690.000.60   0.42
XYZ12.506022.07647.7397
Yxy22.07640.29550.5216
Hunter Lab46.9855-34.713923.1233
CIE-Lab54.1080-47.879638.0273

#2e943b color RGB value is (46,148,59).

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

The process color (four color CMYK) of #2e943b color hex is 0.69, 0.00, 0.60, 0.42. Web safe color of #2e943b is #339933. Color #2e943b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10010100 00111011
Octal 56 224 73
Decimal 46 148 59
Hex 2E 94 3B

RGB Percentages of Color #2e943b

%18.18
%58.50
%23.32

CMYK Percentages of Color #2e943b

%69
%0
%60
%42

Triadic Colors of #2e943b

#2e943b #3b2e94 #943b2e

Analogous Colors of #2e943b

#2e943b #2e946e #54942e

Monochromatic Colors of #2e943b

#2e943b

Complementary Color

#2e943b #942e87

#2e943b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e943b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e943b Color CSS Codes

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

#2e943b Text Font Color

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

This sample text font color is #2e943b
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.


#2e943b Background Color

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

This div background color is #2e943b


#2e943b Border Color

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

This div border color is #2e943b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,148,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 #2e943b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e943b


Comments

No comments written yet.

Please login to write comment.