Color Hex Logo

#29947f Color Hex

#29947F
(41,148,127)
0 Favorites   0 Comments

Color spaces of #29947f

RGB 41148127
HSL0.470.570.37
HSV168°72°58°
CMYK 0.720.000.14   0.42
XYZ15.335123.183523.7453
Yxy23.18350.24630.3723
Hunter Lab48.1492-27.41054.4650
CIE-Lab55.2608-34.96012.4794

#29947f color RGB value is (41,148,127).

#29947f hex color red value is 41, green value is 148 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #29947f hue: 0.47 , saturation: 0.57 and the lightness value of 29947f is 0.37.

The process color (four color CMYK) of #29947f color hex is 0.72, 0.00, 0.14, 0.42. Web safe color of #29947f is #339966. Color #29947f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010100 01111111
Octal 51 224 177
Decimal 41 148 127
Hex 29 94 7F

RGB Percentages of Color #29947f

%12.97
%46.84
%40.19

CMYK Percentages of Color #29947f

%72
%0
%14
%42

Triadic Colors of #29947f

#29947f #7f2994 #947f29

Analogous Colors of #29947f

#29947f #297494 #29944a

Monochromatic Colors of #29947f

#29947f

Complementary Color

#29947f #94293e

#29947f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29947f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29947f Color CSS Codes

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

#29947f Text Font Color

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

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


#29947f Background Color

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

This div background color is #29947f


#29947f Border Color

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

This div border color is #29947f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29947f


Comments

No comments written yet.

Please login to write comment.