Color Hex Logo

#024301 Color Hex

#024301
(2,67,1)
0 Favorites   0 Comments

Color spaces of #024301

RGB 2671
HSL0.330.970.13
HSV119°99°26°
CMYK 0.970.000.99   0.74
XYZ2.03774.02940.6991
Yxy4.02940.30120.5955
Hunter Lab20.0734-17.008411.9864
CIE-Lab23.7684-32.515030.9805

#024301 color RGB value is (2,67,1).

#024301 hex color red value is 2, green value is 67 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #024301 hue: 0.33 , saturation: 0.97 and the lightness value of 024301 is 0.13.

The process color (four color CMYK) of #024301 color hex is 0.97, 0.00, 0.99, 0.74. Web safe color of #024301 is #003300. Color #024301 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000011 00000001
Octal 2 103 1
Decimal 2 67 1
Hex 2 43 1

RGB Percentages of Color #024301

%2.86
%95.71
%1.43

CMYK Percentages of Color #024301

%97
%0
%99
%74

Triadic Colors of #024301

#024301 #010243 #430102

Analogous Colors of #024301

#024301 #014321 #234301

Monochromatic Colors of #024301

#024301

Complementary Color

#024301 #420143

#024301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024301 Color CSS Codes

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

#024301 Text Font Color

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

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


#024301 Background Color

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

This div background color is #024301


#024301 Border Color

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

This div border color is #024301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024301


Comments

No comments written yet.

Please login to write comment.