#112F1A

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

Shades of Deep Fir #112F1A

Tints of Deep Fir #112F1A

Color information

#112F1A (or 0x112F1A) is unknown color: approx Deep Fir. HEX triplet: 11, 2F and 1A. RGB value is (17,47,26). Sum of RGB (Red+Green+Blue) = 17+47+26=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #112F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F1A is #EED0E5. Grayscale: #232323. Windows color (decimal): -15651046 or 1715985. OLE color: 1715985.

HSL color Cylindrical-coordinate representation of color #112F1A: hue angle of 138º 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 #112F1A is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.82.

Color convert

RGB174726-
CMYK0.6400.450.82
HSL138º46.88%12.55%-
HSV(B)138º63.83%18.43%-
XYZ1.432.231.33-
YUV35.64122.56114.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.89%
GREEN value IS 47 (18.75% from 255) = 52.22%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=18.89%
G=52.22%
B=28.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1747260.6400.450.8213846.8812.55
Hex112F1A4002D528a2fd
Octal2157321000551222125715
Binary1000110111111010100000001011011010010100010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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