Color Hex Logo

#147842 Color Hex

#147842
(20,120,66)
0 Favorites   0 Comments

Color spaces of #147842

RGB 2012066
HSL0.410.710.27
HSV148°83°47°
CMYK 0.830.000.45   0.53
XYZ7.988313.97507.4307
Yxy13.97500.27180.4754
Hunter Lab37.3832-27.277414.3831
CIE-Lab44.1971-40.454322.0571

#147842 color RGB value is (20,120,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111000 01000010
Octal 24 170 102
Decimal 20 120 66
Hex 14 78 42

RGB Percentages of Color #147842

%9.71
%58.25
%32.04

CMYK Percentages of Color #147842

%83
%0
%45
%53

Triadic Colors of #147842

#147842 #421478 #784214

Analogous Colors of #147842

#147842 #147874 #187814

Monochromatic Colors of #147842

#147842

Complementary Color

#147842 #78144a

#147842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147842 Color CSS Codes

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

#147842 Text Font Color

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

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


#147842 Background Color

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

This div background color is #147842


#147842 Border Color

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

This div border color is #147842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147842


Comments

No comments written yet.

Please login to write comment.