Color Hex Logo

#00641a Color Hex

#00641A
(0,100,26)
0 Favorites   0 Comments

Color spaces of #00641a

RGB 010026
HSL0.381.000.20
HSV136°100°39°
CMYK 1.000.000.74   0.61
XYZ4.74369.18892.5009
Yxy9.18890.28870.5592
Hunter Lab30.3132-25.115316.3277
CIE-Lab36.3455-41.538633.3993

#00641a color RGB value is (0,100,26).

#00641a hex color red value is 0, green value is 100 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #00641a hue: 0.38 , saturation: 1.00 and the lightness value of 00641a is 0.20.

The process color (four color CMYK) of #00641a color hex is 1.00, 0.00, 0.74, 0.61. Web safe color of #00641a is #006633. Color #00641a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100100 00011010
Octal 0 144 32
Decimal 0 100 26
Hex 0 64 1A

RGB Percentages of Color #00641a

%0.00
%79.37
%20.63

CMYK Percentages of Color #00641a

%100
%0
%74
%61

Triadic Colors of #00641a

#00641a #1a0064 #641a00

Analogous Colors of #00641a

#00641a #00644c #186400

Monochromatic Colors of #00641a

#00641a

Complementary Color

#00641a #64004a

#00641a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00641a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00641a Color CSS Codes

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

#00641a Text Font Color

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

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


#00641a Background Color

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

This div background color is #00641a


#00641a Border Color

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

This div border color is #00641a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00641a


Comments

No comments written yet.

Please login to write comment.