Color Hex Logo

#027441 Color Hex

#027441
(2,116,65)
0 Favorites   0 Comments

Color spaces of #027441

RGB 211665
HSL0.430.970.23
HSV153°98°45°
CMYK 0.980.000.44   0.55
XYZ7.224612.88537.1074
Yxy12.88530.26540.4734
Hunter Lab35.8961-26.892513.3879
CIE-Lab42.5899-40.741520.4891

#027441 color RGB value is (2,116,65).

#027441 hex color red value is 2, green value is 116 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #027441 hue: 0.43 , saturation: 0.97 and the lightness value of 027441 is 0.23.

The process color (four color CMYK) of #027441 color hex is 0.98, 0.00, 0.44, 0.55. Web safe color of #027441 is #006633. Color #027441 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110100 01000001
Octal 2 164 101
Decimal 2 116 65
Hex 2 74 41

RGB Percentages of Color #027441

%1.09
%63.39
%35.52

CMYK Percentages of Color #027441

%98
%0
%44
%55

Triadic Colors of #027441

#027441 #410274 #744102

Analogous Colors of #027441

#027441 #026e74 #027408

Monochromatic Colors of #027441

#027441

Complementary Color

#027441 #740235

#027441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#027441 Color CSS Codes

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

#027441 Text Font Color

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

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


#027441 Background Color

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

This div background color is #027441


#027441 Border Color

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

This div border color is #027441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027441


Comments

No comments written yet.

Please login to write comment.