Color Hex Logo

#00290e Color Hex

#00290E
(0,41,14)
0 Favorites   0 Comments

Color spaces of #00290e

RGB 04114
HSL0.391.000.08
HSV140°100°16°
CMYK 1.000.000.66   0.84
XYZ0.87221.61760.6817
Yxy1.61760.27500.5100
Hunter Lab12.7185-10.01635.7251
CIE-Lab13.3370-21.772713.2441

#00290e color RGB value is (0,41,14).

#00290e hex color red value is 0, green value is 41 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #00290e hue: 0.39 , saturation: 1.00 and the lightness value of 00290e is 0.08.

The process color (four color CMYK) of #00290e color hex is 1.00, 0.00, 0.66, 0.84. Web safe color of #00290e is #003300. Color #00290e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101001 00001110
Octal 0 51 16
Decimal 0 41 14
Hex 0 29 E

RGB Percentages of Color #00290e

%0.00
%74.55
%25.45

CMYK Percentages of Color #00290e

%100
%0
%66
%84

Triadic Colors of #00290e

#00290e #0e0029 #290e00

Analogous Colors of #00290e

#00290e #002923 #062900

Monochromatic Colors of #00290e

#00290e

Complementary Color

#00290e #29001b

#00290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00290e Color CSS Codes

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

#00290e Text Font Color

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

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


#00290e Background Color

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

This div background color is #00290e


#00290e Border Color

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

This div border color is #00290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00290e


Comments

No comments written yet.

Please login to write comment.