Color Hex Logo

#016430 Color Hex

#016430
(1,100,48)
0 Favorites   0 Comments

Color spaces of #016430

RGB 110048
HSL0.410.980.20
HSV148°99°39°
CMYK 0.990.000.52   0.61
XYZ5.10329.33424.3290
Yxy9.33420.27190.4974
Hunter Lab30.5519-23.650412.9854
CIE-Lab36.6199-38.182722.4631

#016430 color RGB value is (1,100,48).

#016430 hex color red value is 1, green value is 100 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #016430 hue: 0.41 , saturation: 0.98 and the lightness value of 016430 is 0.20.

The process color (four color CMYK) of #016430 color hex is 0.99, 0.00, 0.52, 0.61. Web safe color of #016430 is #006633. Color #016430 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100100 00110000
Octal 1 144 60
Decimal 1 100 48
Hex 1 64 30

RGB Percentages of Color #016430

%0.67
%67.11
%32.21

CMYK Percentages of Color #016430

%99
%0
%52
%61

Triadic Colors of #016430

#016430 #300164 #643001

Analogous Colors of #016430

#016430 #016462 #046401

Monochromatic Colors of #016430

#016430

Complementary Color

#016430 #640135

#016430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016430 Color CSS Codes

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

#016430 Text Font Color

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

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


#016430 Background Color

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

This div background color is #016430


#016430 Border Color

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

This div border color is #016430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016430


Comments

No comments written yet.

Please login to write comment.