color codes Logo

#29a13f color codes

#29A13F
(41,161,63)
0 Favorites   0 Comments

Color spaces of #29a13f

RGB 4116163
HSL0.360.590.40
HSV131°75°63°
CMYK 0.750.000.61   0.37
XYZ14.556526.32009.0157
Yxy26.32000.29180.5275
Hunter Lab51.3030-39.133525.4928
CIE-Lab58.3396-52.917440.9998

#29a13f color RGB value is (41,161,63).

#29a13f hex color red value is 41, green value is 161 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #29a13f hue: 0.36 , saturation: 0.59 and the lightness value of 29a13f is 0.40.

The process color (four color CMYK) of #29a13f color code is 0.75, 0.00, 0.61, 0.37. Web safe color of #29a13f is #339933. Color #29a13f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10100001 00111111
Octal 51 241 77
Decimal 41 161 63
Hex 29 A1 3F

RGB Percentages of Color #29a13f

%15.47
%60.75
%23.77

CMYK Percentages of Color #29a13f

%75
%0
%61
%37

Triadic Colors of #29a13f

#29a13f #3f29a1 #a13f29

Analogous Colors of #29a13f

#29a13f #29a17b #4fa129

Monochromatic Colors of #29a13f

#29a13f

Complementary Color

#29a13f #a1298b

#29a13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29a13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29a13f Color CSS Codes

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

#29a13f Text Font Color

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

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


#29a13f Background Color

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

This div background color is #29a13f


#29a13f Border Color

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

This div border color is #29a13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29a13f


Comments

No comments written yet.

Please login to write comment.