Color Hex Logo

#49a829 Color Hex

#49A829
(73,168,41)
0 Favorites   0 Comments

Color spaces of #49a829

RGB 7316841
HSL0.290.610.41
HSV105°76°66°
CMYK 0.570.000.76   0.34
XYZ17.150529.58186.9038
Yxy29.58180.31980.5515
Hunter Lab54.3892-38.894730.5465
CIE-Lab61.2917-50.612053.5100

#49a829 color RGB value is (73,168,41).

#49a829 hex color red value is 73, green value is 168 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #49a829 hue: 0.29 , saturation: 0.61 and the lightness value of 49a829 is 0.41.

The process color (four color CMYK) of #49a829 color hex is 0.57, 0.00, 0.76, 0.34. Web safe color of #49a829 is #339933. Color #49a829 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101000 00101001
Octal 111 250 51
Decimal 73 168 41
Hex 49 A8 29

RGB Percentages of Color #49a829

%25.89
%59.57
%14.54

CMYK Percentages of Color #49a829

%57
%0
%76
%34

Triadic Colors of #49a829

#49a829 #2949a8 #a82949

Analogous Colors of #49a829

#49a829 #29a849 #89a829

Monochromatic Colors of #49a829

#49a829

Complementary Color

#49a829 #8829a8

#49a829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49a829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49a829 Color CSS Codes

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

#49a829 Text Font Color

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

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


#49a829 Background Color

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

This div background color is #49a829


#49a829 Border Color

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

This div border color is #49a829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49a829


Comments

No comments written yet.

Please login to write comment.