Color Hex Logo

#29830d Color Hex

#29830D
(41,131,13)
0 Favorites   0 Comments

Color spaces of #29830d

RGB 4113113
HSL0.290.820.28
HSV106°90°51°
CMYK 0.690.000.90   0.49
XYZ9.103416.73313.1308
Yxy16.73310.31430.5777
Hunter Lab40.9061-31.861624.0964
CIE-Lab47.9220-46.759648.9383

#29830d color RGB value is (41,131,13).

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

The process color (four color CMYK) of #29830d color hex is 0.69, 0.00, 0.90, 0.49. Web safe color of #29830d is #339900. Color #29830d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000011 00001101
Octal 51 203 15
Decimal 41 131 13
Hex 29 83 D

RGB Percentages of Color #29830d

%22.16
%70.81
%7.03

CMYK Percentages of Color #29830d

%69
%0
%90
%49

Triadic Colors of #29830d

#29830d #0d2983 #830d29

Analogous Colors of #29830d

#29830d #0d832c #64830d

Monochromatic Colors of #29830d

#29830d

Complementary Color

#29830d #670d83

#29830d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29830d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29830d Color CSS Codes

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

#29830d Text Font Color

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

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


#29830d Background Color

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

This div background color is #29830d


#29830d Border Color

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

This div border color is #29830d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29830d


Comments

No comments written yet.

Please login to write comment.