Color Hex Logo

#0d971f Color Hex

#0D971F
(13,151,31)
0 Favorites   0 Comments

Color spaces of #0d971f

RGB 1315131
HSL0.360.840.32
HSV128°91°59°
CMYK 0.910.000.79   0.41
XYZ11.479922.31774.9990
Yxy22.31770.29590.5752
Hunter Lab47.2416-39.296626.7952
CIE-Lab54.3625-56.131349.6996

#0d971f color RGB value is (13,151,31).

#0d971f hex color red value is 13, green value is 151 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0d971f hue: 0.36 , saturation: 0.84 and the lightness value of 0d971f is 0.32.

The process color (four color CMYK) of #0d971f color hex is 0.91, 0.00, 0.79, 0.41. Web safe color of #0d971f is #009933. Color #0d971f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10010111 00011111
Octal 15 227 37
Decimal 13 151 31
Hex D 97 1F

RGB Percentages of Color #0d971f

%6.67
%77.44
%15.90

CMYK Percentages of Color #0d971f

%91
%0
%79
%41

Triadic Colors of #0d971f

#0d971f #1f0d97 #971f0d

Analogous Colors of #0d971f

#0d971f #0d9764 #40970d

Monochromatic Colors of #0d971f

#0d971f

Complementary Color

#0d971f #970d85

#0d971f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d971f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d971f Color CSS Codes

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

#0d971f Text Font Color

<p style="color:#0d971f">Text here</p>

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


#0d971f Background Color

<div style="background-color:#0d971f">
Div content here</div>

This div background color is #0d971f


#0d971f Border Color

<div style="border:3px solid #0d971f">
Div here</div>

This div border color is #0d971f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d971f


Comments

No comments written yet.

Please login to write comment.