Color Hex Logo

#29832f Color Hex

#29832F
(41,131,47)
0 Favorites   0 Comments

Color spaces of #29832f

RGB 4113147
HSL0.340.520.34
HSV124°69°51°
CMYK 0.690.000.64   0.49
XYZ9.543816.90935.4501
Yxy16.90930.29910.5300
Hunter Lab41.1209-30.533320.9264
CIE-Lab48.1455-44.092236.8883

#29832f color RGB value is (41,131,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000011 00101111
Octal 51 203 57
Decimal 41 131 47
Hex 29 83 2F

RGB Percentages of Color #29832f

%18.72
%59.82
%21.46

CMYK Percentages of Color #29832f

%69
%0
%64
%49

Triadic Colors of #29832f

#29832f #2f2983 #832f29

Analogous Colors of #29832f

#29832f #29835c #508329

Monochromatic Colors of #29832f

#29832f

Complementary Color

#29832f #83297d

#29832f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29832f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29832f Color CSS Codes

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

#29832f Text Font Color

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

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


#29832f Background Color

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

This div background color is #29832f


#29832f Border Color

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

This div border color is #29832f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29832f


Comments

No comments written yet.

Please login to write comment.