Color Hex Logo

#018741 Color Hex

#018741
(1,135,65)
0 Favorites   0 Comments

Color spaces of #018741

RGB 113565
HSL0.410.990.27
HSV149°99°53°
CMYK 0.990.000.52   0.47
XYZ9.630617.71617.9130
Yxy17.71610.27310.5024
Hunter Lab42.0905-32.816318.3168
CIE-Lab49.1499-47.719028.8652

#018741 color RGB value is (1,135,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000111 01000001
Octal 1 207 101
Decimal 1 135 65
Hex 1 87 41

RGB Percentages of Color #018741

%0.50
%67.16
%32.34

CMYK Percentages of Color #018741

%99
%0
%52
%47

Triadic Colors of #018741

#018741 #410187 #874101

Analogous Colors of #018741

#018741 #018784 #048701

Monochromatic Colors of #018741

#018741

Complementary Color

#018741 #870147

#018741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018741 Color CSS Codes

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

#018741 Text Font Color

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

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


#018741 Background Color

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

This div background color is #018741


#018741 Border Color

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

This div border color is #018741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018741


Comments

No comments written yet.

Please login to write comment.