Color Hex Logo

#2d733f Color Hex

#2D733F
(45,115,63)
0 Favorites   0 Comments

Color spaces of #2d733f

RGB 4511563
HSL0.380.440.31
HSV135°61°45°
CMYK 0.610.000.45   0.55
XYZ8.110113.17826.8188
Yxy13.17820.28850.4689
Hunter Lab36.3018-23.649914.2744
CIE-Lab43.0305-34.318722.3538

#2d733f color RGB value is (45,115,63).

#2d733f hex color red value is 45, green value is 115 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #2d733f hue: 0.38 , saturation: 0.44 and the lightness value of 2d733f is 0.31.

The process color (four color CMYK) of #2d733f color hex is 0.61, 0.00, 0.45, 0.55. Web safe color of #2d733f is #336633. Color #2d733f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01110011 00111111
Octal 55 163 77
Decimal 45 115 63
Hex 2D 73 3F

RGB Percentages of Color #2d733f

%20.18
%51.57
%28.25

CMYK Percentages of Color #2d733f

%61
%0
%45
%55

Triadic Colors of #2d733f

#2d733f #3f2d73 #733f2d

Analogous Colors of #2d733f

#2d733f #2d7362 #3e732d

Monochromatic Colors of #2d733f

#2d733f

Complementary Color

#2d733f #732d61

#2d733f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d733f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d733f Color CSS Codes

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

#2d733f Text Font Color

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

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


#2d733f Background Color

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

This div background color is #2d733f


#2d733f Border Color

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

This div border color is #2d733f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d733f


Comments

No comments written yet.

Please login to write comment.