Color Hex Logo

#12752f Color Hex

#12752F
(18,117,47)
0 Favorites   0 Comments

Color spaces of #12752f

RGB 1811747
HSL0.380.730.26
HSV138°85°46°
CMYK 0.850.000.60   0.54
XYZ7.123813.05644.8340
Yxy13.05640.28480.5220
Hunter Lab36.1336-28.042317.3617
CIE-Lab42.8481-42.844130.6439

#12752f color RGB value is (18,117,47).

#12752f hex color red value is 18, green value is 117 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #12752f hue: 0.38 , saturation: 0.73 and the lightness value of 12752f is 0.26.

The process color (four color CMYK) of #12752f color hex is 0.85, 0.00, 0.60, 0.54. Web safe color of #12752f is #006633. Color #12752f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110101 00101111
Octal 22 165 57
Decimal 18 117 47
Hex 12 75 2F

RGB Percentages of Color #12752f

%9.89
%64.29
%25.82

CMYK Percentages of Color #12752f

%85
%0
%60
%54

Triadic Colors of #12752f

#12752f #2f1275 #752f12

Analogous Colors of #12752f

#12752f #127561 #277512

Monochromatic Colors of #12752f

#12752f

Complementary Color

#12752f #751258

#12752f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12752f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12752f Color CSS Codes

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

#12752f Text Font Color

<p style="color:#12752f">Text here</p>

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


#12752f Background Color

<div style="background-color:#12752f">
Div content here</div>

This div background color is #12752f


#12752f Border Color

<div style="border:3px solid #12752f">
Div here</div>

This div border color is #12752f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,117,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12752f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12752f;
  -webkit-box-shadow: 1px 1px 3px 2px #12752f;
  box-shadow:         1px 1px 3px 2px #12752f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,117,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 #12752f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12752f


Comments

No comments written yet.

Please login to write comment.