Color Hex Logo

#00991f Color Hex

#00991F
(0,153,31)
0 Favorites   0 Comments

Color spaces of #00991f

RGB 015331
HSL0.371.000.30
HSV132°100°60°
CMYK 1.000.000.80   0.40
XYZ11.638622.88145.0995
Yxy22.88140.29380.5775
Hunter Lab47.8345-40.279627.1634
CIE-Lab54.9500-57.529850.2357

#00991f color RGB value is (0,153,31).

#00991f hex color red value is 0, green value is 153 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #00991f hue: 0.37 , saturation: 1.00 and the lightness value of 00991f is 0.30.

The process color (four color CMYK) of #00991f color hex is 1.00, 0.00, 0.80, 0.40. Web safe color of #00991f is #009933. Color #00991f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011001 00011111
Octal 0 231 37
Decimal 0 153 31
Hex 0 99 1F

RGB Percentages of Color #00991f

%0.00
%83.15
%16.85

CMYK Percentages of Color #00991f

%100
%0
%80
%40

Triadic Colors of #00991f

#00991f #1f0099 #991f00

Analogous Colors of #00991f

#00991f #00996c #2e9900

Monochromatic Colors of #00991f

#00991f

Complementary Color

#00991f #99007a

#00991f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00991f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00991f Color CSS Codes

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

#00991f Text Font Color

<p style="color:#00991f">Text here</p>

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


#00991f Background Color

<div style="background-color:#00991f">
Div content here</div>

This div background color is #00991f


#00991f Border Color

<div style="border:3px solid #00991f">
Div here</div>

This div border color is #00991f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,153,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00991f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00991f;
  -webkit-box-shadow: 1px 1px 3px 2px #00991f;
  box-shadow:         1px 1px 3px 2px #00991f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00991f

#00991f Color Palettes


Comments

No comments written yet.

Please login to write comment.