Color Hex Logo

#016215 Color Hex

#016215
(1,98,21)
0 Favorites   0 Comments

Color spaces of #016215

RGB 19821
HSL0.370.980.19
HSV132°99°38°
CMYK 0.990.000.79   0.62
XYZ4.51568.79602.1693
Yxy8.79600.29170.5682
Hunter Lab29.6581-24.724016.4239
CIE-Lab35.5885-41.273834.7269

#016215 color RGB value is (1,98,21).

#016215 hex color red value is 1, green value is 98 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #016215 hue: 0.37 , saturation: 0.98 and the lightness value of 016215 is 0.19.

The process color (four color CMYK) of #016215 color hex is 0.99, 0.00, 0.79, 0.62. Web safe color of #016215 is #006600. Color #016215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100010 00010101
Octal 1 142 25
Decimal 1 98 21
Hex 1 62 15

RGB Percentages of Color #016215

%0.83
%81.67
%17.50

CMYK Percentages of Color #016215

%99
%0
%79
%62

Triadic Colors of #016215

#016215 #150162 #621501

Analogous Colors of #016215

#016215 #016246 #1e6201

Monochromatic Colors of #016215

#016215

Complementary Color

#016215 #62014e

#016215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016215 Color CSS Codes

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

#016215 Text Font Color

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

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


#016215 Background Color

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

This div background color is #016215


#016215 Border Color

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

This div border color is #016215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016215


Comments

No comments written yet.

Please login to write comment.