Color Hex Logo

#00842a Color Hex

#00842A
(0,132,42)
0 Favorites   0 Comments

Color spaces of #00842a

RGB 013242
HSL0.391.000.26
HSV139°100°52°
CMYK 1.000.000.68   0.48
XYZ8.669216.66974.9511
Yxy16.66970.28620.5503
Hunter Lab40.8285-33.548721.3901
CIE-Lab47.8411-50.107738.6853

#00842a color RGB value is (0,132,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000100 00101010
Octal 0 204 52
Decimal 0 132 42
Hex 0 84 2A

RGB Percentages of Color #00842a

%0.00
%75.86
%24.14

CMYK Percentages of Color #00842a

%100
%0
%68
%48

Triadic Colors of #00842a

#00842a #2a0084 #842a00

Analogous Colors of #00842a

#00842a #00846c #188400

Monochromatic Colors of #00842a

#00842a

Complementary Color

#00842a #84005a

#00842a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00842a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00842a Color CSS Codes

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

#00842a Text Font Color

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

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


#00842a Background Color

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

This div background color is #00842a


#00842a Border Color

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

This div border color is #00842a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,132,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 #00842a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00842a

#00842a Color Palettes


Comments

No comments written yet.

Please login to write comment.