#112C1C

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

Shades of Deep Fir #112C1C

Tints of Deep Fir #112C1C

Color information

#112C1C (or 0x112C1C) is unknown color: approx Deep Fir. HEX triplet: 11, 2C and 1C. RGB value is (17,44,28). Sum of RGB (Red+Green+Blue) = 17+44+28=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 44 (17.58% from 255 or 49.44% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 44 - color contains mainly: green. Hex color #112C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C1C is #EED3E3. Grayscale: #222222. Windows color (decimal): -15651812 or 1846289. OLE color: 1846289.

HSL color Cylindrical-coordinate representation of color #112C1C: hue angle of 144.44º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #112C1C is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.

Color convert

RGB174428-
CMYK0.6100.360.83
HSL144.44º44.26%11.96%-
HSV(B)144.44º61.36%17.25%-
XYZ1.3421.41-
YUV34.1124.55115.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 44 (17.58% from 255) = 49.44%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=19.10%
G=49.44%
B=31.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1744280.6100.360.83144.4444.2611.96
Hex112C1C3D02453902cc
Octal215434750441232205414
Binary100011011001110011110101001001010011100100001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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