Color Hex Logo

#29855b Color Hex

#29855B
(41,133,91)
0 Favorites   0 Comments

Color spaces of #29855b

RGB 4113391
HSL0.420.530.34
HSV153°69°52°
CMYK 0.690.000.32   0.48
XYZ11.190318.001812.7824
Yxy18.00180.26660.4289
Hunter Lab42.4285-27.171511.8377
CIE-Lab49.4983-37.261014.9985

#29855b color RGB value is (41,133,91).

#29855b hex color red value is 41, green value is 133 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #29855b hue: 0.42 , saturation: 0.53 and the lightness value of 29855b is 0.34.

The process color (four color CMYK) of #29855b color hex is 0.69, 0.00, 0.32, 0.48. Web safe color of #29855b is #339966. Color #29855b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000101 01011011
Octal 51 205 133
Decimal 41 133 91
Hex 29 85 5B

RGB Percentages of Color #29855b

%15.47
%50.19
%34.34

CMYK Percentages of Color #29855b

%69
%0
%32
%48

Triadic Colors of #29855b

#29855b #5b2985 #855b29

Analogous Colors of #29855b

#29855b #298185 #29852d

Monochromatic Colors of #29855b

#29855b

Complementary Color

#29855b #852953

#29855b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29855b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29855b Color CSS Codes

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

#29855b Text Font Color

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

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


#29855b Background Color

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

This div background color is #29855b


#29855b Border Color

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

This div border color is #29855b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29855b


Comments

No comments written yet.

Please login to write comment.