Color Hex Logo

#008741 Color Hex

#008741
(0,135,65)
0 Favorites   0 Comments

Color spaces of #008741

RGB 013565
HSL0.411.000.26
HSV149°100°53°
CMYK 1.000.000.52   0.47
XYZ9.618117.70967.9124
Yxy17.70960.27290.5025
Hunter Lab42.0828-32.848318.3102
CIE-Lab49.1420-47.785628.8536

#008741 color RGB value is (0,135,65).

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

The process color (four color CMYK) of #008741 color hex is 1.00, 0.00, 0.52, 0.47. Web safe color of #008741 is #009933. Color #008741 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000111 01000001
Octal 0 207 101
Decimal 0 135 65
Hex 0 87 41

RGB Percentages of Color #008741

%0.00
%67.50
%32.50

CMYK Percentages of Color #008741

%100
%0
%52
%47

Triadic Colors of #008741

#008741 #410087 #874100

Analogous Colors of #008741

#008741 #008785 #038700

Monochromatic Colors of #008741

#008741

Complementary Color

#008741 #870046

#008741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#008741 Color CSS Codes

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

#008741 Text Font Color

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

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


#008741 Background Color

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

This div background color is #008741


#008741 Border Color

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

This div border color is #008741


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,135,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 #008741">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008741


Comments

No comments written yet.

Please login to write comment.