Html Css Color HEX #112E1B Deep Fir

📋 copy color: '#112E1B'

red 17 ◦ green 46 ◦ blue 27

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

Shades of Deep Fir #112E1B

Tints of Deep Fir #112E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 30%

R = 18.89%
G = 51.11%
B = 30%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.82

RGB Variations

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

Color information

#112E1B (or 0x112E1B) is known color: Deep Fir. HEX triplet: 11, 2E and 1B. RGB value is (17,46,27). Sum of RGB (Red+Green+Blue) = 17+46+27=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #112E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E1B is #EED1E4. Grayscale: #232323. Windows color (decimal): -15651301 or 1781265. OLE color: 1781265.

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

Color convert

RGB 17 46 27 -
CMYK 0.63 0 0.41 0.82
HSL 140.69º 0.46% 0.12% -
HSV(B) 140.69º 0.63% 0.18% -
XYZ 1.41 2.15 1.38 -
YUV 35.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 17 46 27 0.63 0 0.41 0.82 140.69 0.46 0.12
Hex 11 2E 1B 3F 0 29 52 8D 2E C
Octal 21 56 33 77 0 51 122 215 56 14
Binary 10001 101110 11011 111111 0 101001 1010010 10001101 101110 1100

Color Harmonies of #112E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E1B

Black with #112E1B

Text Example


Text Example

White with #112E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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