Color Hex Logo

#2aa511 Color Hex

#2AA511
(42,165,17)
0 Favorites   0 Comments

Color spaces of #2aa511

RGB 4216517
HSL0.310.810.36
HSV110°90°65°
CMYK 0.750.000.90   0.35
XYZ14.511227.44305.0625
Yxy27.44300.30860.5837
Hunter Lab52.3861-42.230230.9406
CIE-Lab59.3821-57.689158.0522

#2aa511 color RGB value is (42,165,17).

#2aa511 hex color red value is 42, green value is 165 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #2aa511 hue: 0.31 , saturation: 0.81 and the lightness value of 2aa511 is 0.36.

The process color (four color CMYK) of #2aa511 color hex is 0.75, 0.00, 0.90, 0.35. Web safe color of #2aa511 is #339900. Color #2aa511 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10100101 00010001
Octal 52 245 21
Decimal 42 165 17
Hex 2A A5 11

RGB Percentages of Color #2aa511

%18.75
%73.66
%7.59

CMYK Percentages of Color #2aa511

%75
%0
%90
%35

Triadic Colors of #2aa511

#2aa511 #112aa5 #a5112a

Analogous Colors of #2aa511

#2aa511 #11a542 #74a511

Monochromatic Colors of #2aa511

#2aa511

Complementary Color

#2aa511 #8c11a5

#2aa511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aa511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aa511 Color CSS Codes

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

#2aa511 Text Font Color

<p style="color:#2aa511">Text here</p>

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


#2aa511 Background Color

<div style="background-color:#2aa511">
Div content here</div>

This div background color is #2aa511


#2aa511 Border Color

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

This div border color is #2aa511


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,165,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2aa511; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2aa511;
  -webkit-box-shadow: 1px 1px 3px 2px #2aa511;
  box-shadow:         1px 1px 3px 2px #2aa511; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,165,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aa511


Comments

No comments written yet.

Please login to write comment.