#112B18

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

Shades of Deep Fir #112B18

Tints of Deep Fir #112B18

Color information

#112B18 (or 0x112B18) is unknown color: approx Deep Fir. HEX triplet: 11, 2B and 18. RGB value is (17,43,24). Sum of RGB (Red+Green+Blue) = 17+43+24=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 43 (17.19% from 255 or 51.19% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 43 - color contains mainly: green. Hex color #112B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112B18 is #EED4E7. Grayscale: #212121. Windows color (decimal): -15652072 or 1583889. OLE color: 1583889.

HSL color Cylindrical-coordinate representation of color #112B18: hue angle of 136.15º 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 #112B18 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.83.

Color convert

RGB174324-
CMYK0.6000.440.83
HSL136.15º43.33%11.76%-
HSV(B)136.15º60.47%16.86%-
XYZ1.261.911.17-
YUV33.06122.89116.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 43 (17.19% from 255) = 51.19%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=20.24%
G=51.19%
B=28.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1743240.6000.440.83136.1543.3311.76
Hex112B183C02C53882bc
Octal215330740541232105314
Binary100011010111100011110001011001010011100010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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