Color Hex Logo

#138240 Color Hex

#138240
(19,130,64)
0 Favorites   0 Comments

Color spaces of #138240

RGB 1913064
HSL0.400.740.29
HSV144°85°51°
CMYK 0.850.000.51   0.49
XYZ9.176616.47397.5466
Yxy16.47390.27640.4962
Hunter Lab40.5881-30.671817.3878
CIE-Lab47.5902-44.718027.4846

#138240 color RGB value is (19,130,64).

#138240 hex color red value is 19, green value is 130 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #138240 hue: 0.40 , saturation: 0.74 and the lightness value of 138240 is 0.29.

The process color (four color CMYK) of #138240 color hex is 0.85, 0.00, 0.51, 0.49. Web safe color of #138240 is #009933. Color #138240 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000010 01000000
Octal 23 202 100
Decimal 19 130 64
Hex 13 82 40

RGB Percentages of Color #138240

%8.92
%61.03
%30.05

CMYK Percentages of Color #138240

%85
%0
%51
%49

Triadic Colors of #138240

#138240 #401382 #824013

Analogous Colors of #138240

#138240 #138278 #1e8213

Monochromatic Colors of #138240

#138240

Complementary Color

#138240 #821355

#138240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138240 Color CSS Codes

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

#138240 Text Font Color

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

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


#138240 Background Color

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

This div background color is #138240


#138240 Border Color

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

This div border color is #138240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138240


Comments

No comments written yet.

Please login to write comment.