Color Hex Logo

#29834d Color Hex

#29834D
(41,131,77)
0 Favorites   0 Comments

Color spaces of #29834d

RGB 4113177
HSL0.400.520.34
HSV144°69°51°
CMYK 0.690.000.41   0.49
XYZ10.370317.23989.8022
Yxy17.23980.27720.4608
Hunter Lab41.5208-28.079115.0675
CIE-Lab48.5608-39.358221.6753

#29834d color RGB value is (41,131,77).

#29834d hex color red value is 41, green value is 131 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #29834d hue: 0.40 , saturation: 0.52 and the lightness value of 29834d is 0.34.

The process color (four color CMYK) of #29834d color hex is 0.69, 0.00, 0.41, 0.49. Web safe color of #29834d is #339966. Color #29834d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000011 01001101
Octal 51 203 115
Decimal 41 131 77
Hex 29 83 4D

RGB Percentages of Color #29834d

%16.47
%52.61
%30.92

CMYK Percentages of Color #29834d

%69
%0
%41
%49

Triadic Colors of #29834d

#29834d #4d2983 #834d29

Analogous Colors of #29834d

#29834d #29837a #328329

Monochromatic Colors of #29834d

#29834d

Complementary Color

#29834d #83295f

#29834d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29834d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29834d Color CSS Codes

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

#29834d Text Font Color

<p style="color:#29834d">Text here</p>

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


#29834d Background Color

<div style="background-color:#29834d">
Div content here</div>

This div background color is #29834d


#29834d Border Color

<div style="border:3px solid #29834d">
Div here</div>

This div border color is #29834d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,131,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29834d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29834d;
  -webkit-box-shadow: 1px 1px 3px 2px #29834d;
  box-shadow:         1px 1px 3px 2px #29834d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29834d


Comments

No comments written yet.

Please login to write comment.