Color Hex Logo

#3aaa2c Color Hex

#3AAA2C
(58,170,44)
0 Favorites   0 Comments

Color spaces of #3aaa2c

RGB 5817044
HSL0.310.590.42
HSV113°74°67°
CMYK 0.660.000.74   0.33
XYZ16.574329.83087.2672
Yxy29.83080.30880.5558
Hunter Lab54.6176-41.413030.3434
CIE-Lab61.5080-54.744452.5074

#3aaa2c color RGB value is (58,170,44).

#3aaa2c hex color red value is 58, green value is 170 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #3aaa2c hue: 0.31 , saturation: 0.59 and the lightness value of 3aaa2c is 0.42.

The process color (four color CMYK) of #3aaa2c color hex is 0.66, 0.00, 0.74, 0.33. Web safe color of #3aaa2c is #339933. Color #3aaa2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101010 00101100
Octal 72 252 54
Decimal 58 170 44
Hex 3A AA 2C

RGB Percentages of Color #3aaa2c

%21.32
%62.50
%16.18

CMYK Percentages of Color #3aaa2c

%66
%0
%74
%33

Triadic Colors of #3aaa2c

#3aaa2c #2c3aaa #aa2c3a

Analogous Colors of #3aaa2c

#3aaa2c #2caa5d #79aa2c

Monochromatic Colors of #3aaa2c

#3aaa2c

Complementary Color

#3aaa2c #9c2caa

#3aaa2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaa2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaa2c Color CSS Codes

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

#3aaa2c Text Font Color

<p style="color:#3aaa2c">Text here</p>

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


#3aaa2c Background Color

<div style="background-color:#3aaa2c">
Div content here</div>

This div background color is #3aaa2c


#3aaa2c Border Color

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

This div border color is #3aaa2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,170,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3aaa2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3aaa2c;
  -webkit-box-shadow: 1px 1px 3px 2px #3aaa2c;
  box-shadow:         1px 1px 3px 2px #3aaa2c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaa2c


Comments

No comments written yet.

Please login to write comment.