Color Hex Logo

#29483a Color Hex

#29483A
(41,72,58)
0 Favorites   0 Comments

Color spaces of #29483a

RGB 417258
HSL0.420.270.22
HSV153°43°28°
CMYK 0.430.000.19   0.72
XYZ3.99555.41164.8370
Yxy5.41160.28050.3799
Hunter Lab23.2628-10.05183.9559
CIE-Lab27.8766-15.27094.8164

#29483a color RGB value is (41,72,58).

#29483a hex color red value is 41, green value is 72 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #29483a hue: 0.42 , saturation: 0.27 and the lightness value of 29483a is 0.22.

The process color (four color CMYK) of #29483a color hex is 0.43, 0.00, 0.19, 0.72. Web safe color of #29483a is #333333. Color #29483a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001000 00111010
Octal 51 110 72
Decimal 41 72 58
Hex 29 48 3A

RGB Percentages of Color #29483a

%23.98
%42.11
%33.92

CMYK Percentages of Color #29483a

%43
%0
%19
%72

Triadic Colors of #29483a

#29483a #3a2948 #483a29

Analogous Colors of #29483a

#29483a #294748 #29482b

Monochromatic Colors of #29483a

#29483a

Complementary Color

#29483a #482937

#29483a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29483a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29483a Color CSS Codes

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

#29483a Text Font Color

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

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


#29483a Background Color

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

This div background color is #29483a


#29483a Border Color

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

This div border color is #29483a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29483a


Comments

No comments written yet.

Please login to write comment.