Color Hex Logo

#027740 Color Hex

#027740
(2,119,64)
0 Favorites   0 Comments

Color spaces of #027740

RGB 211964
HSL0.420.970.24
HSV152°98°47°
CMYK 0.980.000.46   0.53
XYZ7.547313.57677.0733
Yxy13.57670.26770.4815
Hunter Lab36.8466-27.919314.4109
CIE-Lab43.6196-42.072322.3935

#027740 color RGB value is (2,119,64).

#027740 hex color red value is 2, green value is 119 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #027740 hue: 0.42 , saturation: 0.97 and the lightness value of 027740 is 0.24.

The process color (four color CMYK) of #027740 color hex is 0.98, 0.00, 0.46, 0.53. Web safe color of #027740 is #006633. Color #027740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110111 01000000
Octal 2 167 100
Decimal 2 119 64
Hex 2 77 40

RGB Percentages of Color #027740

%1.08
%64.32
%34.59

CMYK Percentages of Color #027740

%98
%0
%46
%53

Triadic Colors of #027740

#027740 #400277 #774002

Analogous Colors of #027740

#027740 #027477 #027705

Monochromatic Colors of #027740

#027740

Complementary Color

#027740 #770239

#027740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#027740 Color CSS Codes

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

#027740 Text Font Color

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

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


#027740 Background Color

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

This div background color is #027740


#027740 Border Color

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

This div border color is #027740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027740


Comments

No comments written yet.

Please login to write comment.