Color Hex Logo

#2c895f Color Hex

#2C895F
(44,137,95)
0 Favorites   0 Comments

Color spaces of #2c895f

RGB 4413795
HSL0.420.510.35
HSV153°68°54°
CMYK 0.680.000.31   0.46
XYZ12.049919.253013.9076
Yxy19.25300.26650.4259
Hunter Lab43.8782-27.767011.9223
CIE-Lab50.9819-37.535114.7633

#2c895f color RGB value is (44,137,95).

#2c895f hex color red value is 44, green value is 137 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #2c895f hue: 0.42 , saturation: 0.51 and the lightness value of 2c895f is 0.35.

The process color (four color CMYK) of #2c895f color hex is 0.68, 0.00, 0.31, 0.46. Web safe color of #2c895f is #339966. Color #2c895f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10001001 01011111
Octal 54 211 137
Decimal 44 137 95
Hex 2C 89 5F

RGB Percentages of Color #2c895f

%15.94
%49.64
%34.42

CMYK Percentages of Color #2c895f

%68
%0
%31
%46

Triadic Colors of #2c895f

#2c895f #5f2c89 #895f2c

Analogous Colors of #2c895f

#2c895f #2c8589 #2c8931

Monochromatic Colors of #2c895f

#2c895f

Complementary Color

#2c895f #892c56

#2c895f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c895f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c895f Color CSS Codes

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

#2c895f Text Font Color

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

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


#2c895f Background Color

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

This div background color is #2c895f


#2c895f Border Color

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

This div border color is #2c895f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,137,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2c895f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2c895f;
  -webkit-box-shadow: 1px 1px 3px 2px #2c895f;
  box-shadow:         1px 1px 3px 2px #2c895f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,137,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c895f


Comments

No comments written yet.

Please login to write comment.