#1F3426

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

Shades of Deep Fir #1F3426

Tints of Deep Fir #1F3426

Color information

#1F3426 (or 0x1F3426) is unknown color: approx Deep Fir. HEX triplet: 1F, 34 and 26. RGB value is (31,52,38). Sum of RGB (Red+Green+Blue) = 31+52+38=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3426 is #E0CBD9. Grayscale: #2C2C2C. Windows color (decimal): -14732250 or 2503711. OLE color: 2503711.

HSL color Cylindrical-coordinate representation of color #1F3426: hue angle of 140º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F3426 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB315238-
CMYK0.4000.270.80
HSL140º25.3%16.27%-
HSV(B)140º40.38%20.39%-
XYZ2.142.892.28-
YUV44.12124.54118.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.62%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=25.62%
G=42.98%
B=31.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3152380.4000.270.8014025.316.27
Hex1F34262801B508c1910
Octal376446500331202143120
Binary111111101001001101010000110111010000100011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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