Color Hex Logo

#29980a Color Hex

#29980A
(41,152,10)
0 Favorites   0 Comments

Color spaces of #29980a

RGB 4115210
HSL0.300.880.32
HSV107°93°60°
CMYK 0.730.000.93   0.40
XYZ12.197522.94984.0740
Yxy22.94980.31100.5851
Hunter Lab47.9059-38.386928.4920
CIE-Lab55.0206-53.921955.5558

#29980a color RGB value is (41,152,10).

#29980a hex color red value is 41, green value is 152 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #29980a hue: 0.30 , saturation: 0.88 and the lightness value of 29980a is 0.32.

The process color (four color CMYK) of #29980a color hex is 0.73, 0.00, 0.93, 0.40. Web safe color of #29980a is #339900. Color #29980a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10011000 00001010
Octal 51 230 12
Decimal 41 152 10
Hex 29 98 A

RGB Percentages of Color #29980a

%20.20
%74.88
%4.93

CMYK Percentages of Color #29980a

%73
%0
%93
%40

Triadic Colors of #29980a

#29980a #0a2998 #980a29

Analogous Colors of #29980a

#29980a #0a9832 #70980a

Monochromatic Colors of #29980a

#29980a

Complementary Color

#29980a #790a98

#29980a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29980a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29980a Color CSS Codes

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

#29980a Text Font Color

<p style="color:#29980a">Text here</p>

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


#29980a Background Color

<div style="background-color:#29980a">
Div content here</div>

This div background color is #29980a


#29980a Border Color

<div style="border:3px solid #29980a">
Div here</div>

This div border color is #29980a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,152,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29980a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29980a;
  -webkit-box-shadow: 1px 1px 3px 2px #29980a;
  box-shadow:         1px 1px 3px 2px #29980a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29980a


Comments

No comments written yet.

Please login to write comment.