Color Hex Logo

#2c874f Color Hex

#2C874F
(44,135,79)
0 Favorites   0 Comments

Color spaces of #2c874f

RGB 4413579
HSL0.400.510.35
HSV143°67°53°
CMYK 0.670.000.41   0.47
XYZ11.114018.427910.3683
Yxy18.42790.27850.4617
Hunter Lab42.9277-28.909815.7291
CIE-Lab50.0110-40.029422.4823

#2c874f color RGB value is (44,135,79).

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

The process color (four color CMYK) of #2c874f color hex is 0.67, 0.00, 0.41, 0.47. Web safe color of #2c874f is #339966. Color #2c874f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10000111 01001111
Octal 54 207 117
Decimal 44 135 79
Hex 2C 87 4F

RGB Percentages of Color #2c874f

%17.05
%52.33
%30.62

CMYK Percentages of Color #2c874f

%67
%0
%41
%47

Triadic Colors of #2c874f

#2c874f #4f2c87 #874f2c

Analogous Colors of #2c874f

#2c874f #2c877d #37872c

Monochromatic Colors of #2c874f

#2c874f

Complementary Color

#2c874f #872c64

#2c874f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c874f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c874f Color CSS Codes

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

#2c874f Text Font Color

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

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


#2c874f Background Color

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

This div background color is #2c874f


#2c874f Border Color

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

This div border color is #2c874f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c874f


Comments

No comments written yet.

Please login to write comment.