Color Hex Logo

#29a60d Color Hex

#29A60D
(41,166,13)
0 Favorites   0 Comments

Color spaces of #29a60d

RGB 4116613
HSL0.300.850.35
HSV109°92°65°
CMYK 0.750.000.92   0.35
XYZ14.623327.77294.9708
Yxy27.77290.30870.5863
Hunter Lab52.7000-42.694531.2976
CIE-Lab59.6830-58.299559.0078

#29a60d color RGB value is (41,166,13).

#29a60d hex color red value is 41, green value is 166 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #29a60d hue: 0.30 , saturation: 0.85 and the lightness value of 29a60d is 0.35.

The process color (four color CMYK) of #29a60d color hex is 0.75, 0.00, 0.92, 0.35. Web safe color of #29a60d is #339900. Color #29a60d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10100110 00001101
Octal 51 246 15
Decimal 41 166 13
Hex 29 A6 D

RGB Percentages of Color #29a60d

%18.64
%75.45
%5.91

CMYK Percentages of Color #29a60d

%75
%0
%92
%35

Triadic Colors of #29a60d

#29a60d #0d29a6 #a60d29

Analogous Colors of #29a60d

#29a60d #0da63e #76a60d

Monochromatic Colors of #29a60d

#29a60d

Complementary Color

#29a60d #8a0da6

#29a60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29a60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29a60d Color CSS Codes

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

#29a60d Text Font Color

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

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


#29a60d Background Color

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

This div background color is #29a60d


#29a60d Border Color

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

This div border color is #29a60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29a60d


Comments

No comments written yet.

Please login to write comment.