#012207

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

Shades of Deep Fir #012207

Tints of Deep Fir #012207

Color information

#012207 (or 0x012207) is unknown color: approx Deep Fir. HEX triplet: 01, 22 and 07. RGB value is (1,34,7). Sum of RGB (Red+Green+Blue) = 1+34+7=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 34 (13.67% from 255 or 80.95% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 34 - color contains mainly: green. Hex color #012207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012207 is #FEDDF8. Grayscale: #151515. Windows color (decimal): -16702969 or 467457. OLE color: 467457.

HSL color Cylindrical-coordinate representation of color #012207: hue angle of 130.91º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012207 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.87.

Color convert

RGB1347-
CMYK0.9700.790.87
HSL130.91º94.29%6.86%-
HSV(B)130.91º97.06%13.33%-
XYZ0.621.170.39-
YUV21.06120.07113.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.38%
GREEN value IS 34 (13.67% from 255) = 80.95%
BLUE value IS 7 (3.12% from 255) = 16.67%
R=2.38%
G=80.95%
B=16.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13470.9700.790.87130.9194.296.86
Hex12276104F57835e7
Octal142714101171272031367
Binary11000101111100001010011111010111100000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012207; }

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

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

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

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

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

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

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

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