Color Hex Logo

#2a824d Color Hex

#2A824D
(42,130,77)
0 Favorites   0 Comments

Color spaces of #2a824d

RGB 4213077
HSL0.400.510.34
HSV144°68°51°
CMYK 0.680.000.41   0.49
XYZ10.277016.99339.7596
Yxy16.99330.27750.4589
Hunter Lab41.2229-27.639514.8190
CIE-Lab48.2516-38.744221.2722

#2a824d color RGB value is (42,130,77).

#2a824d hex color red value is 42, green value is 130 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #2a824d hue: 0.40 , saturation: 0.51 and the lightness value of 2a824d is 0.34.

The process color (four color CMYK) of #2a824d color hex is 0.68, 0.00, 0.41, 0.49. Web safe color of #2a824d is #339966. Color #2a824d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10000010 01001101
Octal 52 202 115
Decimal 42 130 77
Hex 2A 82 4D

RGB Percentages of Color #2a824d

%16.87
%52.21
%30.92

CMYK Percentages of Color #2a824d

%68
%0
%41
%49

Triadic Colors of #2a824d

#2a824d #4d2a82 #824d2a

Analogous Colors of #2a824d

#2a824d #2a8279 #33822a

Monochromatic Colors of #2a824d

#2a824d

Complementary Color

#2a824d #822a5f

#2a824d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a824d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a824d Color CSS Codes

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

#2a824d Text Font Color

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

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


#2a824d Background Color

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

This div background color is #2a824d


#2a824d Border Color

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

This div border color is #2a824d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a824d


Comments

No comments written yet.

Please login to write comment.