Color Hex Logo

#2c7d4a Color Hex

#2C7D4A
(44,125,74)
0 Favorites   0 Comments

Color spaces of #2c7d4a

RGB 4412574
HSL0.400.480.33
HSV142°65°49°
CMYK 0.650.000.41   0.51
XYZ9.608415.69719.0020
Yxy15.69710.28010.4575
Hunter Lab39.6196-26.045014.2624
CIE-Lab46.5746-36.797520.7595

#2c7d4a color RGB value is (44,125,74).

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

The process color (four color CMYK) of #2c7d4a color hex is 0.65, 0.00, 0.41, 0.51. Web safe color of #2c7d4a is #336633. Color #2c7d4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01111101 01001010
Octal 54 175 112
Decimal 44 125 74
Hex 2C 7D 4A

RGB Percentages of Color #2c7d4a

%18.11
%51.44
%30.45

CMYK Percentages of Color #2c7d4a

%65
%0
%41
%51

Triadic Colors of #2c7d4a

#2c7d4a #4a2c7d #7d4a2c

Analogous Colors of #2c7d4a

#2c7d4a #2c7d73 #377d2c

Monochromatic Colors of #2c7d4a

#2c7d4a

Complementary Color

#2c7d4a #7d2c5f

#2c7d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c7d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c7d4a Color CSS Codes

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

#2c7d4a Text Font Color

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

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


#2c7d4a Background Color

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

This div background color is #2c7d4a


#2c7d4a Border Color

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

This div border color is #2c7d4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c7d4a


Comments

No comments written yet.

Please login to write comment.