Color Hex Logo

#138728 Color Hex

#138728
(19,135,40)
0 Favorites   0 Comments

Color spaces of #138728

RGB 1913540
HSL0.360.750.30
HSV131°86°53°
CMYK 0.860.000.70   0.47
XYZ9.315517.61964.9174
Yxy17.61960.29250.5532
Hunter Lab41.9757-33.843722.4372
CIE-Lab49.0314-49.778740.8999

#138728 color RGB value is (19,135,40).

#138728 hex color red value is 19, green value is 135 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #138728 hue: 0.36 , saturation: 0.75 and the lightness value of 138728 is 0.30.

The process color (four color CMYK) of #138728 color hex is 0.86, 0.00, 0.70, 0.47. Web safe color of #138728 is #009933. Color #138728 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000111 00101000
Octal 23 207 50
Decimal 19 135 40
Hex 13 87 28

RGB Percentages of Color #138728

%9.79
%69.59
%20.62

CMYK Percentages of Color #138728

%86
%0
%70
%47

Triadic Colors of #138728

#138728 #281387 #872813

Analogous Colors of #138728

#138728 #138762 #388713

Monochromatic Colors of #138728

#138728

Complementary Color

#138728 #871372

#138728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138728 Color CSS Codes

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

#138728 Text Font Color

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

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


#138728 Background Color

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

This div background color is #138728


#138728 Border Color

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

This div border color is #138728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138728


Comments

No comments written yet.

Please login to write comment.