#012609

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

Shades of Deep Fir #012609

Tints of Deep Fir #012609

Color information

#012609 (or 0x012609) is unknown color: approx Deep Fir. HEX triplet: 01, 26 and 09. RGB value is (1,38,9). Sum of RGB (Red+Green+Blue) = 1+38+9=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 38 (15.23% from 255 or 79.17% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 38 - color contains mainly: green. Hex color #012609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012609 is #FED9F6. Grayscale: #171717. Windows color (decimal): -16701943 or 599553. OLE color: 599553.

HSL color Cylindrical-coordinate representation of color #012609: hue angle of 132.97º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012609 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB1389-
CMYK0.9700.760.85
HSL132.97º94.87%7.65%-
HSV(B)132.97º97.37%14.9%-
XYZ0.751.410.49-
YUV23.63119.74111.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 38 (15.23% from 255) = 79.17%
BLUE value IS 9 (3.91% from 255) = 18.75%
R=2.08%
G=79.17%
B=18.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal13890.9700.760.85132.9794.877.65
Hex12696104C55855f8
Octal14611141011412520513710
Binary1100110100111000010100110010101011000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012609; }

 p { color: rgb(1,38,9); }

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

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

 a { background-color: rgb(1,38,9); }

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

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

 span { border-color: rgb(1,38,9); }

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