#122C1C

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

Shades of Deep Fir #122C1C

Tints of Deep Fir #122C1C

Color information

#122C1C (or 0x122C1C) is unknown color: approx Deep Fir. HEX triplet: 12, 2C and 1C. RGB value is (18,44,28). Sum of RGB (Red+Green+Blue) = 18+44+28=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 44 (17.58% from 255 or 48.89% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 44 - color contains mainly: green. Hex color #122C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C1C is #EDD3E3. Grayscale: #222222. Windows color (decimal): -15586276 or 1846290. OLE color: 1846290.

HSL color Cylindrical-coordinate representation of color #122C1C: hue angle of 143.08º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #122C1C is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.

Color convert

RGB184428-
CMYK0.5900.360.83
HSL143.08º41.94%12.16%-
HSV(B)143.08º59.09%17.25%-
XYZ1.362.011.42-
YUV34.4124.39116.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 44 (17.58% from 255) = 48.89%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=20%
G=48.89%
B=31.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1844280.5900.360.83143.0841.9412.16
Hex122C1C3B024538f2ac
Octal225434730441232175214
Binary100101011001110011101101001001010011100011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122C1C; }

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

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

<style>
 a { background-color: #122C1C; }

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

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

<style>
 span { border-color: #122C1C; }

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

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