#112F1C

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

Shades of Deep Fir #112F1C

Tints of Deep Fir #112F1C

Color information

#112F1C (or 0x112F1C) is unknown color: approx Deep Fir. HEX triplet: 11, 2F and 1C. RGB value is (17,47,28). Sum of RGB (Red+Green+Blue) = 17+47+28=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 47 (18.75% from 255 or 51.09% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 47 - color contains mainly: green. Hex color #112F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F1C is #EED0E3. Grayscale: #232323. Windows color (decimal): -15651044 or 1847057. OLE color: 1847057.

HSL color Cylindrical-coordinate representation of color #112F1C: hue angle of 142º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #112F1C is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.82.

Color convert

RGB174728-
CMYK0.6400.400.82
HSL142º46.88%12.55%-
HSV(B)142º63.83%18.43%-
XYZ1.462.241.45-
YUV35.86123.56114.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 47 (18.75% from 255) = 51.09%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=18.48%
G=51.09%
B=30.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1747280.6400.400.8214246.8812.55
Hex112F1C40028528e2fd
Octal2157341000501222165715
Binary1000110111111100100000001010001010010100011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112F1C; }

 p { color: rgb(17,47,28); }

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

<style>
 a { background-color: #112F1C; }

 a { background-color: rgb(17,47,28); }

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

<style>
 span { border-color: #112F1C; }

 span { border-color: rgb(17,47,28); }

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