Color Hex Logo

#29995b Color Hex

#29995B
(41,153,91)
0 Favorites   0 Comments

Color spaces of #29995b

RGB 4115391
HSL0.410.580.38
HSV147°73°60°
CMYK 0.730.000.41   0.40
XYZ14.194024.009213.7837
Yxy24.00920.27300.4618
Hunter Lab48.9992-34.041017.6209
CIE-Lab56.0970-45.490523.8825

#29995b color RGB value is (41,153,91).

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

The process color (four color CMYK) of #29995b color hex is 0.73, 0.00, 0.41, 0.40. Web safe color of #29995b is #339966. Color #29995b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011001 01011011
Octal 51 231 133
Decimal 41 153 91
Hex 29 99 5B

RGB Percentages of Color #29995b

%14.39
%53.68
%31.93

CMYK Percentages of Color #29995b

%73
%0
%41
%40

Triadic Colors of #29995b

#29995b #5b2999 #995b29

Analogous Colors of #29995b

#29995b #299993 #2f9929

Monochromatic Colors of #29995b

#29995b

Complementary Color

#29995b #992967

#29995b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29995b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29995b Color CSS Codes

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

#29995b Text Font Color

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

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


#29995b Background Color

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

This div background color is #29995b


#29995b Border Color

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

This div border color is #29995b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29995b


Comments

No comments written yet.

Please login to write comment.