#012805

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

Shades of Deep Fir #012805

Tints of Deep Fir #012805

Color information

#012805 (or 0x012805) is unknown color: approx Deep Fir. HEX triplet: 01, 28 and 05. RGB value is (1,40,5). Sum of RGB (Red+Green+Blue) = 1+40+5=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 40 (16.02% from 255 or 86.96% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 40 - color contains mainly: green. Hex color #012805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012805 is #FED7FA. Grayscale: #181818. Windows color (decimal): -16701435 or 337921. OLE color: 337921.

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

Color convert

RGB1405-
CMYK0.9800.880.84
HSL126.15º95.12%8.04%-
HSV(B)126.15º97.5%15.69%-
XYZ0.81.530.4-
YUV24.35117.08111.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 40 (16.02% from 255) = 86.96%
BLUE value IS 5 (2.34% from 255) = 10.87%
R=2.17%
G=86.96%
B=10.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal14050.9800.880.84126.1595.128.04
Hex128562058547e5f8
Octal1505142013012417613710
Binary11010001011100010010110001010100111111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012805; }

 p { color: rgb(1,40,5); }

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

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

 a { background-color: rgb(1,40,5); }

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

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

 span { border-color: rgb(1,40,5); }

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