Color Hex Logo

#112c2a Color Hex

#112C2A
(17,44,42)
0 Favorites   0 Comments

Color spaces of #112c2a

RGB 174442
HSL0.490.440.12
HSV176°61°17°
CMYK 0.610.000.05   0.83
XYZ1.54982.08772.5118
Yxy2.08770.25200.3395
Hunter Lab14.4489-6.1395-0.1928
CIE-Lab15.9409-10.8871-1.8635

#112c2a color RGB value is (17,44,42).

#112c2a hex color red value is 17, green value is 44 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #112c2a hue: 0.49 , saturation: 0.44 and the lightness value of 112c2a is 0.12.

The process color (four color CMYK) of #112c2a color hex is 0.61, 0.00, 0.05, 0.83. Web safe color of #112c2a is #003333. Color #112c2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101100 00101010
Octal 21 54 52
Decimal 17 44 42
Hex 11 2C 2A

RGB Percentages of Color #112c2a

%16.50
%42.72
%40.78

CMYK Percentages of Color #112c2a

%61
%0
%5
%83

Triadic Colors of #112c2a

#112c2a #2a112c #2c2a11

Analogous Colors of #112c2a

#112c2a #11212c #112c1d

Monochromatic Colors of #112c2a

#112c2a

Complementary Color

#112c2a #2c1113

#112c2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112c2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#112c2a Color CSS Codes

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

#112c2a Text Font Color

<p style="color:#112c2a">Text here</p>

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


#112c2a Background Color

<div style="background-color:#112c2a">
Div content here</div>

This div background color is #112c2a


#112c2a Border Color

<div style="border:3px solid #112c2a">
Div here</div>

This div border color is #112c2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,44,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112c2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112c2a;
  -webkit-box-shadow: 1px 1px 3px 2px #112c2a;
  box-shadow:         1px 1px 3px 2px #112c2a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,44,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112c2a


Comments

No comments written yet.

Please login to write comment.