Color Hex Logo

#1f5009 Color Hex

#1F5009
(31,80,9)
0 Favorites   0 Comments

Color spaces of #1f5009

RGB 31809
HSL0.280.800.17
HSV101°89°31°
CMYK 0.610.000.89   0.69
XYZ3.48306.04841.2423
Yxy6.04840.32330.5614
Hunter Lab24.5935-17.758914.2205
CIE-Lab29.5342-30.191733.4825

#1f5009 color RGB value is (31,80,9).

#1f5009 hex color red value is 31, green value is 80 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #1f5009 hue: 0.28 , saturation: 0.80 and the lightness value of 1f5009 is 0.17.

The process color (four color CMYK) of #1f5009 color hex is 0.61, 0.00, 0.89, 0.69. Web safe color of #1f5009 is #336600. Color #1f5009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01010000 00001001
Octal 37 120 11
Decimal 31 80 9
Hex 1F 50 9

RGB Percentages of Color #1f5009

%25.83
%66.67
%7.50

CMYK Percentages of Color #1f5009

%61
%0
%89
%69

Triadic Colors of #1f5009

#1f5009 #091f50 #50091f

Analogous Colors of #1f5009

#1f5009 #095017 #435009

Monochromatic Colors of #1f5009

#1f5009

Complementary Color

#1f5009 #3a0950

#1f5009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f5009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f5009 Color CSS Codes

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

#1f5009 Text Font Color

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

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


#1f5009 Background Color

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

This div background color is #1f5009


#1f5009 Border Color

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

This div border color is #1f5009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f5009


Comments

No comments written yet.

Please login to write comment.