Color Hex Logo

#29905b Color Hex

#29905B
(41,144,91)
0 Favorites   0 Comments

Color spaces of #29905b

RGB 4114491
HSL0.410.560.36
HSV149°72°56°
CMYK 0.720.000.37   0.44
XYZ12.776021.173313.3110
Yxy21.17330.27030.4480
Hunter Lab46.0145-30.964415.0588
CIE-Lab53.1386-41.884319.9432

#29905b color RGB value is (41,144,91).

#29905b hex color red value is 41, green value is 144 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #29905b hue: 0.41 , saturation: 0.56 and the lightness value of 29905b is 0.36.

The process color (four color CMYK) of #29905b color hex is 0.72, 0.00, 0.37, 0.44. Web safe color of #29905b is #339966. Color #29905b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010000 01011011
Octal 51 220 133
Decimal 41 144 91
Hex 29 90 5B

RGB Percentages of Color #29905b

%14.86
%52.17
%32.97

CMYK Percentages of Color #29905b

%72
%0
%37
%44

Triadic Colors of #29905b

#29905b #5b2990 #905b29

Analogous Colors of #29905b

#29905b #29908f #2b9029

Monochromatic Colors of #29905b

#29905b

Complementary Color

#29905b #90295e

#29905b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29905b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29905b Color CSS Codes

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

#29905b Text Font Color

<p style="color:#29905b">Text here</p>

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


#29905b Background Color

<div style="background-color:#29905b">
Div content here</div>

This div background color is #29905b


#29905b Border Color

<div style="border:3px solid #29905b">
Div here</div>

This div border color is #29905b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,144,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29905b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29905b;
  -webkit-box-shadow: 1px 1px 3px 2px #29905b;
  box-shadow:         1px 1px 3px 2px #29905b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29905b


Comments

No comments written yet.

Please login to write comment.