#081500

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

Shades of Pine Tree #081500

Tints of Pine Tree #081500

Color information

#081500 (or 0x081500) is unknown color: approx Pine Tree. HEX triplet: 08, 15 and 00. RGB value is (8,21,0). Sum of RGB (Red+Green+Blue) = 8+21+0=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 21 (8.59% from 255 or 72.41% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 21 - color contains mainly: green. Hex color #081500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081500 is #F7EAFF. Grayscale: #0E0E0E. Windows color (decimal): -16247552 or 5384. OLE color: 5384.

HSL color Cylindrical-coordinate representation of color #081500: hue angle of 97.14º 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 #081500 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB8210-
CMYK0.62010.92
HSL97.14º100%4.12%-
HSV(B)97.14º100%8.24%-
XYZ0.370.590.09-
YUV14.72119.69123.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 27.59%
GREEN value IS 21 (8.59% from 255) = 72.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.59%
G=72.41%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal82100.62010.9297.141004.12
Hex81503E0645C61644
Octal102507601441341411444
Binary100010101011111001100100101110011000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081500; }

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

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

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

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

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

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

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

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