Color Hex Logo

#12491b Color Hex

#12491B
(18,73,27)
0 Favorites   0 Comments

Color spaces of #12491b

RGB 187327
HSL0.360.600.18
HSV130°75°29°
CMYK 0.750.000.63   0.71
XYZ2.82984.97281.8476
Yxy4.97280.29320.5153
Hunter Lab22.2998-16.373310.6975
CIE-Lab26.6571-28.898822.1528

#12491b color RGB value is (18,73,27).

#12491b hex color red value is 18, green value is 73 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #12491b hue: 0.36 , saturation: 0.60 and the lightness value of 12491b is 0.18.

The process color (four color CMYK) of #12491b color hex is 0.75, 0.00, 0.63, 0.71. Web safe color of #12491b is #003333. Color #12491b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001001 00011011
Octal 22 111 33
Decimal 18 73 27
Hex 12 49 1B

RGB Percentages of Color #12491b

%15.25
%61.86
%22.88

CMYK Percentages of Color #12491b

%75
%0
%63
%71

Triadic Colors of #12491b

#12491b #1b1249 #491b12

Analogous Colors of #12491b

#12491b #124937 #254912

Monochromatic Colors of #12491b

#12491b

Complementary Color

#12491b #491240

#12491b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12491b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12491b Color CSS Codes

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

#12491b Text Font Color

<p style="color:#12491b">Text here</p>

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


#12491b Background Color

<div style="background-color:#12491b">
Div content here</div>

This div background color is #12491b


#12491b Border Color

<div style="border:3px solid #12491b">
Div here</div>

This div border color is #12491b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,73,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12491b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12491b;
  -webkit-box-shadow: 1px 1px 3px 2px #12491b;
  box-shadow:         1px 1px 3px 2px #12491b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12491b


Comments

No comments written yet.

Please login to write comment.