#081402

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

Shades of Pine Tree #081402

Tints of Pine Tree #081402

Color information

#081402 (or 0x081402) is unknown color: approx Pine Tree. HEX triplet: 08, 14 and 02. RGB value is (8,20,2). Sum of RGB (Red+Green+Blue) = 8+20+2=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 20 (8.20% from 255 or 66.67% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 20 - color contains mainly: green. Hex color #081402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081402 is #F7EBFD. Grayscale: #0E0E0E. Windows color (decimal): -16247806 or 136200. OLE color: 136200.

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

Color convert

RGB8202-
CMYK0.6000.900.92
HSL100º81.82%4.31%-
HSV(B)100º90%7.84%-
XYZ0.360.560.15-
YUV14.36121.02123.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 26.67%
GREEN value IS 20 (8.20% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 6.67%
R=26.67%
G=66.67%
B=6.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal82020.6000.900.9210081.824.31
Hex81423C05A5C64524
Octal102427401321341441224
Binary1000101001011110001011010101110011001001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081402; }

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

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

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

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

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

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

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

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