Color Hex Logo

#027212 Color Hex

#027212
(2,114,18)
0 Favorites   0 Comments

Color spaces of #027212

RGB 211418
HSL0.360.970.23
HSV129°98°45°
CMYK 0.980.000.84   0.55
XYZ6.151512.09122.5819
Yxy12.09120.29540.5806
Hunter Lab34.7724-29.273719.9383
CIE-Lab41.3607-46.496641.4390

#027212 color RGB value is (2,114,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110010 00010010
Octal 2 162 22
Decimal 2 114 18
Hex 2 72 12

RGB Percentages of Color #027212

%1.49
%85.07
%13.43

CMYK Percentages of Color #027212

%98
%0
%84
%55

Triadic Colors of #027212

#027212 #120272 #721202

Analogous Colors of #027212

#027212 #02724a #2a7202

Monochromatic Colors of #027212

#027212

Complementary Color

#027212 #720262

#027212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#027212 Color CSS Codes

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

#027212 Text Font Color

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

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


#027212 Background Color

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

This div background color is #027212


#027212 Border Color

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

This div border color is #027212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027212


Comments

No comments written yet.

Please login to write comment.