Color Hex Logo

#2d763e Color Hex

#2D763E
(45,118,62)
0 Favorites   0 Comments

Color spaces of #2d763e

RGB 4511862
HSL0.370.450.32
HSV134°62°46°
CMYK 0.620.000.47   0.54
XYZ8.430113.86266.7889
Yxy13.86260.28990.4767
Hunter Lab37.2325-24.741315.2519
CIE-Lab44.0352-35.791424.2023

#2d763e color RGB value is (45,118,62).

#2d763e hex color red value is 45, green value is 118 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #2d763e hue: 0.37 , saturation: 0.45 and the lightness value of 2d763e is 0.32.

The process color (four color CMYK) of #2d763e color hex is 0.62, 0.00, 0.47, 0.54. Web safe color of #2d763e is #336633. Color #2d763e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01110110 00111110
Octal 55 166 76
Decimal 45 118 62
Hex 2D 76 3E

RGB Percentages of Color #2d763e

%20.00
%52.44
%27.56

CMYK Percentages of Color #2d763e

%62
%0
%47
%54

Triadic Colors of #2d763e

#2d763e #3e2d76 #763e2d

Analogous Colors of #2d763e

#2d763e #2d7663 #41762d

Monochromatic Colors of #2d763e

#2d763e

Complementary Color

#2d763e #762d65

#2d763e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d763e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d763e Color CSS Codes

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

#2d763e Text Font Color

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

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


#2d763e Background Color

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

This div background color is #2d763e


#2d763e Border Color

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

This div border color is #2d763e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d763e


Comments

No comments written yet.

Please login to write comment.