Color Hex Logo

#124913 Color Hex

#124913
(18,73,19)
0 Favorites   0 Comments

Color spaces of #124913

RGB 187319
HSL0.340.600.18
HSV121°75°29°
CMYK 0.750.000.74   0.71
XYZ2.74954.94071.4248
Yxy4.94070.30160.5420
Hunter Lab22.2277-16.818511.7589
CIE-Lab26.5651-29.982226.2585

#124913 color RGB value is (18,73,19).

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

The process color (four color CMYK) of #124913 color hex is 0.75, 0.00, 0.74, 0.71. Web safe color of #124913 is #003300. Color #124913 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001001 00010011
Octal 22 111 23
Decimal 18 73 19
Hex 12 49 13

RGB Percentages of Color #124913

%16.36
%66.36
%17.27

CMYK Percentages of Color #124913

%75
%0
%74
%71

Triadic Colors of #124913

#124913 #131249 #491312

Analogous Colors of #124913

#124913 #12492f #2d4912

Monochromatic Colors of #124913

#124913

Complementary Color

#124913 #491248

#124913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124913 Color CSS Codes

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

#124913 Text Font Color

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

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


#124913 Background Color

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

This div background color is #124913


#124913 Border Color

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

This div border color is #124913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124913


Comments

No comments written yet.

Please login to write comment.