Color Hex Logo

#2d7425 Color Hex

#2D7425
(45,116,37)
0 Favorites   0 Comments

Color spaces of #2d7425

RGB 4511637
HSL0.320.520.30
HSV114°68°45°
CMYK 0.610.000.68   0.55
XYZ7.661513.18223.8909
Yxy13.18220.30970.5329
Hunter Lab36.3073-25.871019.0613
CIE-Lab43.0365-38.480335.9112

#2d7425 color RGB value is (45,116,37).

#2d7425 hex color red value is 45, green value is 116 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #2d7425 hue: 0.32 , saturation: 0.52 and the lightness value of 2d7425 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 01110100 00100101
Octal 55 164 45
Decimal 45 116 37
Hex 2D 74 25

RGB Percentages of Color #2d7425

%22.73
%58.59
%18.69

CMYK Percentages of Color #2d7425

%61
%0
%68
%55

Triadic Colors of #2d7425

#2d7425 #252d74 #74252d

Analogous Colors of #2d7425

#2d7425 #257445 #557425

Monochromatic Colors of #2d7425

#2d7425

Complementary Color

#2d7425 #6c2574

#2d7425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d7425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d7425 Color CSS Codes

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

#2d7425 Text Font Color

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

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


#2d7425 Background Color

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

This div background color is #2d7425


#2d7425 Border Color

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

This div border color is #2d7425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d7425


Comments

No comments written yet.

Please login to write comment.