#1F4126

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

Shades of Deep Fir #1F4126

Tints of Deep Fir #1F4126

Color information

#1F4126 (or 0x1F4126) is unknown color: approx Deep Fir. HEX triplet: 1F, 41 and 26. RGB value is (31,65,38). Sum of RGB (Red+Green+Blue) = 31+65+38=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4126 is #E0BED9. Grayscale: #333333. Windows color (decimal): -14728922 or 2507039. OLE color: 2507039.

HSL color Cylindrical-coordinate representation of color #1F4126: hue angle of 132.35º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4126 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB316538-
CMYK0.5200.420.75
HSL132.35º35.42%18.82%-
HSV(B)132.35º52.31%25.49%-
XYZ2.814.212.5-
YUV51.76120.24113.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 65 (25.78% from 255) = 48.51%
BLUE value IS 38 (15.23% from 255) = 28.36%
R=23.13%
G=48.51%
B=28.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3165380.5200.420.75132.3535.4218.82
Hex1F41263402A4B842313
Octal3710146640521132044323
Binary111111000001100110110100010101010010111000010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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