#081302

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

Shades of Pine Tree #081302

Tints of Pine Tree #081302

Color information

#081302 (or 0x081302) is unknown color: approx Pine Tree. HEX triplet: 08, 13 and 02. RGB value is (8,19,2). Sum of RGB (Red+Green+Blue) = 8+19+2=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 19 (7.81% from 255 or 65.52% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 19 - color contains mainly: green. Hex color #081302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081302 is #F7ECFD. Grayscale: #0D0D0D. Windows color (decimal): -16248062 or 135944. OLE color: 135944.

HSL color Cylindrical-coordinate representation of color #081302: hue angle of 98.82º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081302 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB8192-
CMYK0.5800.890.93
HSL98.82º80.95%4.12%-
HSV(B)98.82º89.47%7.45%-
XYZ0.340.520.14-
YUV13.77121.36123.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 27.59%
GREEN value IS 19 (7.81% from 255) = 65.52%
BLUE value IS 2 (1.17% from 255) = 6.90%
R=27.59%
G=65.52%
B=6.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal81920.5800.890.9398.8280.954.12
Hex81323A0595D63514
Octal102327201311351431214
Binary1000100111011101001011001101110111000111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081302; }

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

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

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

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

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

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

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

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