Color Hex Logo

#00512a Color Hex

#00512A
(0,81,42)
1 Favorites   0 Comments

Color spaces of #00512a

RGB 08142
HSL0.421.000.16
HSV151°100°32°
CMYK 1.000.000.48   0.68
XYZ3.36036.05203.1815
Yxy6.05200.26680.4806
Hunter Lab24.6008-18.66969.5529
CIE-Lab29.5433-32.204216.9220

#00512a color RGB value is (0,81,42).

#00512a hex color red value is 0, green value is 81 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #00512a hue: 0.42 , saturation: 1.00 and the lightness value of 00512a is 0.16.

The process color (four color CMYK) of #00512a color hex is 1.00, 0.00, 0.48, 0.68. Web safe color of #00512a is #006633. Color #00512a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010001 00101010
Octal 0 121 52
Decimal 0 81 42
Hex 0 51 2A

RGB Percentages of Color #00512a

%0.00
%65.85
%34.15

CMYK Percentages of Color #00512a

%100
%0
%48
%68

Triadic Colors of #00512a

#00512a #2a0051 #512a00

Analogous Colors of #00512a

#00512a #005051 #005102

Monochromatic Colors of #00512a

#00512a

Complementary Color

#00512a #510027

#00512a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00512a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00512a Color CSS Codes

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

#00512a Text Font Color

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

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


#00512a Background Color

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

This div background color is #00512a


#00512a Border Color

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

This div border color is #00512a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00512a

#00512a Color Palettes


Comments

No comments written yet.

Please login to write comment.