#12381C

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

Shades of Deep Fir #12381C

Tints of Deep Fir #12381C

Color information

#12381C (or 0x12381C) is unknown color: approx Deep Fir. HEX triplet: 12, 38 and 1C. RGB value is (18,56,28). Sum of RGB (Red+Green+Blue) = 18+56+28=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #12381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12381C is #EDC7E3. Grayscale: #292929. Windows color (decimal): -15583204 or 1849362. OLE color: 1849362.

HSL color Cylindrical-coordinate representation of color #12381C: hue angle of 135.79º degrees, saturation: 0.51, 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 #12381C is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB185628-
CMYK0.6800.500.78
HSL135.79º51.35%14.51%-
HSV(B)135.79º67.86%21.96%-
XYZ1.873.041.59-
YUV41.45120.41111.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 56 (22.27% from 255) = 54.90%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=17.65%
G=54.90%
B=27.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856280.6800.500.78135.7951.3514.51
Hex12381C440324E8833f
Octal2270341040621162106317
Binary1001011100011100100010001100101001110100010001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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