Color Hex Logo

#295741 Color Hex

#295741
(41,87,65)
0 Favorites   0 Comments

Color spaces of #295741

RGB 418765
HSL0.420.360.25
HSV151°53°34°
CMYK 0.530.000.25   0.66
XYZ5.27687.66956.2033
Yxy7.66950.27560.4005
Hunter Lab27.6939-14.45286.1050
CIE-Lab33.2849-21.69238.0164

#295741 color RGB value is (41,87,65).

#295741 hex color red value is 41, green value is 87 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #295741 hue: 0.42 , saturation: 0.36 and the lightness value of 295741 is 0.25.

The process color (four color CMYK) of #295741 color hex is 0.53, 0.00, 0.25, 0.66. Web safe color of #295741 is #336633. Color #295741 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010111 01000001
Octal 51 127 101
Decimal 41 87 65
Hex 29 57 41

RGB Percentages of Color #295741

%21.24
%45.08
%33.68

CMYK Percentages of Color #295741

%53
%0
%25
%66

Triadic Colors of #295741

#295741 #412957 #574129

Analogous Colors of #295741

#295741 #295657 #29572a

Monochromatic Colors of #295741

#295741

Complementary Color

#295741 #57293f

#295741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295741 Color CSS Codes

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

#295741 Text Font Color

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

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


#295741 Background Color

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

This div background color is #295741


#295741 Border Color

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

This div border color is #295741


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,87,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #295741; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #295741;
  -webkit-box-shadow: 1px 1px 3px 2px #295741;
  box-shadow:         1px 1px 3px 2px #295741; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,87,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295741


Comments

No comments written yet.

Please login to write comment.