Color Hex Logo

#2aa817 Color Hex

#2AA817
(42,168,23)
0 Favorites   0 Comments

Color spaces of #2aa817

RGB 4216823
HSL0.310.760.37
HSV112°86°66°
CMYK 0.750.000.86   0.34
XYZ15.112128.55945.5266
Yxy28.55940.30720.5805
Hunter Lab53.4410-43.045331.2772
CIE-Lab60.3908-58.397857.6575

#2aa817 color RGB value is (42,168,23).

#2aa817 hex color red value is 42, green value is 168 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #2aa817 hue: 0.31 , saturation: 0.76 and the lightness value of 2aa817 is 0.37.

The process color (four color CMYK) of #2aa817 color hex is 0.75, 0.00, 0.86, 0.34. Web safe color of #2aa817 is #339900. Color #2aa817 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101000 00010111
Octal 52 250 27
Decimal 42 168 23
Hex 2A A8 17

RGB Percentages of Color #2aa817

%18.03
%72.10
%9.87

CMYK Percentages of Color #2aa817

%75
%0
%86
%34

Triadic Colors of #2aa817

#2aa817 #172aa8 #a8172a

Analogous Colors of #2aa817

#2aa817 #17a84d #73a817

Monochromatic Colors of #2aa817

#2aa817

Complementary Color

#2aa817 #9517a8

#2aa817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aa817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aa817 Color CSS Codes

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

#2aa817 Text Font Color

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

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


#2aa817 Background Color

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

This div background color is #2aa817


#2aa817 Border Color

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

This div border color is #2aa817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aa817


Comments

No comments written yet.

Please login to write comment.