Color Hex Logo

#147841 Color Hex

#147841
(20,120,65)
0 Favorites   0 Comments

Color spaces of #147841

RGB 2012065
HSL0.410.710.27
HSV147°83°47°
CMYK 0.830.000.46   0.53
XYZ7.959113.96337.2767
Yxy13.96330.27260.4782
Hunter Lab37.3675-27.373514.6115
CIE-Lab44.1803-40.649122.5967

#147841 color RGB value is (20,120,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111000 01000001
Octal 24 170 101
Decimal 20 120 65
Hex 14 78 41

RGB Percentages of Color #147841

%9.76
%58.54
%31.71

CMYK Percentages of Color #147841

%83
%0
%46
%53

Triadic Colors of #147841

#147841 #411478 #784114

Analogous Colors of #147841

#147841 #147873 #197814

Monochromatic Colors of #147841

#147841

Complementary Color

#147841 #78144b

#147841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147841 Color CSS Codes

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

#147841 Text Font Color

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

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


#147841 Background Color

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

This div background color is #147841


#147841 Border Color

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

This div border color is #147841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147841


Comments

No comments written yet.

Please login to write comment.