Color Hex Logo

#2d7551 Color Hex

#2D7551
(45,117,81)
0 Favorites   0 Comments

Color spaces of #2d7551

RGB 4511781
HSL0.420.440.32
HSV150°62°46°
CMYK 0.620.000.31   0.54
XYZ8.928713.87459.9920
Yxy13.87450.27230.4231
Hunter Lab37.2485-22.397310.1693
CIE-Lab44.0524-31.553313.3274

#2d7551 color RGB value is (45,117,81).

#2d7551 hex color red value is 45, green value is 117 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #2d7551 hue: 0.42 , saturation: 0.44 and the lightness value of 2d7551 is 0.32.

The process color (four color CMYK) of #2d7551 color hex is 0.62, 0.00, 0.31, 0.54. Web safe color of #2d7551 is #336666. Color #2d7551 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01110101 01010001
Octal 55 165 121
Decimal 45 117 81
Hex 2D 75 51

RGB Percentages of Color #2d7551

%18.52
%48.15
%33.33

CMYK Percentages of Color #2d7551

%62
%0
%31
%54

Triadic Colors of #2d7551

#2d7551 #512d75 #75512d

Analogous Colors of #2d7551

#2d7551 #2d7575 #2d752d

Monochromatic Colors of #2d7551

#2d7551

Complementary Color

#2d7551 #752d51

#2d7551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d7551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d7551 Color CSS Codes

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

#2d7551 Text Font Color

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

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


#2d7551 Background Color

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

This div background color is #2d7551


#2d7551 Border Color

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

This div border color is #2d7551


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,117,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2d7551; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2d7551;
  -webkit-box-shadow: 1px 1px 3px 2px #2d7551;
  box-shadow:         1px 1px 3px 2px #2d7551; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,117,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d7551


Comments

No comments written yet.

Please login to write comment.