#1F4026

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

Shades of Deep Fir #1F4026

Tints of Deep Fir #1F4026

Color information

#1F4026 (or 0x1F4026) is unknown color: approx Deep Fir. HEX triplet: 1F, 40 and 26. RGB value is (31,64,38). Sum of RGB (Red+Green+Blue) = 31+64+38=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4026 is #E0BFD9. Grayscale: #333333. Windows color (decimal): -14729178 or 2506783. OLE color: 2506783.

HSL color Cylindrical-coordinate representation of color #1F4026: hue angle of 132.73º 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 #1F4026 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB316438-
CMYK0.5200.410.75
HSL132.73º34.74%18.63%-
HSV(B)132.73º51.56%25.1%-
XYZ2.754.12.48-
YUV51.17120.57113.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.31%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=23.31%
G=48.12%
B=28.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164380.5200.410.75132.7334.7418.63
Hex1F4026340294B852313
Octal3710046640511132054323
Binary111111000000100110110100010100110010111000010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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