Html Css Color HEX #112C1C Deep Fir

📋 copy color: '#112C1C'

red 17 ◦ green 44 ◦ blue 28

#112C1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #112C1C

Tints of Deep Fir #112C1C

RGB

 RED value IS 17 (7.03% from 255) = 19.1%

 GREEN value IS 44 (17.58% from 255) = 49.44%

 BLUE value IS 28 (11.33% from 255) = 31.46%

R = 19.1%
G = 49.44%
B = 31.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.83

RGB Variations

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

Color information

#112C1C (or 0x112C1C) is known color: Deep Fir. HEX triplet: 11, 2C and 1C. RGB value is (17,44,28). Sum of RGB (Red+Green+Blue) = 17+44+28=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 44 (17.58% from 255 or 49.44% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 44 - color contains mainly: green. Hex color #112C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C1C is #EED3E3. Grayscale: #222222. Windows color (decimal): -15651812 or 1846289. OLE color: 1846289.

HSL color Cylindrical-coordinate representation of color #112C1C: hue angle of 144.44º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #112C1C is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 44 28 -
CMYK 0.61 0 0.36 0.83
HSL 144.44º 0.44% 0.12% -
HSV(B) 144.44º 0.61% 0.17% -
XYZ 1.34 2 1.41 -
YUV 34.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 17 44 28 0.61 0 0.36 0.83 144.44 0.44 0.12
Hex 11 2C 1C 3D 0 24 53 90 2C C
Octal 21 54 34 75 0 44 123 220 54 14
Binary 10001 101100 11100 111101 0 100100 1010011 10010000 101100 1100

Color Harmonies of #112C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C1C

Black with #112C1C

Text Example


Text Example

White with #112C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,44,28); }

 H1.HeaderClassName
 {
   color: #112C1C;
 }
 .AnyTagClassName
 {
   color: #112C1C;
 }
</style>

background-color css

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

 a { background-color: rgb(17,44,28); }

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

border-color css

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

 span { border-color: rgb(17,44,28); }

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