#12311C

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

Shades of Deep Fir #12311C

Tints of Deep Fir #12311C

Color information

#12311C (or 0x12311C) is unknown color: approx Deep Fir. HEX triplet: 12, 31 and 1C. RGB value is (18,49,28). Sum of RGB (Red+Green+Blue) = 18+49+28=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #12311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12311C is #EDCEE3. Grayscale: #252525. Windows color (decimal): -15584996 or 1847570. OLE color: 1847570.

HSL color Cylindrical-coordinate representation of color #12311C: hue angle of 139.35º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #12311C is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB184928-
CMYK0.6300.430.81
HSL139.35º46.27%13.14%-
HSV(B)139.35º63.27%19.22%-
XYZ1.562.411.48-
YUV37.34122.73114.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 28 (11.33% from 255) = 29.47%
R=18.95%
G=51.58%
B=29.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1849280.6300.430.81139.3546.2713.14
Hex12311C3F02B518b2ed
Octal226134770531212135615
Binary100101100011110011111101010111010001100010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12311C; }

 p { color: rgb(18,49,28); }

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

<style>
 a { background-color: #12311C; }

 a { background-color: rgb(18,49,28); }

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

<style>
 span { border-color: #12311C; }

 span { border-color: rgb(18,49,28); }

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