Color Hex Logo

#2a5539 Color Hex

#2A5539
(42,85,57)
0 Favorites   0 Comments

Color spaces of #2a5539

RGB 428557
HSL0.390.340.25
HSV141°51°33°
CMYK 0.510.000.33   0.67
XYZ4.94197.28465.0165
Yxy7.28460.28660.4225
Hunter Lab26.9900-14.54897.8731
CIE-Lab32.4462-22.201211.8294

#2a5539 color RGB value is (42,85,57).

#2a5539 hex color red value is 42, green value is 85 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #2a5539 hue: 0.39 , saturation: 0.34 and the lightness value of 2a5539 is 0.25.

The process color (four color CMYK) of #2a5539 color hex is 0.51, 0.00, 0.33, 0.67. Web safe color of #2a5539 is #336633. Color #2a5539 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01010101 00111001
Octal 52 125 71
Decimal 42 85 57
Hex 2A 55 39

RGB Percentages of Color #2a5539

%22.83
%46.20
%30.98

CMYK Percentages of Color #2a5539

%51
%0
%33
%67

Triadic Colors of #2a5539

#2a5539 #392a55 #55392a

Analogous Colors of #2a5539

#2a5539 #2a554f #31552a

Monochromatic Colors of #2a5539

#2a5539

Complementary Color

#2a5539 #552a46

#2a5539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a5539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a5539 Color CSS Codes

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

#2a5539 Text Font Color

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

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


#2a5539 Background Color

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

This div background color is #2a5539


#2a5539 Border Color

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

This div border color is #2a5539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a5539


Comments

No comments written yet.

Please login to write comment.