#112D1A

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

Shades of Deep Fir #112D1A

Tints of Deep Fir #112D1A

Color information

#112D1A (or 0x112D1A) is unknown color: approx Deep Fir. HEX triplet: 11, 2D and 1A. RGB value is (17,45,26). Sum of RGB (Red+Green+Blue) = 17+45+26=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 45 (17.97% from 255 or 51.14% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 45 - color contains mainly: green. Hex color #112D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D1A is #EED2E5. Grayscale: #222222. Windows color (decimal): -15651558 or 1715473. OLE color: 1715473.

HSL color Cylindrical-coordinate representation of color #112D1A: hue angle of 139.29º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #112D1A is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.82.

Color convert

RGB174526-
CMYK0.6200.420.82
HSL139.29º45.16%12.16%-
HSV(B)139.29º62.22%17.65%-
XYZ1.362.071.31-
YUV34.46123.22115.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 45 (17.97% from 255) = 51.14%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=19.32%
G=51.14%
B=29.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1745260.6200.420.82139.2945.1612.16
Hex112D1A3E02A528b2dc
Octal215532760521222135514
Binary100011011011101011111001010101010010100010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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