#1F4726

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

Shades of Deep Fir #1F4726

Tints of Deep Fir #1F4726

Color information

#1F4726 (or 0x1F4726) is unknown color: approx Deep Fir. HEX triplet: 1F, 47 and 26. RGB value is (31,71,38). Sum of RGB (Red+Green+Blue) = 31+71+38=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #1F4726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4726 is #E0B8D9. Grayscale: #373737. Windows color (decimal): -14727386 or 2508575. OLE color: 2508575.

HSL color Cylindrical-coordinate representation of color #1F4726: hue angle of 130.5º 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 #1F4726 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB317138-
CMYK0.5600.460.72
HSL130.5º39.22%20%-
HSV(B)130.5º56.34%27.84%-
XYZ3.174.942.62-
YUV55.28118.25110.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.14%
GREEN value IS 71 (28.12% from 255) = 50.71%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=22.14%
G=50.71%
B=27.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3171380.5600.460.72130.539.2220
Hex1F47263802E48822714
Octal3710746700561102024724
Binary111111000111100110111000010111010010001000001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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