Color Hex Logo

#0c701d Color Hex

#0C701D
(12,112,29)
0 Favorites   0 Comments

Color spaces of #0c701d

RGB 1211229
HSL0.360.810.24
HSV130°89°44°
CMYK 0.890.000.74   0.56
XYZ6.167611.75523.1063
Yxy11.75520.29330.5590
Hunter Lab34.2859-27.890318.6284
CIE-Lab40.8244-44.009836.8613

#0c701d color RGB value is (12,112,29).

#0c701d hex color red value is 12, green value is 112 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0c701d hue: 0.36 , saturation: 0.81 and the lightness value of 0c701d is 0.24.

The process color (four color CMYK) of #0c701d color hex is 0.89, 0.00, 0.74, 0.56. Web safe color of #0c701d is #006633. Color #0c701d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01110000 00011101
Octal 14 160 35
Decimal 12 112 29
Hex C 70 1D

RGB Percentages of Color #0c701d

%7.84
%73.20
%18.95

CMYK Percentages of Color #0c701d

%89
%0
%74
%56

Triadic Colors of #0c701d

#0c701d #1d0c70 #701d0c

Analogous Colors of #0c701d

#0c701d #0c704f #2d700c

Monochromatic Colors of #0c701d

#0c701d

Complementary Color

#0c701d #700c5f

#0c701d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c701d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c701d Color CSS Codes

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

#0c701d Text Font Color

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

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


#0c701d Background Color

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

This div background color is #0c701d


#0c701d Border Color

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

This div border color is #0c701d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c701d


Comments

No comments written yet.

Please login to write comment.