Color Hex Logo

#297020 Color Hex

#297020
(41,112,32)
0 Favorites   0 Comments

Color spaces of #297020

RGB 4111232
HSL0.310.560.28
HSV113°71°44°
CMYK 0.630.000.71   0.56
XYZ6.969312.16403.3471
Yxy12.16400.31000.5411
Hunter Lab34.8769-25.365818.7239
CIE-Lab41.4756-38.463236.4441

#297020 color RGB value is (41,112,32).

#297020 hex color red value is 41, green value is 112 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #297020 hue: 0.31 , saturation: 0.56 and the lightness value of 297020 is 0.28.

The process color (four color CMYK) of #297020 color hex is 0.63, 0.00, 0.71, 0.56. Web safe color of #297020 is #336633. Color #297020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110000 00100000
Octal 51 160 40
Decimal 41 112 32
Hex 29 70 20

RGB Percentages of Color #297020

%22.16
%60.54
%17.30

CMYK Percentages of Color #297020

%63
%0
%71
%56

Triadic Colors of #297020

#297020 #202970 #702029

Analogous Colors of #297020

#297020 #20703f #517020

Monochromatic Colors of #297020

#297020

Complementary Color

#297020 #672070

#297020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297020 Color CSS Codes

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

#297020 Text Font Color

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

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


#297020 Background Color

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

This div background color is #297020


#297020 Border Color

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

This div border color is #297020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297020


Comments

No comments written yet.

Please login to write comment.