Color Hex Logo

#147121 Color Hex

#147121
(20,113,33)
0 Favorites   0 Comments

Color spaces of #147121

RGB 2011333
HSL0.360.700.26
HSV128°82°44°
CMYK 0.820.000.71   0.56
XYZ6.468112.06883.4274
Yxy12.06880.29450.5495
Hunter Lab34.7402-27.561318.4687
CIE-Lab41.3253-42.957335.6879

#147121 color RGB value is (20,113,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110001 00100001
Octal 24 161 41
Decimal 20 113 33
Hex 14 71 21

RGB Percentages of Color #147121

%12.05
%68.07
%19.88

CMYK Percentages of Color #147121

%82
%0
%71
%56

Triadic Colors of #147121

#147121 #211471 #712114

Analogous Colors of #147121

#147121 #147150 #367114

Monochromatic Colors of #147121

#147121

Complementary Color

#147121 #711464

#147121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147121 Color CSS Codes

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

#147121 Text Font Color

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

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


#147121 Background Color

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

This div background color is #147121


#147121 Border Color

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

This div border color is #147121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147121


Comments

No comments written yet.

Please login to write comment.