Color Hex Logo

#2c7d4f Color Hex

#2C7D4F
(44,125,79)
0 Favorites   0 Comments

Color spaces of #2c7d4f

RGB 4412579
HSL0.410.480.33
HSV146°65°49°
CMYK 0.650.000.37   0.51
XYZ9.783615.76729.9249
Yxy15.76720.27580.4445
Hunter Lab39.7079-25.508412.9762
CIE-Lab46.6676-35.791218.0387

#2c7d4f color RGB value is (44,125,79).

#2c7d4f hex color red value is 44, green value is 125 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #2c7d4f hue: 0.41 , saturation: 0.48 and the lightness value of 2c7d4f is 0.33.

The process color (four color CMYK) of #2c7d4f color hex is 0.65, 0.00, 0.37, 0.51. Web safe color of #2c7d4f is #336666. Color #2c7d4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01111101 01001111
Octal 54 175 117
Decimal 44 125 79
Hex 2C 7D 4F

RGB Percentages of Color #2c7d4f

%17.74
%50.40
%31.85

CMYK Percentages of Color #2c7d4f

%65
%0
%37
%51

Triadic Colors of #2c7d4f

#2c7d4f #4f2c7d #7d4f2c

Analogous Colors of #2c7d4f

#2c7d4f #2c7d78 #327d2c

Monochromatic Colors of #2c7d4f

#2c7d4f

Complementary Color

#2c7d4f #7d2c5a

#2c7d4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c7d4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c7d4f Color CSS Codes

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

#2c7d4f Text Font Color

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

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


#2c7d4f Background Color

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

This div background color is #2c7d4f


#2c7d4f Border Color

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

This div border color is #2c7d4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,125,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 #2c7d4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c7d4f


Comments

No comments written yet.

Please login to write comment.