Color Hex Logo

#0d291e Color Hex

#0D291E
(13,41,30)
0 Favorites   0 Comments

Color spaces of #0d291e

RGB 134130
HSL0.430.520.11
HSV156°68°16°
CMYK 0.680.000.27   0.84
XYZ1.19331.76521.5061
Yxy1.76520.26730.3954
Hunter Lab13.2861-7.21852.5792
CIE-Lab14.2034-13.97794.0653

#0d291e color RGB value is (13,41,30).

#0d291e hex color red value is 13, green value is 41 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #0d291e hue: 0.43 , saturation: 0.52 and the lightness value of 0d291e is 0.11.

The process color (four color CMYK) of #0d291e color hex is 0.68, 0.00, 0.27, 0.84. Web safe color of #0d291e is #003333. Color #0d291e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00101001 00011110
Octal 15 51 36
Decimal 13 41 30
Hex D 29 1E

RGB Percentages of Color #0d291e

%15.48
%48.81
%35.71

CMYK Percentages of Color #0d291e

%68
%0
%27
%84

Triadic Colors of #0d291e

#0d291e #1e0d29 #291e0d

Analogous Colors of #0d291e

#0d291e #0d2629 #0d2910

Monochromatic Colors of #0d291e

#0d291e

Complementary Color

#0d291e #290d18

#0d291e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d291e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d291e Color CSS Codes

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

#0d291e Text Font Color

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

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


#0d291e Background Color

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

This div background color is #0d291e


#0d291e Border Color

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

This div border color is #0d291e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,41,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d291e


Comments

No comments written yet.

Please login to write comment.