#081901

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

Shades of Pine Tree #081901

Tints of Pine Tree #081901

Color information

#081901 (or 0x081901) is unknown color: approx Pine Tree. HEX triplet: 08, 19 and 01. RGB value is (8,25,1). Sum of RGB (Red+Green+Blue) = 8+25+1=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 25 (10.16% from 255 or 73.53% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 25 - color contains mainly: green. Hex color #081901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081901 is #F7E6FE. Grayscale: #111111. Windows color (decimal): -16246527 or 71944. OLE color: 71944.

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

Color convert

RGB8251-
CMYK0.6800.960.90
HSL102.5º92.31%5.1%-
HSV(B)102.5º96%9.8%-
XYZ0.450.750.15-
YUV17.18118.87121.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 23.53%
GREEN value IS 25 (10.16% from 255) = 73.53%
BLUE value IS 1 (0.78% from 255) = 2.94%
R=23.53%
G=73.53%
B=2.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal82510.6800.960.90102.592.315.1
Hex8191440605A665c5
Octal1031110401401321461345
Binary1000110011100010001100000101101011001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081901; }

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

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

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

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

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

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

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

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