Color Hex Logo

#135d1f Color Hex

#135D1F
(19,93,31)
0 Favorites   0 Comments

Color spaces of #135d1f

RGB 199331
HSL0.360.660.22
HSV130°80°36°
CMYK 0.800.000.67   0.64
XYZ4.43028.06612.6197
Yxy8.06610.29310.5336
Hunter Lab28.4009-21.857714.4117
CIE-Lab34.1202-36.093628.6762

#135d1f color RGB value is (19,93,31).

#135d1f hex color red value is 19, green value is 93 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #135d1f hue: 0.36 , saturation: 0.66 and the lightness value of 135d1f is 0.22.

The process color (four color CMYK) of #135d1f color hex is 0.80, 0.00, 0.67, 0.64. Web safe color of #135d1f is #006633. Color #135d1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011101 00011111
Octal 23 135 37
Decimal 19 93 31
Hex 13 5D 1F

RGB Percentages of Color #135d1f

%13.29
%65.03
%21.68

CMYK Percentages of Color #135d1f

%80
%0
%67
%64

Triadic Colors of #135d1f

#135d1f #1f135d #5d1f13

Analogous Colors of #135d1f

#135d1f #135d44 #2c5d13

Monochromatic Colors of #135d1f

#135d1f

Complementary Color

#135d1f #5d1351

#135d1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135d1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#135d1f Color CSS Codes

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

#135d1f Text Font Color

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

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


#135d1f Background Color

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

This div background color is #135d1f


#135d1f Border Color

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

This div border color is #135d1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135d1f


Comments

No comments written yet.

Please login to write comment.