Color Hex Logo

#1b481f Color Hex

#1B481F
(27,72,31)
0 Favorites   0 Comments

Color spaces of #1b481f

RGB 277231
HSL0.350.450.19
HSV125°63°28°
CMYK 0.630.000.57   0.72
XYZ3.01674.96672.0960
Yxy4.96670.29930.4928
Hunter Lab22.2861-14.838510.0241
CIE-Lab26.6397-25.484319.9156

#1b481f color RGB value is (27,72,31).

#1b481f hex color red value is 27, green value is 72 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #1b481f hue: 0.35 , saturation: 0.45 and the lightness value of 1b481f is 0.19.

The process color (four color CMYK) of #1b481f color hex is 0.63, 0.00, 0.57, 0.72. Web safe color of #1b481f is #333333. Color #1b481f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01001000 00011111
Octal 33 110 37
Decimal 27 72 31
Hex 1B 48 1F

RGB Percentages of Color #1b481f

%20.77
%55.38
%23.85

CMYK Percentages of Color #1b481f

%63
%0
%57
%72

Triadic Colors of #1b481f

#1b481f #1f1b48 #481f1b

Analogous Colors of #1b481f

#1b481f #1b4836 #2e481b

Monochromatic Colors of #1b481f

#1b481f

Complementary Color

#1b481f #481b44

#1b481f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b481f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b481f Color CSS Codes

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

#1b481f Text Font Color

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

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


#1b481f Background Color

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

This div background color is #1b481f


#1b481f Border Color

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

This div border color is #1b481f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,72,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b481f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b481f;
  -webkit-box-shadow: 1px 1px 3px 2px #1b481f;
  box-shadow:         1px 1px 3px 2px #1b481f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,72,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 #1b481f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b481f


Comments

No comments written yet.

Please login to write comment.