Color Hex Logo

#00941d Color Hex

#00941D
(0,148,29)
0 Favorites   0 Comments

Color spaces of #00941d

RGB 014829
HSL0.371.000.29
HSV132°100°58°
CMYK 1.000.000.80   0.42
XYZ10.811721.26854.6978
Yxy21.26850.29400.5783
Hunter Lab46.1178-38.859226.2429
CIE-Lab53.2421-56.193649.2361

#00941d color RGB value is (0,148,29).

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

The process color (four color CMYK) of #00941d color hex is 1.00, 0.00, 0.80, 0.42. Web safe color of #00941d is #009933. Color #00941d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010100 00011101
Octal 0 224 35
Decimal 0 148 29
Hex 0 94 1D

RGB Percentages of Color #00941d

%0.00
%83.62
%16.38

CMYK Percentages of Color #00941d

%100
%0
%80
%42

Triadic Colors of #00941d

#00941d #1d0094 #941d00

Analogous Colors of #00941d

#00941d #009467 #2d9400

Monochromatic Colors of #00941d

#00941d

Complementary Color

#00941d #940077

#00941d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00941d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00941d Color CSS Codes

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

#00941d Text Font Color

<p style="color:#00941d">Text here</p>

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


#00941d Background Color

<div style="background-color:#00941d">
Div content here</div>

This div background color is #00941d


#00941d Border Color

<div style="border:3px solid #00941d">
Div here</div>

This div border color is #00941d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00941d


Comments

No comments written yet.

Please login to write comment.