Color Hex Logo

#138041 Color Hex

#138041
(19,128,65)
0 Favorites   0 Comments

Color spaces of #138041

RGB 1912865
HSL0.400.740.29
HSV145°85°50°
CMYK 0.850.000.49   0.50
XYZ8.941915.95847.6100
Yxy15.95840.27500.4909
Hunter Lab39.9480-29.953716.6690
CIE-Lab46.9199-43.801126.0994

#138041 color RGB value is (19,128,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000000 01000001
Octal 23 200 101
Decimal 19 128 65
Hex 13 80 41

RGB Percentages of Color #138041

%8.96
%60.38
%30.66

CMYK Percentages of Color #138041

%85
%0
%49
%50

Triadic Colors of #138041

#138041 #411380 #804113

Analogous Colors of #138041

#138041 #138078 #1c8013

Monochromatic Colors of #138041

#138041

Complementary Color

#138041 #801352

#138041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138041 Color CSS Codes

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

#138041 Text Font Color

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

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


#138041 Background Color

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

This div background color is #138041


#138041 Border Color

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

This div border color is #138041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138041


Comments

No comments written yet.

Please login to write comment.