#012909

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

Shades of Deep Fir #012909

Tints of Deep Fir #012909

Color information

#012909 (or 0x012909) is unknown color: approx Deep Fir. HEX triplet: 01, 29 and 09. RGB value is (1,41,9). Sum of RGB (Red+Green+Blue) = 1+41+9=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 41 (16.41% from 255 or 80.39% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 41 - color contains mainly: green. Hex color #012909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012909 is #FED6F6. Grayscale: #191919. Windows color (decimal): -16701175 or 600321. OLE color: 600321.

HSL color Cylindrical-coordinate representation of color #012909: hue angle of 132º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012909 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB1419-
CMYK0.9800.780.84
HSL132º95.24%8.24%-
HSV(B)132º97.56%16.08%-
XYZ0.851.610.52-
YUV25.39118.75110.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 41 (16.41% from 255) = 80.39%
BLUE value IS 9 (3.91% from 255) = 17.65%
R=1.96%
G=80.39%
B=17.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal14190.9800.780.8413295.248.24
Hex12996204E54845f8
Octal15111142011612420413710
Binary1101001100111000100100111010101001000010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012909; }

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

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

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

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

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

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

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

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