#012808

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

Shades of Deep Fir #012808

Tints of Deep Fir #012808

Color information

#012808 (or 0x012808) is unknown color: approx Deep Fir. HEX triplet: 01, 28 and 08. RGB value is (1,40,8). Sum of RGB (Red+Green+Blue) = 1+40+8=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 40 (16.02% from 255 or 81.63% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 40 - color contains mainly: green. Hex color #012808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012808 is #FED7F7. Grayscale: #181818. Windows color (decimal): -16701432 or 534529. OLE color: 534529.

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

Color convert

RGB1408-
CMYK0.9800.800.84
HSL130.77º95.12%8.04%-
HSV(B)130.77º97.5%15.69%-
XYZ0.821.540.48-
YUV24.69118.58111.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 40 (16.02% from 255) = 81.63%
BLUE value IS 8 (3.52% from 255) = 16.33%
R=2.04%
G=81.63%
B=16.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal14080.9800.800.84130.7795.128.04
Hex12886205054835f8
Octal15010142012012420313710
Binary1101000100011000100101000010101001000001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012808; }

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

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

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

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

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

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

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

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