#012406

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

Shades of Deep Fir #012406

Tints of Deep Fir #012406

Color information

#012406 (or 0x012406) is unknown color: approx Deep Fir. HEX triplet: 01, 24 and 06. RGB value is (1,36,6). Sum of RGB (Red+Green+Blue) = 1+36+6=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 36 (14.45% from 255 or 83.72% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 36 - color contains mainly: green. Hex color #012406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012406 is #FEDBF9. Grayscale: #161616. Windows color (decimal): -16702458 or 402433. OLE color: 402433.

HSL color Cylindrical-coordinate representation of color #012406: hue angle of 128.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012406 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB1366-
CMYK0.9700.830.86
HSL128.57º94.59%7.25%-
HSV(B)128.57º97.22%14.12%-
XYZ0.681.280.38-
YUV22.12118.9112.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.33%
GREEN value IS 36 (14.45% from 255) = 83.72%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=2.33%
G=83.72%
B=13.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal13660.9700.830.86128.5794.597.25
Hex12466105356815f7
Octal144614101231262011377
Binary11001001101100001010100111010110100000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012406; }

 p { color: rgb(1,36,6); }

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

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

 a { background-color: rgb(1,36,6); }

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

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

 span { border-color: rgb(1,36,6); }

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