Color Hex Logo

#29905f Color Hex

#29905F
(41,144,95)
0 Favorites   0 Comments

Color spaces of #29905f

RGB 4114495
HSL0.420.560.36
HSV151°72°56°
CMYK 0.720.000.34   0.44
XYZ12.953321.244214.2443
Yxy21.24420.26740.4386
Hunter Lab46.0914-30.495313.9408
CIE-Lab53.2157-41.037217.8084

#29905f color RGB value is (41,144,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010000 01011111
Octal 51 220 137
Decimal 41 144 95
Hex 29 90 5F

RGB Percentages of Color #29905f

%14.64
%51.43
%33.93

CMYK Percentages of Color #29905f

%72
%0
%34
%44

Triadic Colors of #29905f

#29905f #5f2990 #905f29

Analogous Colors of #29905f

#29905f #298e90 #29902c

Monochromatic Colors of #29905f

#29905f

Complementary Color

#29905f #90295a

#29905f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29905f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29905f Color CSS Codes

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

#29905f Text Font Color

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

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


#29905f Background Color

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

This div background color is #29905f


#29905f Border Color

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

This div border color is #29905f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29905f


Comments

No comments written yet.

Please login to write comment.