Color Hex Logo

#135b2f Color Hex

#135B2F
(19,91,47)
0 Favorites   0 Comments

Color spaces of #135b2f

RGB 199147
HSL0.400.650.22
HSV143°79°36°
CMYK 0.790.000.48   0.64
XYZ4.52277.82593.9615
Yxy7.82590.27730.4798
Hunter Lab27.9748-20.097711.1863
CIE-Lab33.6176-32.683819.2757

#135b2f color RGB value is (19,91,47).

#135b2f hex color red value is 19, green value is 91 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #135b2f hue: 0.40 , saturation: 0.65 and the lightness value of 135b2f is 0.22.

The process color (four color CMYK) of #135b2f color hex is 0.79, 0.00, 0.48, 0.64. Web safe color of #135b2f is #006633. Color #135b2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011011 00101111
Octal 23 133 57
Decimal 19 91 47
Hex 13 5B 2F

RGB Percentages of Color #135b2f

%12.10
%57.96
%29.94

CMYK Percentages of Color #135b2f

%79
%0
%48
%64

Triadic Colors of #135b2f

#135b2f #2f135b #5b2f13

Analogous Colors of #135b2f

#135b2f #135b53 #1b5b13

Monochromatic Colors of #135b2f

#135b2f

Complementary Color

#135b2f #5b133f

#135b2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135b2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#135b2f Color CSS Codes

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

#135b2f Text Font Color

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

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


#135b2f Background Color

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

This div background color is #135b2f


#135b2f Border Color

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

This div border color is #135b2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135b2f


Comments

No comments written yet.

Please login to write comment.