Color Hex Logo

#29842f Color Hex

#29842F
(41,132,47)
0 Favorites   0 Comments

Color spaces of #29842f

RGB 4113247
HSL0.340.530.34
HSV124°69°52°
CMYK 0.690.000.64   0.48
XYZ9.678817.17925.4951
Yxy17.17920.29920.5310
Hunter Lab41.4478-30.850721.1529
CIE-Lab48.4850-44.464937.2713

#29842f color RGB value is (41,132,47).

#29842f hex color red value is 41, green value is 132 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #29842f hue: 0.34 , saturation: 0.53 and the lightness value of 29842f is 0.34.

The process color (four color CMYK) of #29842f color hex is 0.69, 0.00, 0.64, 0.48. Web safe color of #29842f is #339933. Color #29842f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000100 00101111
Octal 51 204 57
Decimal 41 132 47
Hex 29 84 2F

RGB Percentages of Color #29842f

%18.64
%60.00
%21.36

CMYK Percentages of Color #29842f

%69
%0
%64
%48

Triadic Colors of #29842f

#29842f #2f2984 #842f29

Analogous Colors of #29842f

#29842f #29845d #518429

Monochromatic Colors of #29842f

#29842f

Complementary Color

#29842f #84297e

#29842f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29842f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29842f Color CSS Codes

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

#29842f Text Font Color

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

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


#29842f Background Color

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

This div background color is #29842f


#29842f Border Color

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

This div border color is #29842f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29842f


Comments

No comments written yet.

Please login to write comment.