Color Hex Logo

#29b66d Color Hex

#29B66D
(41,182,109)
0 Favorites   0 Comments

Color spaces of #29b66d

RGB 41182109
HSL0.410.630.44
HSV149°77°71°
CMYK 0.770.000.40   0.29
XYZ20.402735.031420.1544
Yxy35.03140.26990.4634
Hunter Lab59.1873-42.046421.2418
CIE-Lab65.7731-53.092427.0069

#29b66d color RGB value is (41,182,109).

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

The process color (four color CMYK) of #29b66d color hex is 0.77, 0.00, 0.40, 0.29. Web safe color of #29b66d is #33cc66. Color #29b66d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10110110 01101101
Octal 51 266 155
Decimal 41 182 109
Hex 29 B6 6D

RGB Percentages of Color #29b66d

%12.35
%54.82
%32.83

CMYK Percentages of Color #29b66d

%77
%0
%40
%29

Triadic Colors of #29b66d

#29b66d #6d29b6 #b66d29

Analogous Colors of #29b66d

#29b66d #29b6b4 #2bb629

Monochromatic Colors of #29b66d

#29b66d

Complementary Color

#29b66d #b62972

#29b66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29b66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29b66d Color CSS Codes

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

#29b66d Text Font Color

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

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


#29b66d Background Color

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

This div background color is #29b66d


#29b66d Border Color

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

This div border color is #29b66d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,182,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 #29b66d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29b66d


Comments

No comments written yet.

Please login to write comment.