Color Hex Logo

#016c2f Color Hex

#016C2F
(1,108,47)
0 Favorites   0 Comments

Color spaces of #016c2f

RGB 110847
HSL0.400.980.21
HSV146°99°42°
CMYK 0.990.000.56   0.58
XYZ5.888210.93684.4900
Yxy10.93680.27620.5131
Hunter Lab33.0708-26.092415.0998
CIE-Lab39.4738-41.269526.5476

#016c2f color RGB value is (1,108,47).

#016c2f hex color red value is 1, green value is 108 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #016c2f hue: 0.40 , saturation: 0.98 and the lightness value of 016c2f is 0.21.

The process color (four color CMYK) of #016c2f color hex is 0.99, 0.00, 0.56, 0.58. Web safe color of #016c2f is #006633. Color #016c2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101100 00101111
Octal 1 154 57
Decimal 1 108 47
Hex 1 6C 2F

RGB Percentages of Color #016c2f

%0.64
%69.23
%30.13

CMYK Percentages of Color #016c2f

%99
%0
%56
%58

Triadic Colors of #016c2f

#016c2f #2f016c #6c2f01

Analogous Colors of #016c2f

#016c2f #016c65 #086c01

Monochromatic Colors of #016c2f

#016c2f

Complementary Color

#016c2f #6c013e

#016c2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016c2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#016c2f Color CSS Codes

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

#016c2f Text Font Color

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

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


#016c2f Background Color

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

This div background color is #016c2f


#016c2f Border Color

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

This div border color is #016c2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,108,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016c2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016c2f;
  -webkit-box-shadow: 1px 1px 3px 2px #016c2f;
  box-shadow:         1px 1px 3px 2px #016c2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016c2f


Comments

No comments written yet.

Please login to write comment.