Color Hex Logo

#147124 Color Hex

#147124
(20,113,36)
0 Favorites   0 Comments

Color spaces of #147124

RGB 2011336
HSL0.360.700.26
HSV130°82°44°
CMYK 0.820.000.68   0.56
XYZ6.512112.08643.6587
Yxy12.08640.29260.5430
Hunter Lab34.7655-27.403918.0962
CIE-Lab41.3531-42.615534.3462

#147124 color RGB value is (20,113,36).

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

The process color (four color CMYK) of #147124 color hex is 0.82, 0.00, 0.68, 0.56. Web safe color of #147124 is #006633. Color #147124 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110001 00100100
Octal 24 161 44
Decimal 20 113 36
Hex 14 71 24

RGB Percentages of Color #147124

%11.83
%66.86
%21.30

CMYK Percentages of Color #147124

%82
%0
%68
%56

Triadic Colors of #147124

#147124 #241471 #712414

Analogous Colors of #147124

#147124 #147153 #337114

Monochromatic Colors of #147124

#147124

Complementary Color

#147124 #711461

#147124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147124 Color CSS Codes

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

#147124 Text Font Color

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

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


#147124 Background Color

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

This div background color is #147124


#147124 Border Color

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

This div border color is #147124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147124


Comments

No comments written yet.

Please login to write comment.