Color Hex Logo

#297965 Color Hex

#297965
(41,121,101)
0 Favorites   0 Comments

Color spaces of #297965

RGB 41121101
HSL0.460.490.32
HSV165°66°47°
CMYK 0.660.000.17   0.53
XYZ10.100815.085714.6914
Yxy15.08570.25330.3783
Hunter Lab38.8403-21.54994.7617
CIE-Lab45.7514-29.33653.8875

#297965 color RGB value is (41,121,101).

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

The process color (four color CMYK) of #297965 color hex is 0.66, 0.00, 0.17, 0.53. Web safe color of #297965 is #336666. Color #297965 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111001 01100101
Octal 51 171 145
Decimal 41 121 101
Hex 29 79 65

RGB Percentages of Color #297965

%15.59
%46.01
%38.40

CMYK Percentages of Color #297965

%66
%0
%17
%53

Triadic Colors of #297965

#297965 #652979 #796529

Analogous Colors of #297965

#297965 #296579 #29793d

Monochromatic Colors of #297965

#297965

Complementary Color

#297965 #79293d

#297965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297965 Color CSS Codes

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

#297965 Text Font Color

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

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


#297965 Background Color

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

This div background color is #297965


#297965 Border Color

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

This div border color is #297965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297965


Comments

No comments written yet.

Please login to write comment.