Color Hex Logo

#0d821d Color Hex

#0D821D
(13,130,29)
0 Favorites   0 Comments

Color spaces of #0d821d

RGB 1313029
HSL0.360.820.28
HSV128°90°51°
CMYK 0.900.000.78   0.49
XYZ8.370416.13953.8365
Yxy16.13950.29530.5694
Hunter Lab40.1740-33.113422.4598
CIE-Lab47.1570-49.774843.3239

#0d821d color RGB value is (13,130,29).

#0d821d hex color red value is 13, green value is 130 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0d821d hue: 0.36 , saturation: 0.82 and the lightness value of 0d821d is 0.28.

The process color (four color CMYK) of #0d821d color hex is 0.90, 0.00, 0.78, 0.49. Web safe color of #0d821d is #009933. Color #0d821d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10000010 00011101
Octal 15 202 35
Decimal 13 130 29
Hex D 82 1D

RGB Percentages of Color #0d821d

%7.56
%75.58
%16.86

CMYK Percentages of Color #0d821d

%90
%0
%78
%49

Triadic Colors of #0d821d

#0d821d #1d0d82 #821d0d

Analogous Colors of #0d821d

#0d821d #0d8258 #38820d

Monochromatic Colors of #0d821d

#0d821d

Complementary Color

#0d821d #820d72

#0d821d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d821d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d821d Color CSS Codes

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

#0d821d Text Font Color

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

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


#0d821d Background Color

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

This div background color is #0d821d


#0d821d Border Color

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

This div border color is #0d821d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d821d


Comments

No comments written yet.

Please login to write comment.