Color Hex Logo

#12733e Color Hex

#12733E
(18,115,62)
0 Favorites   0 Comments

Color spaces of #12733e

RGB 1811562
HSL0.410.730.26
HSV147°84°45°
CMYK 0.840.000.46   0.55
XYZ7.249712.73796.6340
Yxy12.73790.27230.4785
Hunter Lab35.6902-26.199413.9625
CIE-Lab42.3656-39.529821.9316

#12733e color RGB value is (18,115,62).

#12733e hex color red value is 18, green value is 115 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #12733e hue: 0.41 , saturation: 0.73 and the lightness value of 12733e is 0.26.

The process color (four color CMYK) of #12733e color hex is 0.84, 0.00, 0.46, 0.55. Web safe color of #12733e is #006633. Color #12733e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110011 00111110
Octal 22 163 76
Decimal 18 115 62
Hex 12 73 3E

RGB Percentages of Color #12733e

%9.23
%58.97
%31.79

CMYK Percentages of Color #12733e

%84
%0
%46
%55

Triadic Colors of #12733e

#12733e #3e1273 #733e12

Analogous Colors of #12733e

#12733e #12736f #177312

Monochromatic Colors of #12733e

#12733e

Complementary Color

#12733e #731247

#12733e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12733e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12733e Color CSS Codes

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

#12733e Text Font Color

<p style="color:#12733e">Text here</p>

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


#12733e Background Color

<div style="background-color:#12733e">
Div content here</div>

This div background color is #12733e


#12733e Border Color

<div style="border:3px solid #12733e">
Div here</div>

This div border color is #12733e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,115,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12733e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12733e;
  -webkit-box-shadow: 1px 1px 3px 2px #12733e;
  box-shadow:         1px 1px 3px 2px #12733e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,115,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12733e


Comments

No comments written yet.

Please login to write comment.