#012306

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

Shades of Deep Fir #012306

Tints of Deep Fir #012306

Color information

#012306 (or 0x012306) is unknown color: approx Deep Fir. HEX triplet: 01, 23 and 06. RGB value is (1,35,6). Sum of RGB (Red+Green+Blue) = 1+35+6=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 35 (14.06% from 255 or 83.33% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 35 - color contains mainly: green. Hex color #012306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012306 is #FEDCF9. Grayscale: #151515. Windows color (decimal): -16702714 or 402177. OLE color: 402177.

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

Color convert

RGB1356-
CMYK0.9700.830.86
HSL128.82º94.44%7.06%-
HSV(B)128.82º97.14%13.73%-
XYZ0.651.220.37-
YUV21.53119.24113.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.38%
GREEN value IS 35 (14.06% from 255) = 83.33%
BLUE value IS 6 (2.73% from 255) = 14.29%
R=2.38%
G=83.33%
B=14.29%

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
Decimal13560.9700.830.86128.8294.447.06
Hex12366105356815e7
Octal143614101231262011367
Binary11000111101100001010100111010110100000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012306; }

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

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

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

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

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

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

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

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