Color Hex Logo

#295a3e Color Hex

#295A3E
(41,90,62)
0 Favorites   0 Comments

Color spaces of #295a3e

RGB 419062
HSL0.400.370.26
HSV146°54°35°
CMYK 0.540.000.31   0.65
XYZ5.44018.13155.8402
Yxy8.13150.28020.4189
Hunter Lab28.5158-15.84937.8181
CIE-Lab34.2553-23.927411.2213

#295a3e color RGB value is (41,90,62).

#295a3e hex color red value is 41, green value is 90 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #295a3e hue: 0.40 , saturation: 0.37 and the lightness value of 295a3e is 0.26.

The process color (four color CMYK) of #295a3e color hex is 0.54, 0.00, 0.31, 0.65. Web safe color of #295a3e is #336633. Color #295a3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011010 00111110
Octal 51 132 76
Decimal 41 90 62
Hex 29 5A 3E

RGB Percentages of Color #295a3e

%21.24
%46.63
%32.12

CMYK Percentages of Color #295a3e

%54
%0
%31
%65

Triadic Colors of #295a3e

#295a3e #3e295a #5a3e29

Analogous Colors of #295a3e

#295a3e #295a57 #2d5a29

Monochromatic Colors of #295a3e

#295a3e

Complementary Color

#295a3e #5a2945

#295a3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295a3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#295a3e Color CSS Codes

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

#295a3e Text Font Color

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

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


#295a3e Background Color

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

This div background color is #295a3e


#295a3e Border Color

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

This div border color is #295a3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,90,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #295a3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #295a3e;
  -webkit-box-shadow: 1px 1px 3px 2px #295a3e;
  box-shadow:         1px 1px 3px 2px #295a3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,90,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 #295a3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295a3e


Comments

No comments written yet.

Please login to write comment.