Color Hex Logo

#138315 Color Hex

#138315
(19,131,21)
0 Favorites   0 Comments

Color spaces of #138315

RGB 1913121
HSL0.340.750.29
HSV121°85°51°
CMYK 0.850.000.84   0.49
XYZ8.520216.42523.4308
Yxy16.42520.30030.5788
Hunter Lab40.5280-33.398023.3506
CIE-Lab47.5275-50.052646.3605

#138315 color RGB value is (19,131,21).

#138315 hex color red value is 19, green value is 131 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #138315 hue: 0.34 , saturation: 0.75 and the lightness value of 138315 is 0.29.

The process color (four color CMYK) of #138315 color hex is 0.85, 0.00, 0.84, 0.49. Web safe color of #138315 is #009900. Color #138315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000011 00010101
Octal 23 203 25
Decimal 19 131 21
Hex 13 83 15

RGB Percentages of Color #138315

%11.11
%76.61
%12.28

CMYK Percentages of Color #138315

%85
%0
%84
%49

Triadic Colors of #138315

#138315 #151383 #831513

Analogous Colors of #138315

#138315 #13834d #498313

Monochromatic Colors of #138315

#138315

Complementary Color

#138315 #831381

#138315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138315 Color CSS Codes

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

#138315 Text Font Color

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

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


#138315 Background Color

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

This div background color is #138315


#138315 Border Color

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

This div border color is #138315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138315


Comments

No comments written yet.

Please login to write comment.