#081401

Color #081401 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #081401

Tints of Pine Tree #081401

Color information

#081401 (or 0x081401) is unknown color: approx Pine Tree. HEX triplet: 08, 14 and 01. RGB value is (8,20,1). Sum of RGB (Red+Green+Blue) = 8+20+1=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 20 (8.20% from 255 or 68.97% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 20 - color contains mainly: green. Hex color #081401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081401 is #F7EBFE. Grayscale: #0E0E0E. Windows color (decimal): -16247807 or 70664. OLE color: 70664.

HSL color Cylindrical-coordinate representation of color #081401: hue angle of 97.89º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081401 is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB8201-
CMYK0.6000.950.92
HSL97.89º90.48%4.12%-
HSV(B)97.89º95%7.84%-
XYZ0.360.550.12-
YUV14.25120.52123.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 27.59%
GREEN value IS 20 (8.20% from 255) = 68.97%
BLUE value IS 1 (0.78% from 255) = 3.45%
R=27.59%
G=68.97%
B=3.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal82010.6000.950.9297.8990.484.12
Hex81413C05F5C625a4
Octal102417401371341421324
Binary100010100111110001011111101110011000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081401; }

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

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

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

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

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

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

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

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