#112B1A

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

Shades of Deep Fir #112B1A

Tints of Deep Fir #112B1A

Color information

#112B1A (or 0x112B1A) is unknown color: approx Deep Fir. HEX triplet: 11, 2B and 1A. RGB value is (17,43,26). Sum of RGB (Red+Green+Blue) = 17+43+26=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 43 (17.19% from 255 or 50% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 43 - color contains mainly: green. Hex color #112B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B1A is #EED4E5. Grayscale: #212121. Windows color (decimal): -15652070 or 1714961. OLE color: 1714961.

HSL color Cylindrical-coordinate representation of color #112B1A: hue angle of 140.77º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112B1A is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.83.

Color convert

RGB174326-
CMYK0.6000.400.83
HSL140.77º43.33%11.76%-
HSV(B)140.77º60.47%16.86%-
XYZ1.281.921.28-
YUV33.29123.89116.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 43 (17.19% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 30.23%
R=19.77%
G=50%
B=30.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1743260.6000.400.83140.7743.3311.76
Hex112B1A3C028538d2bc
Octal215332740501232155314
Binary100011010111101011110001010001010011100011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,43,26); }

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

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

 a { background-color: rgb(17,43,26); }

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

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

 span { border-color: rgb(17,43,26); }

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