Color Hex Logo

#129740 Color Hex

#129740
(18,151,64)
0 Favorites   0 Comments

Color spaces of #129740

RGB 1815164
HSL0.390.790.33
HSV141°88°59°
CMYK 0.880.000.58   0.41
XYZ12.241522.63208.5737
Yxy22.63200.28180.5209
Hunter Lab47.5731-37.321322.6158
CIE-Lab54.6912-52.199436.1581

#129740 color RGB value is (18,151,64).

#129740 hex color red value is 18, green value is 151 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #129740 hue: 0.39 , saturation: 0.79 and the lightness value of 129740 is 0.33.

The process color (four color CMYK) of #129740 color hex is 0.88, 0.00, 0.58, 0.41. Web safe color of #129740 is #009933. Color #129740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10010111 01000000
Octal 22 227 100
Decimal 18 151 64
Hex 12 97 40

RGB Percentages of Color #129740

%7.73
%64.81
%27.47

CMYK Percentages of Color #129740

%88
%0
%58
%41

Triadic Colors of #129740

#129740 #401297 #974012

Analogous Colors of #129740

#129740 #129783 #279712

Monochromatic Colors of #129740

#129740

Complementary Color

#129740 #971269

#129740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#129740 Color CSS Codes

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

#129740 Text Font Color

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

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


#129740 Background Color

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

This div background color is #129740


#129740 Border Color

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

This div border color is #129740


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,151,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #129740; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #129740;
  -webkit-box-shadow: 1px 1px 3px 2px #129740;
  box-shadow:         1px 1px 3px 2px #129740; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,151,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129740


Comments

No comments written yet.

Please login to write comment.