#112E1D

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

Shades of Deep Fir #112E1D

Tints of Deep Fir #112E1D

Color information

#112E1D (or 0x112E1D) is unknown color: approx Deep Fir. HEX triplet: 11, 2E and 1D. RGB value is (17,46,29). Sum of RGB (Red+Green+Blue) = 17+46+29=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #112E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E1D is #EED1E2. Grayscale: #232323. Windows color (decimal): -15651299 or 1912337. OLE color: 1912337.

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

Color convert

RGB174629-
CMYK0.6300.370.82
HSL144.83º46.03%12.35%-
HSV(B)144.83º63.04%18.04%-
XYZ1.432.161.5-
YUV35.39124.39114.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 46 (18.36% from 255) = 50%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=18.48%
G=50%
B=31.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1746290.6300.370.82144.8346.0312.35
Hex112E1D3F02552912ec
Octal215635770451222215614
Binary100011011101110111111101001011010010100100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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