Color Hex Logo

#1f740f Color Hex

#1F740F
(31,116,15)
0 Favorites   0 Comments

Color spaces of #1f740f

RGB 3111615
HSL0.310.770.26
HSV110°87°45°
CMYK 0.730.000.87   0.55
XYZ6.896712.81662.5623
Yxy12.81660.30960.5754
Hunter Lab35.8003-28.263620.8167
CIE-Lab42.4856-43.545943.5242

#1f740f color RGB value is (31,116,15).

#1f740f hex color red value is 31, green value is 116 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #1f740f hue: 0.31 , saturation: 0.77 and the lightness value of 1f740f is 0.26.

The process color (four color CMYK) of #1f740f color hex is 0.73, 0.00, 0.87, 0.55. Web safe color of #1f740f is #336600. Color #1f740f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01110100 00001111
Octal 37 164 17
Decimal 31 116 15
Hex 1F 74 F

RGB Percentages of Color #1f740f

%19.14
%71.60
%9.26

CMYK Percentages of Color #1f740f

%73
%0
%87
%55

Triadic Colors of #1f740f

#1f740f #0f1f74 #740f1f

Analogous Colors of #1f740f

#1f740f #0f7431 #52740f

Monochromatic Colors of #1f740f

#1f740f

Complementary Color

#1f740f #640f74

#1f740f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f740f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f740f Color CSS Codes

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

#1f740f Text Font Color

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

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


#1f740f Background Color

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

This div background color is #1f740f


#1f740f Border Color

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

This div border color is #1f740f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f740f


Comments

No comments written yet.

Please login to write comment.