#081503

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

Shades of Pine Tree #081503

Tints of Pine Tree #081503

Color information

#081503 (or 0x081503) is unknown color: approx Pine Tree. HEX triplet: 08, 15 and 03. RGB value is (8,21,3). Sum of RGB (Red+Green+Blue) = 8+21+3=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 21 (8.59% from 255 or 65.62% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 21 - color contains mainly: green. Hex color #081503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081503 is #F7EAFC. Grayscale: #0F0F0F. Windows color (decimal): -16247549 or 201992. OLE color: 201992.

HSL color Cylindrical-coordinate representation of color #081503: hue angle of 103.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #081503 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.92.

Color convert

RGB8213-
CMYK0.6200.860.92
HSL103.33º75%4.71%-
HSV(B)103.33º85.71%8.24%-
XYZ0.380.590.18-
YUV15.06121.19122.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25%
GREEN value IS 21 (8.59% from 255) = 65.62%
BLUE value IS 3 (1.56% from 255) = 9.38%
R=25%
G=65.62%
B=9.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal82130.6200.860.92103.33754.71
Hex81533E0565C674b5
Octal102537601261341471135
Binary1000101011111111001010110101110011001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081503; }

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

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

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

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

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

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

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

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