Color Hex Logo

#29a67a Color Hex

#29A67A
(41,166,122)
0 Favorites   0 Comments

Color spaces of #29a67a

RGB 41166122
HSL0.440.600.41
HSV159°75°65°
CMYK 0.750.000.27   0.35
XYZ18.063529.149023.0866
Yxy29.14900.25700.4146
Hunter Lab53.9898-34.761012.4399
CIE-Lab60.9129-44.052013.3480

#29a67a color RGB value is (41,166,122).

#29a67a hex color red value is 41, green value is 166 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #29a67a hue: 0.44 , saturation: 0.60 and the lightness value of 29a67a is 0.41.

The process color (four color CMYK) of #29a67a color hex is 0.75, 0.00, 0.27, 0.35. Web safe color of #29a67a is #339966. Color #29a67a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10100110 01111010
Octal 51 246 172
Decimal 41 166 122
Hex 29 A6 7A

RGB Percentages of Color #29a67a

%12.46
%50.46
%37.08

CMYK Percentages of Color #29a67a

%75
%0
%27
%35

Triadic Colors of #29a67a

#29a67a #7a29a6 #a67a29

Analogous Colors of #29a67a

#29a67a #2994a6 #29a63c

Monochromatic Colors of #29a67a

#29a67a

Complementary Color

#29a67a #a62955

#29a67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29a67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29a67a Color CSS Codes

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

#29a67a Text Font Color

<p style="color:#29a67a">Text here</p>

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


#29a67a Background Color

<div style="background-color:#29a67a">
Div content here</div>

This div background color is #29a67a


#29a67a Border Color

<div style="border:3px solid #29a67a">
Div here</div>

This div border color is #29a67a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,166,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29a67a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29a67a;
  -webkit-box-shadow: 1px 1px 3px 2px #29a67a;
  box-shadow:         1px 1px 3px 2px #29a67a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29a67a


Comments

No comments written yet.

Please login to write comment.