Color Hex Logo

#00942e Color Hex

#00942E
(0,148,46)
0 Favorites   0 Comments

Color spaces of #00942e

RGB 014846
HSL0.391.000.29
HSV139°100°58°
CMYK 1.000.000.69   0.42
XYZ11.083021.37716.1268
Yxy21.37710.28720.5540
Hunter Lab46.2354-38.124024.5081
CIE-Lab53.3598-54.691042.9460

#00942e color RGB value is (0,148,46).

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

The process color (four color CMYK) of #00942e color hex is 1.00, 0.00, 0.69, 0.42. Web safe color of #00942e is #009933. Color #00942e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010100 00101110
Octal 0 224 56
Decimal 0 148 46
Hex 0 94 2E

RGB Percentages of Color #00942e

%0.00
%76.29
%23.71

CMYK Percentages of Color #00942e

%100
%0
%69
%42

Triadic Colors of #00942e

#00942e #2e0094 #942e00

Analogous Colors of #00942e

#00942e #009478 #1c9400

Monochromatic Colors of #00942e

#00942e

Complementary Color

#00942e #940066

#00942e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00942e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00942e Color CSS Codes

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

#00942e Text Font Color

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

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


#00942e Background Color

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

This div background color is #00942e


#00942e Border Color

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

This div border color is #00942e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00942e


Comments

No comments written yet.

Please login to write comment.