Color Hex Logo

#297565 Color Hex

#297565
(41,117,101)
0 Favorites   0 Comments

Color spaces of #297565

RGB 41117101
HSL0.460.480.31
HSV167°65°46°
CMYK 0.650.000.14   0.54
XYZ9.624714.133614.5327
Yxy14.13360.25140.3691
Hunter Lab37.5947-20.09253.3970
CIE-Lab44.4239-27.39591.9695

#297565 color RGB value is (41,117,101).

#297565 hex color red value is 41, green value is 117 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #297565 hue: 0.46 , saturation: 0.48 and the lightness value of 297565 is 0.31.

The process color (four color CMYK) of #297565 color hex is 0.65, 0.00, 0.14, 0.54. Web safe color of #297565 is #336666. Color #297565 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110101 01100101
Octal 51 165 145
Decimal 41 117 101
Hex 29 75 65

RGB Percentages of Color #297565

%15.83
%45.17
%39.00

CMYK Percentages of Color #297565

%65
%0
%14
%54

Triadic Colors of #297565

#297565 #652975 #756529

Analogous Colors of #297565

#297565 #295f75 #29753f

Monochromatic Colors of #297565

#297565

Complementary Color

#297565 #752939

#297565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297565 Color CSS Codes

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

#297565 Text Font Color

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

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


#297565 Background Color

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

This div background color is #297565


#297565 Border Color

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

This div border color is #297565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297565


Comments

No comments written yet.

Please login to write comment.