#012407

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

Shades of Deep Fir #012407

Tints of Deep Fir #012407

Color information

#012407 (or 0x012407) is unknown color: approx Deep Fir. HEX triplet: 01, 24 and 07. RGB value is (1,36,7). Sum of RGB (Red+Green+Blue) = 1+36+7=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 36 (14.45% from 255 or 81.82% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 36 - color contains mainly: green. Hex color #012407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012407 is #FEDBF8. Grayscale: #161616. Windows color (decimal): -16702457 or 467969. OLE color: 467969.

HSL color Cylindrical-coordinate representation of color #012407: hue angle of 130.29º 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 #012407 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.86.

Color convert

RGB1367-
CMYK0.9700.810.86
HSL130.29º94.59%7.25%-
HSV(B)130.29º97.22%14.12%-
XYZ0.681.280.41-
YUV22.23119.4112.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 36 (14.45% from 255) = 81.82%
BLUE value IS 7 (3.12% from 255) = 15.91%
R=2.27%
G=81.82%
B=15.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal13670.9700.810.86130.2994.597.25
Hex12476105156825f7
Octal144714101211262021377
Binary11001001111100001010100011010110100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012407; }

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

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

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

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

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

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

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

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