Html Css Color HEX #112E1C Deep Fir

📋 copy color: '#112E1C'

red 17 ◦ green 46 ◦ blue 28

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

Shades of Deep Fir #112E1C

Tints of Deep Fir #112E1C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 50.55%

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

R = 18.68%
G = 50.55%
B = 30.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.82

RGB Variations

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

Color information

#112E1C (or 0x112E1C) is known color: Deep Fir. HEX triplet: 11, 2E and 1C. RGB value is (17,46,28). Sum of RGB (Red+Green+Blue) = 17+46+28=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 46 (18.36% from 255 or 50.55% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 46 - color contains mainly: green. Hex color #112E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E1C is #EED1E3. Grayscale: #232323. Windows color (decimal): -15651300 or 1846801. OLE color: 1846801.

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

Color convert

RGB 17 46 28 -
CMYK 0.63 0 0.39 0.82
HSL 142.76º 0.46% 0.12% -
HSV(B) 142.76º 0.63% 0.18% -
XYZ 1.42 2.16 1.44 -
YUV 35.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 17 46 28 0.63 0 0.39 0.82 142.76 0.46 0.12
Hex 11 2E 1C 3F 0 27 52 8F 2E C
Octal 21 56 34 77 0 47 122 217 56 14
Binary 10001 101110 11100 111111 0 100111 1010010 10001111 101110 1100

Color Harmonies of #112E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E1C

Black with #112E1C

Text Example


Text Example

White with #112E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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