Color Hex Logo

#147941 Color Hex

#147941
(20,121,65)
0 Favorites   0 Comments

Color spaces of #147941

RGB 2012165
HSL0.410.720.28
HSV147°83°47°
CMYK 0.830.000.46   0.53
XYZ8.080014.20517.3170
Yxy14.20510.27300.4799
Hunter Lab37.6897-27.689614.8723
CIE-Lab44.5256-41.035823.0426

#147941 color RGB value is (20,121,65).

#147941 hex color red value is 20, green value is 121 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #147941 hue: 0.41 , saturation: 0.72 and the lightness value of 147941 is 0.28.

The process color (four color CMYK) of #147941 color hex is 0.83, 0.00, 0.46, 0.53. Web safe color of #147941 is #006633. Color #147941 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111001 01000001
Octal 24 171 101
Decimal 20 121 65
Hex 14 79 41

RGB Percentages of Color #147941

%9.71
%58.74
%31.55

CMYK Percentages of Color #147941

%83
%0
%46
%53

Triadic Colors of #147941

#147941 #411479 #794114

Analogous Colors of #147941

#147941 #147974 #1a7914

Monochromatic Colors of #147941

#147941

Complementary Color

#147941 #79144c

#147941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147941 Color CSS Codes

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

#147941 Text Font Color

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

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


#147941 Background Color

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

This div background color is #147941


#147941 Border Color

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

This div border color is #147941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147941


Comments

No comments written yet.

Please login to write comment.