#081304

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

Shades of Pine Tree #081304

Tints of Pine Tree #081304

Color information

#081304 (or 0x081304) is unknown color: approx Pine Tree. HEX triplet: 08, 13 and 04. RGB value is (8,19,4). Sum of RGB (Red+Green+Blue) = 8+19+4=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #081304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081304 is #F7ECFB. Grayscale: #0E0E0E. Windows color (decimal): -16248060 or 267016. OLE color: 267016.

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

Color convert

RGB8194-
CMYK0.5800.790.93
HSL104º65.22%4.51%-
HSV(B)104º78.95%7.45%-
XYZ0.350.530.2-
YUV14122.36123.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25.81%
GREEN value IS 19 (7.81% from 255) = 61.29%
BLUE value IS 4 (1.95% from 255) = 12.90%
R=25.81%
G=61.29%
B=12.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal81940.5800.790.9310465.224.51
Hex81343A04F5D68415
Octal102347201171351501015
Binary10001001110011101001001111101110111010001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081304; }

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

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

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

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

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

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

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

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