#1F3627

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

Shades of Deep Fir #1F3627

Tints of Deep Fir #1F3627

Color information

#1F3627 (or 0x1F3627) is unknown color: approx Deep Fir. HEX triplet: 1F, 36 and 27. RGB value is (31,54,39). Sum of RGB (Red+Green+Blue) = 31+54+39=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #1F3627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3627 is #E0C9D8. Grayscale: #2D2D2D. Windows color (decimal): -14731737 or 2569759. OLE color: 2569759.

HSL color Cylindrical-coordinate representation of color #1F3627: hue angle of 140.87º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3627 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB315439-
CMYK0.4300.280.79
HSL140.87º27.06%16.67%-
HSV(B)140.87º42.59%21.18%-
XYZ2.253.082.39-
YUV45.41124.38117.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 39 (15.62% from 255) = 31.45%
R=25%
G=43.55%
B=31.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3154390.4300.280.79140.8727.0616.67
Hex1F36272B01C4F8d1b11
Octal376647530341172153321
Binary111111101101001111010110111001001111100011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,39); }

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

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

 a { background-color: rgb(31,54,39); }

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

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

 span { border-color: rgb(31,54,39); }

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