Color Hex Logo

#008141 Color Hex

#008141
(0,129,65)
14 Favorites   1 Comments

Color spaces of #008141

RGB 012965
HSL0.421.000.25
HSV150°100°51°
CMYK 1.000.000.50   0.49
XYZ8.804416.08227.6412
Yxy16.08220.27070.4944
Hunter Lab40.1026-30.990516.7746
CIE-Lab47.0821-45.672226.2668

#008141 color RGB value is (0,129,65).

#008141 hex color red value is 0, green value is 129 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #008141 hue: 0.42 , saturation: 1.00 and the lightness value of 008141 is 0.25.

The process color (four color CMYK) of #008141 color hex is 1.00, 0.00, 0.50, 0.49. Web safe color of #008141 is #009933. Color #008141 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000001 01000001
Octal 0 201 101
Decimal 0 129 65
Hex 0 81 41

RGB Percentages of Color #008141

%0.00
%66.49
%33.51

CMYK Percentages of Color #008141

%100
%0
%50
%49

Triadic Colors of #008141

#008141 #410081 #814100

Analogous Colors of #008141

#008141 #008181 #008100

Monochromatic Colors of #008141

#008141

Complementary Color

#008141 #810040

#008141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#008141 Color CSS Codes

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

#008141 Text Font Color

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

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


#008141 Background Color

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

This div background color is #008141


#008141 Border Color

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

This div border color is #008141


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,129,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #008141; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #008141;
  -webkit-box-shadow: 1px 1px 3px 2px #008141;
  box-shadow:         1px 1px 3px 2px #008141; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,129,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008141


Comments

13 Oct 2012, 1:29 (guest)

Such A Lovely Color For A Jade Blood

Please login to write comment.