Color Hex Logo

#297901 Color Hex

#297901
(41,121,1)
0 Favorites   0 Comments

Color spaces of #297901

RGB 411211
HSL0.280.980.24
HSV100°99°47°
CMYK 0.660.000.99   0.53
XYZ7.757314.14842.3508
Yxy14.14840.31980.5833
Hunter Lab37.6144-29.012622.6246
CIE-Lab44.4450-43.654948.5249

#297901 color RGB value is (41,121,1).

#297901 hex color red value is 41, green value is 121 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #297901 hue: 0.28 , saturation: 0.98 and the lightness value of 297901 is 0.24.

The process color (four color CMYK) of #297901 color hex is 0.66, 0.00, 0.99, 0.53. Web safe color of #297901 is #336600. Color #297901 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111001 00000001
Octal 51 171 1
Decimal 41 121 1
Hex 29 79 1

RGB Percentages of Color #297901

%25.15
%74.23
%0.61

CMYK Percentages of Color #297901

%66
%0
%99
%53

Triadic Colors of #297901

#297901 #012979 #790129

Analogous Colors of #297901

#297901 #017915 #657901

Monochromatic Colors of #297901

#297901

Complementary Color

#297901 #510179

#297901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297901 Color CSS Codes

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

#297901 Text Font Color

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

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


#297901 Background Color

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

This div background color is #297901


#297901 Border Color

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

This div border color is #297901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297901


Comments

No comments written yet.

Please login to write comment.