Color Hex Logo

#00402e Color Hex

#00402E
(0,64,46)
0 Favorites   0 Comments

Color spaces of #00402e

RGB 06446
HSL0.451.000.13
HSV163°100°25°
CMYK 1.000.000.28   0.75
XYZ2.32653.86403.2080
Yxy3.86400.24750.4111
Hunter Lab19.6571-13.27364.0839
CIE-Lab23.2166-23.86235.8434

#00402e color RGB value is (0,64,46).

#00402e hex color red value is 0, green value is 64 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #00402e hue: 0.45 , saturation: 1.00 and the lightness value of 00402e is 0.13.

The process color (four color CMYK) of #00402e color hex is 1.00, 0.00, 0.28, 0.75. Web safe color of #00402e is #003333. Color #00402e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000000 00101110
Octal 0 100 56
Decimal 0 64 46
Hex 0 40 2E

RGB Percentages of Color #00402e

%0.00
%58.18
%41.82

CMYK Percentages of Color #00402e

%100
%0
%28
%75

Triadic Colors of #00402e

#00402e #2e0040 #402e00

Analogous Colors of #00402e

#00402e #003240 #00400e

Monochromatic Colors of #00402e

#00402e

Complementary Color

#00402e #400012

#00402e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00402e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00402e Color CSS Codes

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

#00402e Text Font Color

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

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


#00402e Background Color

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

This div background color is #00402e


#00402e Border Color

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

This div border color is #00402e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,64,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00402e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00402e;
  -webkit-box-shadow: 1px 1px 3px 2px #00402e;
  box-shadow:         1px 1px 3px 2px #00402e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00402e

#00402e Color Palettes


Comments

No comments written yet.

Please login to write comment.