Color Hex Logo

#29a26d Color Hex

#29A26D
(41,162,109)
0 Favorites   0 Comments

Color spaces of #29a26d

RGB 41162109
HSL0.430.600.40
HSV154°75°64°
CMYK 0.750.000.33   0.36
XYZ16.595127.416218.8852
Yxy27.41620.26380.4359
Hunter Lab52.3605-35.057215.2678
CIE-Lab59.3576-45.358918.3904

#29a26d color RGB value is (41,162,109).

#29a26d hex color red value is 41, green value is 162 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #29a26d hue: 0.43 , saturation: 0.60 and the lightness value of 29a26d is 0.40.

The process color (four color CMYK) of #29a26d color hex is 0.75, 0.00, 0.33, 0.36. Web safe color of #29a26d is #339966. Color #29a26d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10100010 01101101
Octal 51 242 155
Decimal 41 162 109
Hex 29 A2 6D

RGB Percentages of Color #29a26d

%13.14
%51.92
%34.94

CMYK Percentages of Color #29a26d

%75
%0
%33
%36

Triadic Colors of #29a26d

#29a26d #6d29a2 #a26d29

Analogous Colors of #29a26d

#29a26d #299ba2 #29a231

Monochromatic Colors of #29a26d

#29a26d

Complementary Color

#29a26d #a2295e

#29a26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29a26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29a26d Color CSS Codes

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

#29a26d Text Font Color

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

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


#29a26d Background Color

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

This div background color is #29a26d


#29a26d Border Color

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

This div border color is #29a26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29a26d


Comments

No comments written yet.

Please login to write comment.