#012906

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

Shades of Deep Fir #012906

Tints of Deep Fir #012906

Color information

#012906 (or 0x012906) is unknown color: approx Deep Fir. HEX triplet: 01, 29 and 06. RGB value is (1,41,6). Sum of RGB (Red+Green+Blue) = 1+41+6=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 41 (16.41% from 255 or 85.42% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 41 - color contains mainly: green. Hex color #012906 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012906 is #FED6F9. Grayscale: #191919. Windows color (decimal): -16701178 or 403713. OLE color: 403713.

HSL color Cylindrical-coordinate representation of color #012906: hue angle of 127.5º 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 #012906 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB1416-
CMYK0.9800.850.84
HSL127.5º95.24%8.24%-
HSV(B)127.5º97.56%16.08%-
XYZ0.841.610.44-
YUV25.05117.25110.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 41 (16.41% from 255) = 85.42%
BLUE value IS 6 (2.73% from 255) = 12.5%
R=2.08%
G=85.42%
B=12.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal14160.9800.850.84127.595.248.24
Hex12966205554805f8
Octal1516142012512420013710
Binary110100111011000100101010110101001000000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012906; }

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

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

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

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

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

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

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

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