Color Hex Logo

#297214 Color Hex

#297214
(41,114,20)
0 Favorites   0 Comments

Color spaces of #297214

RGB 4111420
HSL0.300.700.26
HSV107°82°45°
CMYK 0.640.000.82   0.55
XYZ7.058012.55662.7135
Yxy12.55660.31610.5624
Hunter Lab35.4353-26.458120.2645
CIE-Lab42.0874-40.216341.7318

#297214 color RGB value is (41,114,20).

#297214 hex color red value is 41, green value is 114 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #297214 hue: 0.30 , saturation: 0.70 and the lightness value of 297214 is 0.26.

The process color (four color CMYK) of #297214 color hex is 0.64, 0.00, 0.82, 0.55. Web safe color of #297214 is #336600. Color #297214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110010 00010100
Octal 51 162 24
Decimal 41 114 20
Hex 29 72 14

RGB Percentages of Color #297214

%23.43
%65.14
%11.43

CMYK Percentages of Color #297214

%64
%0
%82
%55

Triadic Colors of #297214

#297214 #142972 #721429

Analogous Colors of #297214

#297214 #14722e #587214

Monochromatic Colors of #297214

#297214

Complementary Color

#297214 #5d1472

#297214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297214 Color CSS Codes

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

#297214 Text Font Color

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

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


#297214 Background Color

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

This div background color is #297214


#297214 Border Color

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

This div border color is #297214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297214


Comments

No comments written yet.

Please login to write comment.