Color Hex Logo

#027414 Color Hex

#027414
(2,116,20)
0 Favorites   0 Comments

Color spaces of #027414

RGB 211620
HSL0.360.970.23
HSV129°98°45°
CMYK 0.980.000.83   0.55
XYZ6.396712.55422.7479
Yxy12.55420.29480.5786
Hunter Lab35.4319-29.780320.2041
CIE-Lab42.0837-46.980441.4796

#027414 color RGB value is (2,116,20).

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

The process color (four color CMYK) of #027414 color hex is 0.98, 0.00, 0.83, 0.55. Web safe color of #027414 is #006600. Color #027414 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110100 00010100
Octal 2 164 24
Decimal 2 116 20
Hex 2 74 14

RGB Percentages of Color #027414

%1.45
%84.06
%14.49

CMYK Percentages of Color #027414

%98
%0
%83
%55

Triadic Colors of #027414

#027414 #140274 #741402

Analogous Colors of #027414

#027414 #02744d #297402

Monochromatic Colors of #027414

#027414

Complementary Color

#027414 #740262

#027414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#027414 Color CSS Codes

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

#027414 Text Font Color

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

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


#027414 Background Color

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

This div background color is #027414


#027414 Border Color

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

This div border color is #027414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027414


Comments

No comments written yet.

Please login to write comment.