#1F4729

Color #1F4729 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #1F4729

Tints of Deep Fir #1F4729

Color information

#1F4729 (or 0x1F4729) is unknown color: approx Deep Fir. HEX triplet: 1F, 47 and 29. RGB value is (31,71,41). Sum of RGB (Red+Green+Blue) = 31+71+41=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #1F4729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4729 is #E0B8D6. Grayscale: #373737. Windows color (decimal): -14727383 or 2705183. OLE color: 2705183.

HSL color Cylindrical-coordinate representation of color #1F4729: hue angle of 135º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F4729 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB317141-
CMYK0.5600.420.72
HSL135º39.22%20%-
HSV(B)135º56.34%27.84%-
XYZ3.224.962.89-
YUV55.62119.75110.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 21.68%
GREEN value IS 71 (28.12% from 255) = 49.65%
BLUE value IS 41 (16.41% from 255) = 28.67%
R=21.68%
G=49.65%
B=28.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3171410.5600.420.7213539.2220
Hex1F47293802A48872714
Octal3710751700521102074724
Binary111111000111101001111000010101010010001000011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F4729; }

 p { color: rgb(31,71,41); }

 H1.HeaderClassName
 {
   color: #1F4729;
 }
 .AnyTagClassName
 {
   color: #1F4729;
 }
</style>
background-color css

<style>
 a { background-color: #1F4729; }

 a { background-color: rgb(31,71,41); }

 div.DivClassName
 {
   background-color: #1F4729;
 }
 .BgClassName
 {
   background-color: #1F4729;
 }
</style>
border-color css

<style>
 span { border-color: #1F4729; }

 span { border-color: rgb(31,71,41); }

 td.TdClassName
 {
   border-color: #1F4729;
 }
 .TagClassName
 {
   border-color: #1F4729;
 }
</style>