Html Css Color HEX #112E1D Deep Fir

📋 copy color: '#112E1D'

red 17 ◦ green 46 ◦ blue 29

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

Shades of Deep Fir #112E1D

Tints of Deep Fir #112E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 31.52%

R = 18.48%
G = 50%
B = 31.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.82

RGB Variations

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

Color information

#112E1D (or 0x112E1D) is known color: Deep Fir. HEX triplet: 11, 2E and 1D. RGB value is (17,46,29). Sum of RGB (Red+Green+Blue) = 17+46+29=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #112E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E1D is #EED1E2. Grayscale: #232323. Windows color (decimal): -15651299 or 1912337. OLE color: 1912337.

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

Color convert

RGB 17 46 29 -
CMYK 0.63 0 0.37 0.82
HSL 144.83º 0.46% 0.12% -
HSV(B) 144.83º 0.63% 0.18% -
XYZ 1.43 2.16 1.5 -
YUV 35.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 17 46 29 0.63 0 0.37 0.82 144.83 0.46 0.12
Hex 11 2E 1D 3F 0 25 52 91 2E C
Octal 21 56 35 77 0 45 122 221 56 14
Binary 10001 101110 11101 111111 0 100101 1010010 10010001 101110 1100

Color Harmonies of #112E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E1D

Black with #112E1D

Text Example


Text Example

White with #112E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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