Color Hex Logo

#29a030 Color Hex

#29A030
(41,160,48)
0 Favorites   0 Comments

Color spaces of #29a030

RGB 4116048
HSL0.340.590.39
HSV124°74°63°
CMYK 0.740.000.70   0.37
XYZ14.018825.82647.0424
Yxy25.82640.29900.5508
Hunter Lab50.8197-39.694527.3576
CIE-Lab57.8719-54.236947.0836

#29a030 color RGB value is (41,160,48).

#29a030 hex color red value is 41, green value is 160 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #29a030 hue: 0.34 , saturation: 0.59 and the lightness value of 29a030 is 0.39.

The process color (four color CMYK) of #29a030 color hex is 0.74, 0.00, 0.70, 0.37. Web safe color of #29a030 is #339933. Color #29a030 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10100000 00110000
Octal 51 240 60
Decimal 41 160 48
Hex 29 A0 30

RGB Percentages of Color #29a030

%16.47
%64.26
%19.28

CMYK Percentages of Color #29a030

%74
%0
%70
%37

Triadic Colors of #29a030

#29a030 #3029a0 #a03029

Analogous Colors of #29a030

#29a030 #29a06c #5ea029

Monochromatic Colors of #29a030

#29a030

Complementary Color

#29a030 #a02999

#29a030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29a030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29a030 Color CSS Codes

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

#29a030 Text Font Color

<p style="color:#29a030">Text here</p>

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


#29a030 Background Color

<div style="background-color:#29a030">
Div content here</div>

This div background color is #29a030


#29a030 Border Color

<div style="border:3px solid #29a030">
Div here</div>

This div border color is #29a030


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,160,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29a030; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29a030;
  -webkit-box-shadow: 1px 1px 3px 2px #29a030;
  box-shadow:         1px 1px 3px 2px #29a030; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29a030


Comments

No comments written yet.

Please login to write comment.