Color Hex Logo

#2aa36b Color Hex

#2AA36B
(42,163,107)
0 Favorites   0 Comments

Color spaces of #2aa36b

RGB 42163107
HSL0.420.590.40
HSV152°74°64°
CMYK 0.740.000.34   0.36
XYZ16.705927.748218.3854
Yxy27.74820.26590.4416
Hunter Lab52.6766-35.574316.1799
CIE-Lab59.6606-46.044219.9055

#2aa36b color RGB value is (42,163,107).

#2aa36b hex color red value is 42, green value is 163 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #2aa36b hue: 0.42 , saturation: 0.59 and the lightness value of 2aa36b is 0.40.

The process color (four color CMYK) of #2aa36b color hex is 0.74, 0.00, 0.34, 0.36. Web safe color of #2aa36b is #339966. Color #2aa36b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10100011 01101011
Octal 52 243 153
Decimal 42 163 107
Hex 2A A3 6B

RGB Percentages of Color #2aa36b

%13.46
%52.24
%34.29

CMYK Percentages of Color #2aa36b

%74
%0
%34
%36

Triadic Colors of #2aa36b

#2aa36b #6b2aa3 #a36b2a

Analogous Colors of #2aa36b

#2aa36b #2a9fa3 #2aa32f

Monochromatic Colors of #2aa36b

#2aa36b

Complementary Color

#2aa36b #a32a62

#2aa36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aa36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aa36b Color CSS Codes

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

#2aa36b Text Font Color

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

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


#2aa36b Background Color

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

This div background color is #2aa36b


#2aa36b Border Color

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

This div border color is #2aa36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aa36b


Comments

No comments written yet.

Please login to write comment.