#112E1A

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

Shades of Deep Fir #112E1A

Tints of Deep Fir #112E1A

Color information

#112E1A (or 0x112E1A) is unknown color: approx Deep Fir. HEX triplet: 11, 2E and 1A. RGB value is (17,46,26). Sum of RGB (Red+Green+Blue) = 17+46+26=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #112E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E1A is #EED1E5. Grayscale: #232323. Windows color (decimal): -15651302 or 1715729. OLE color: 1715729.

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

Color convert

RGB174626-
CMYK0.6300.430.82
HSL138.62º46.03%12.35%-
HSV(B)138.62º63.04%18.04%-
XYZ1.392.151.32-
YUV35.05122.89115.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 46 (18.36% from 255) = 51.69%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=19.10%
G=51.69%
B=29.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1746260.6300.430.82138.6246.0312.35
Hex112E1A3F02B528b2ec
Octal215632770531222135614
Binary100011011101101011111101010111010010100010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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