#081400

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

Shades of Pine Tree #081400

Tints of Pine Tree #081400

Color information

#081400 (or 0x081400) is unknown color: approx Pine Tree. HEX triplet: 08, 14 and 00. RGB value is (8,20,0). Sum of RGB (Red+Green+Blue) = 8+20+0=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 20 (8.20% from 255 or 71.43% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 20 - color contains mainly: green. Hex color #081400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081400 is #F7EBFF. Grayscale: #0E0E0E. Windows color (decimal): -16247808 or 5128. OLE color: 5128.

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

Color convert

RGB8200-
CMYK0.60010.92
HSL96º100%3.92%-
HSV(B)96º100%7.84%-
XYZ0.350.550.09-
YUV14.13120.02123.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 28.57%
GREEN value IS 20 (8.20% from 255) = 71.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.57%
G=71.43%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal82000.60010.92961003.92
Hex81403C0645C60644
Octal102407401441341401444
Binary100010100011110001100100101110011000001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081400; }

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

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

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

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

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

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

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

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