Color Hex Logo

#29630d Color Hex

#29630D
(41,99,13)
0 Favorites   0 Comments

Color spaces of #29630d

RGB 419913
HSL0.280.770.22
HSV100°87°39°
CMYK 0.590.000.87   0.61
XYZ5.44899.42421.9126
Yxy9.42420.32460.5614
Hunter Lab30.6989-22.040117.7953
CIE-Lab36.7885-34.742739.0249

#29630d color RGB value is (41,99,13).

#29630d hex color red value is 41, green value is 99 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #29630d hue: 0.28 , saturation: 0.77 and the lightness value of 29630d is 0.22.

The process color (four color CMYK) of #29630d color hex is 0.59, 0.00, 0.87, 0.61. Web safe color of #29630d is #336600. Color #29630d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01100011 00001101
Octal 51 143 15
Decimal 41 99 13
Hex 29 63 D

RGB Percentages of Color #29630d

%26.80
%64.71
%8.50

CMYK Percentages of Color #29630d

%59
%0
%87
%61

Triadic Colors of #29630d

#29630d #0d2963 #630d29

Analogous Colors of #29630d

#29630d #0d631c #54630d

Monochromatic Colors of #29630d

#29630d

Complementary Color

#29630d #470d63

#29630d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29630d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29630d Color CSS Codes

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

#29630d Text Font Color

<p style="color:#29630d">Text here</p>

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


#29630d Background Color

<div style="background-color:#29630d">
Div content here</div>

This div background color is #29630d


#29630d Border Color

<div style="border:3px solid #29630d">
Div here</div>

This div border color is #29630d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29630d


Comments

No comments written yet.

Please login to write comment.