Color Hex Logo

#295b3d Color Hex

#295B3D
(41,91,61)
0 Favorites   0 Comments

Color spaces of #295b3d

RGB 419161
HSL0.400.380.26
HSV144°55°36°
CMYK 0.550.000.33   0.64
XYZ5.49788.29055.7253
Yxy8.29050.28170.4249
Hunter Lab28.7932-16.30528.3659
CIE-Lab34.5807-24.651312.2804

#295b3d color RGB value is (41,91,61).

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

The process color (four color CMYK) of #295b3d color hex is 0.55, 0.00, 0.33, 0.64. Web safe color of #295b3d is #336633. Color #295b3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011011 00111101
Octal 51 133 75
Decimal 41 91 61
Hex 29 5B 3D

RGB Percentages of Color #295b3d

%21.24
%47.15
%31.61

CMYK Percentages of Color #295b3d

%55
%0
%33
%64

Triadic Colors of #295b3d

#295b3d #3d295b #5b3d29

Analogous Colors of #295b3d

#295b3d #295b56 #2e5b29

Monochromatic Colors of #295b3d

#295b3d

Complementary Color

#295b3d #5b2947

#295b3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295b3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#295b3d Color CSS Codes

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

#295b3d Text Font Color

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

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


#295b3d Background Color

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

This div background color is #295b3d


#295b3d Border Color

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

This div border color is #295b3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295b3d


Comments

No comments written yet.

Please login to write comment.