Color Hex Logo

#729d1c Color Hex

#729D1C
(114,157,28)
0 Favorites   0 Comments

Color spaces of #729d1c

RGB 11415728
HSL0.220.700.36
HSV80°82°62°
CMYK 0.270.000.82   0.38
XYZ19.206027.77525.4475
Yxy27.77520.36630.5298
Hunter Lab52.7022-27.178930.7631
CIE-Lab59.6851-32.822556.7958

#729d1c color RGB value is (114,157,28).

#729d1c hex color red value is 114, green value is 157 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #729d1c hue: 0.22 , saturation: 0.70 and the lightness value of 729d1c is 0.36.

The process color (four color CMYK) of #729d1c color hex is 0.27, 0.00, 0.82, 0.38. Web safe color of #729d1c is #669933. Color #729d1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011101 00011100
Octal 162 235 34
Decimal 114 157 28
Hex 72 9D 1C

RGB Percentages of Color #729d1c

%38.13
%52.51
%9.36

CMYK Percentages of Color #729d1c

%27
%0
%82
%38

Triadic Colors of #729d1c

#729d1c #1c729d #9d1c72

Analogous Colors of #729d1c

#729d1c #329d1c #9d881c

Monochromatic Colors of #729d1c

#729d1c

Complementary Color

#729d1c #471c9d

#729d1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729d1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#729d1c Color CSS Codes

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

#729d1c Text Font Color

<p style="color:#729d1c">Text here</p>

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


#729d1c Background Color

<div style="background-color:#729d1c">
Div content here</div>

This div background color is #729d1c


#729d1c Border Color

<div style="border:3px solid #729d1c">
Div here</div>

This div border color is #729d1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,157,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #729d1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #729d1c;
  -webkit-box-shadow: 1px 1px 3px 2px #729d1c;
  box-shadow:         1px 1px 3px 2px #729d1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,157,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729d1c


Comments

No comments written yet.

Please login to write comment.