#081801

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

Shades of Pine Tree #081801

Tints of Pine Tree #081801

Color information

#081801 (or 0x081801) is unknown color: approx Pine Tree. HEX triplet: 08, 18 and 01. RGB value is (8,24,1). Sum of RGB (Red+Green+Blue) = 8+24+1=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 24 (9.77% from 255 or 72.73% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 24 - color contains mainly: green. Hex color #081801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081801 is #F7E7FE. Grayscale: #101010. Windows color (decimal): -16246783 or 71688. OLE color: 71688.

HSL color Cylindrical-coordinate representation of color #081801: hue angle of 101.74º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081801 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB8241-
CMYK0.6700.960.91
HSL101.74º92%4.9%-
HSV(B)101.74º95.83%9.41%-
XYZ0.430.710.14-
YUV16.59119.2121.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 24.24%
GREEN value IS 24 (9.77% from 255) = 72.73%
BLUE value IS 1 (0.78% from 255) = 3.03%
R=24.24%
G=72.73%
B=3.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal82410.6700.960.91101.74924.9
Hex8181430605B665c5
Octal1030110301401331461345
Binary1000110001100001101100000101101111001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081801; }

 p { color: rgb(8,24,1); }

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

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

 a { background-color: rgb(8,24,1); }

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

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

 span { border-color: rgb(8,24,1); }

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