Color Hex Logo

#49af2e Color Hex

#49AF2E
(73,175,46)
0 Favorites   0 Comments

Color spaces of #49af2e

RGB 7317546
HSL0.300.580.43
HSV107°74°69°
CMYK 0.580.000.74   0.31
XYZ18.570832.27377.8354
Yxy32.27370.31650.5500
Hunter Lab56.8099-41.066931.5895
CIE-Lab63.5685-52.832153.9984

#49af2e color RGB value is (73,175,46).

#49af2e hex color red value is 73, green value is 175 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #49af2e hue: 0.30 , saturation: 0.58 and the lightness value of 49af2e is 0.43.

The process color (four color CMYK) of #49af2e color hex is 0.58, 0.00, 0.74, 0.31. Web safe color of #49af2e is #339933. Color #49af2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101111 00101110
Octal 111 257 56
Decimal 73 175 46
Hex 49 AF 2E

RGB Percentages of Color #49af2e

%24.83
%59.52
%15.65

CMYK Percentages of Color #49af2e

%58
%0
%74
%31

Triadic Colors of #49af2e

#49af2e #2e49af #af2e49

Analogous Colors of #49af2e

#49af2e #2eaf54 #8aaf2e

Monochromatic Colors of #49af2e

#49af2e

Complementary Color

#49af2e #942eaf

#49af2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49af2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49af2e Color CSS Codes

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

#49af2e Text Font Color

<p style="color:#49af2e">Text here</p>

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


#49af2e Background Color

<div style="background-color:#49af2e">
Div content here</div>

This div background color is #49af2e


#49af2e Border Color

<div style="border:3px solid #49af2e">
Div here</div>

This div border color is #49af2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,175,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49af2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49af2e;
  -webkit-box-shadow: 1px 1px 3px 2px #49af2e;
  box-shadow:         1px 1px 3px 2px #49af2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49af2e


Comments

No comments written yet.

Please login to write comment.