Color Hex Logo

#29853b Color Hex

#29853B
(41,133,59)
0 Favorites   0 Comments

Color spaces of #29853b

RGB 4113359
HSL0.370.530.34
HSV132°69°52°
CMYK 0.690.000.56   0.48
XYZ10.091417.56226.9957
Yxy17.56220.29120.5069
Hunter Lab41.9073-30.354419.4376
CIE-Lab48.9607-43.243531.8974

#29853b color RGB value is (41,133,59).

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

The process color (four color CMYK) of #29853b color hex is 0.69, 0.00, 0.56, 0.48. Web safe color of #29853b is #339933. Color #29853b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000101 00111011
Octal 51 205 73
Decimal 41 133 59
Hex 29 85 3B

RGB Percentages of Color #29853b

%17.60
%57.08
%25.32

CMYK Percentages of Color #29853b

%69
%0
%56
%48

Triadic Colors of #29853b

#29853b #3b2985 #853b29

Analogous Colors of #29853b

#29853b #298569 #458529

Monochromatic Colors of #29853b

#29853b

Complementary Color

#29853b #852973

#29853b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29853b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29853b Color CSS Codes

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

#29853b Text Font Color

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

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


#29853b Background Color

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

This div background color is #29853b


#29853b Border Color

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

This div border color is #29853b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29853b


Comments

No comments written yet.

Please login to write comment.