#12391C

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

Shades of Deep Fir #12391C

Tints of Deep Fir #12391C

Color information

#12391C (or 0x12391C) is unknown color: approx Deep Fir. HEX triplet: 12, 39 and 1C. RGB value is (18,57,28). Sum of RGB (Red+Green+Blue) = 18+57+28=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #12391C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12391C is #EDC6E3. Grayscale: #2A2A2A. Windows color (decimal): -15582948 or 1849618. OLE color: 1849618.

HSL color Cylindrical-coordinate representation of color #12391C: hue angle of 135.38º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12391C is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB185728-
CMYK0.6800.510.78
HSL135.38º52%14.71%-
HSV(B)135.38º68.42%22.35%-
XYZ1.923.141.6-
YUV42.03120.08110.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 57 (22.66% from 255) = 55.34%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=17.48%
G=55.34%
B=27.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857280.6800.510.78135.385214.71
Hex12391C440334E8734f
Octal2271341040631162076417
Binary1001011100111100100010001100111001110100001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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