Color Hex Logo

#1f5228 Color Hex

#1F5228
(31,82,40)
0 Favorites   0 Comments

Color spaces of #1f5228

RGB 318240
HSL0.360.450.22
HSV131°62°32°
CMYK 0.620.000.51   0.68
XYZ3.96546.47913.0491
Yxy6.47910.29390.4802
Hunter Lab25.4541-16.736810.7156
CIE-Lab30.5904-27.405819.5940

#1f5228 color RGB value is (31,82,40).

#1f5228 hex color red value is 31, green value is 82 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #1f5228 hue: 0.36 , saturation: 0.45 and the lightness value of 1f5228 is 0.22.

The process color (four color CMYK) of #1f5228 color hex is 0.62, 0.00, 0.51, 0.68. Web safe color of #1f5228 is #336633. Color #1f5228 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01010010 00101000
Octal 37 122 50
Decimal 31 82 40
Hex 1F 52 28

RGB Percentages of Color #1f5228

%20.26
%53.59
%26.14

CMYK Percentages of Color #1f5228

%62
%0
%51
%68

Triadic Colors of #1f5228

#1f5228 #281f52 #52281f

Analogous Colors of #1f5228

#1f5228 #1f5242 #30521f

Monochromatic Colors of #1f5228

#1f5228

Complementary Color

#1f5228 #521f49

#1f5228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f5228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f5228 Color CSS Codes

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

#1f5228 Text Font Color

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

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


#1f5228 Background Color

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

This div background color is #1f5228


#1f5228 Border Color

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

This div border color is #1f5228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f5228


Comments

No comments written yet.

Please login to write comment.