Color Hex Logo

#0c852f Color Hex

#0C852F
(12,133,47)
0 Favorites   0 Comments

Color spaces of #0c852f

RGB 1213347
HSL0.380.830.28
HSV137°91°52°
CMYK 0.910.000.65   0.48
XYZ9.052217.05855.5048
Yxy17.05850.28630.5396
Hunter Lab41.3019-33.156321.0091
CIE-Lab48.3337-48.963836.9669

#0c852f color RGB value is (12,133,47).

#0c852f hex color red value is 12, green value is 133 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #0c852f hue: 0.38 , saturation: 0.83 and the lightness value of 0c852f is 0.28.

The process color (four color CMYK) of #0c852f color hex is 0.91, 0.00, 0.65, 0.48. Web safe color of #0c852f is #009933. Color #0c852f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10000101 00101111
Octal 14 205 57
Decimal 12 133 47
Hex C 85 2F

RGB Percentages of Color #0c852f

%6.25
%69.27
%24.48

CMYK Percentages of Color #0c852f

%91
%0
%65
%48

Triadic Colors of #0c852f

#0c852f #2f0c85 #852f0c

Analogous Colors of #0c852f

#0c852f #0c856c #26850c

Monochromatic Colors of #0c852f

#0c852f

Complementary Color

#0c852f #850c62

#0c852f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c852f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c852f Color CSS Codes

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

#0c852f Text Font Color

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

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


#0c852f Background Color

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

This div background color is #0c852f


#0c852f Border Color

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

This div border color is #0c852f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,133,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c852f


Comments

No comments written yet.

Please login to write comment.