Color Hex Logo

#149129 Color Hex

#149129
(20,145,41)
0 Favorites   0 Comments

Color spaces of #149129

RGB 2014541
HSL0.360.760.32
HSV130°86°57°
CMYK 0.860.000.72   0.43
XYZ10.814120.55965.4963
Yxy20.55960.29330.5576
Hunter Lab45.3427-36.778024.5529
CIE-Lab52.4641-52.822144.1264

#149129 color RGB value is (20,145,41).

#149129 hex color red value is 20, green value is 145 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #149129 hue: 0.36 , saturation: 0.76 and the lightness value of 149129 is 0.32.

The process color (four color CMYK) of #149129 color hex is 0.86, 0.00, 0.72, 0.43. Web safe color of #149129 is #009933. Color #149129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010001 00101001
Octal 24 221 51
Decimal 20 145 41
Hex 14 91 29

RGB Percentages of Color #149129

%9.71
%70.39
%19.90

CMYK Percentages of Color #149129

%86
%0
%72
%43

Triadic Colors of #149129

#149129 #291491 #912914

Analogous Colors of #149129

#149129 #149168 #3e9114

Monochromatic Colors of #149129

#149129

Complementary Color

#149129 #91147c

#149129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149129 Color CSS Codes

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

#149129 Text Font Color

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

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


#149129 Background Color

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

This div background color is #149129


#149129 Border Color

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

This div border color is #149129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149129


Comments

No comments written yet.

Please login to write comment.