#112A19

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

Shades of Deep Fir #112A19

Tints of Deep Fir #112A19

Color information

#112A19 (or 0x112A19) is unknown color: approx Deep Fir. HEX triplet: 11, 2A and 19. RGB value is (17,42,25). Sum of RGB (Red+Green+Blue) = 17+42+25=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 42 (16.80% from 255 or 50% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 42 - color contains mainly: green. Hex color #112A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A19 is #EED5E6. Grayscale: #202020. Windows color (decimal): -15652327 or 1649169. OLE color: 1649169.

HSL color Cylindrical-coordinate representation of color #112A19: hue angle of 139.2º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112A19 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB174225-
CMYK0.6000.400.84
HSL139.2º42.37%11.57%-
HSV(B)139.2º59.52%16.47%-
XYZ1.231.851.21-
YUV32.59123.72116.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 42 (16.80% from 255) = 50%
BLUE value IS 25 (10.16% from 255) = 29.76%
R=20.24%
G=50%
B=29.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1742250.6000.400.84139.242.3711.57
Hex112A193C028548b2ac
Octal215231740501242135214
Binary100011010101100111110001010001010100100010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,42,25); }

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

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

 a { background-color: rgb(17,42,25); }

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

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

 span { border-color: rgb(17,42,25); }

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