Color Hex Logo

#47aa1c Color Hex

#47AA1C
(71,170,28)
0 Favorites   0 Comments

Color spaces of #47aa1c

RGB 7117028
HSL0.280.720.39
HSV102°84°67°
CMYK 0.580.000.84   0.33
XYZ17.182930.17296.0169
Yxy30.17290.32190.5653
Hunter Lab54.9299-40.289731.9564
CIE-Lab61.8031-52.638657.9645

#47aa1c color RGB value is (71,170,28).

#47aa1c hex color red value is 71, green value is 170 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #47aa1c hue: 0.28 , saturation: 0.72 and the lightness value of 47aa1c is 0.39.

The process color (four color CMYK) of #47aa1c color hex is 0.58, 0.00, 0.84, 0.33. Web safe color of #47aa1c is #339933. Color #47aa1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101010 00011100
Octal 107 252 34
Decimal 71 170 28
Hex 47 AA 1C

RGB Percentages of Color #47aa1c

%26.39
%63.20
%10.41

CMYK Percentages of Color #47aa1c

%58
%0
%84
%33

Triadic Colors of #47aa1c

#47aa1c #1c47aa #aa1c47

Analogous Colors of #47aa1c

#47aa1c #1caa38 #8eaa1c

Monochromatic Colors of #47aa1c

#47aa1c

Complementary Color

#47aa1c #7f1caa

#47aa1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47aa1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47aa1c Color CSS Codes

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

#47aa1c Text Font Color

<p style="color:#47aa1c">Text here</p>

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


#47aa1c Background Color

<div style="background-color:#47aa1c">
Div content here</div>

This div background color is #47aa1c


#47aa1c Border Color

<div style="border:3px solid #47aa1c">
Div here</div>

This div border color is #47aa1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,170,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47aa1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47aa1c;
  -webkit-box-shadow: 1px 1px 3px 2px #47aa1c;
  box-shadow:         1px 1px 3px 2px #47aa1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,170,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 #47aa1c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47aa1c


Comments

No comments written yet.

Please login to write comment.