Color Hex Logo

#0d862a Color Hex

#0D862A
(13,134,42)
0 Favorites   0 Comments

Color spaces of #0d862a

RGB 1313442
HSL0.370.820.29
HSV134°90°53°
CMYK 0.900.000.69   0.47
XYZ9.109017.30295.0502
Yxy17.30290.28950.5500
Hunter Lab41.5968-33.705821.9194
CIE-Lab48.6394-49.805339.5886

#0d862a color RGB value is (13,134,42).

#0d862a hex color red value is 13, green value is 134 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #0d862a hue: 0.37 , saturation: 0.82 and the lightness value of 0d862a is 0.29.

The process color (four color CMYK) of #0d862a color hex is 0.90, 0.00, 0.69, 0.47. Web safe color of #0d862a is #009933. Color #0d862a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10000110 00101010
Octal 15 206 52
Decimal 13 134 42
Hex D 86 2A

RGB Percentages of Color #0d862a

%6.88
%70.90
%22.22

CMYK Percentages of Color #0d862a

%90
%0
%69
%47

Triadic Colors of #0d862a

#0d862a #2a0d86 #862a0d

Analogous Colors of #0d862a

#0d862a #0d8667 #2d860d

Monochromatic Colors of #0d862a

#0d862a

Complementary Color

#0d862a #860d69

#0d862a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d862a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d862a Color CSS Codes

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

#0d862a Text Font Color

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

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


#0d862a Background Color

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

This div background color is #0d862a


#0d862a Border Color

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

This div border color is #0d862a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d862a


Comments

No comments written yet.

Please login to write comment.