Color Hex Logo

#2a9d4a Color Hex

#2A9D4A
(42,157,74)
0 Favorites   0 Comments

Color spaces of #2a9d4a

RGB 4215774
HSL0.380.580.39
HSV137°73°62°
CMYK 0.730.000.53   0.38
XYZ14.247825.100610.5725
Yxy25.10060.28540.5028
Hunter Lab50.1005-36.913322.5586
CIE-Lab57.1733-49.795034.2354

#2a9d4a color RGB value is (42,157,74).

#2a9d4a hex color red value is 42, green value is 157 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #2a9d4a hue: 0.38 , saturation: 0.58 and the lightness value of 2a9d4a is 0.39.

The process color (four color CMYK) of #2a9d4a color hex is 0.73, 0.00, 0.53, 0.38. Web safe color of #2a9d4a is #339933. Color #2a9d4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10011101 01001010
Octal 52 235 112
Decimal 42 157 74
Hex 2A 9D 4A

RGB Percentages of Color #2a9d4a

%15.38
%57.51
%27.11

CMYK Percentages of Color #2a9d4a

%73
%0
%53
%38

Triadic Colors of #2a9d4a

#2a9d4a #4a2a9d #9d4a2a

Analogous Colors of #2a9d4a

#2a9d4a #2a9d84 #449d2a

Monochromatic Colors of #2a9d4a

#2a9d4a

Complementary Color

#2a9d4a #9d2a7d

#2a9d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a9d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a9d4a Color CSS Codes

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

#2a9d4a Text Font Color

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

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


#2a9d4a Background Color

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

This div background color is #2a9d4a


#2a9d4a Border Color

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

This div border color is #2a9d4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a9d4a


Comments

No comments written yet.

Please login to write comment.