#080B01

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

Shades of Pine Tree #080B01

Tints of Pine Tree #080B01

Color information

#080B01 (or 0x080B01) is unknown color: approx Pine Tree. HEX triplet: 08, 0B and 01. RGB value is (8,11,1). Sum of RGB (Red+Green+Blue) = 8+11+1=20 (2% of max value = 765). Red value is 8 (3.52% from 255 or 40% from 20); Green value is 11 (4.69% from 255 or 55% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 11 - color contains mainly: green. Hex color #080B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B01 is #F7F4FE. Grayscale: #080808. Windows color (decimal): -16250111 or 68360. OLE color: 68360.

HSL color Cylindrical-coordinate representation of color #080B01: hue angle of 78º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080B01 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.96.

Color convert

RGB8111-
CMYK0.2700.910.96
HSL78º83.33%2.35%-
HSV(B)78º90.91%4.31%-
XYZ0.230.290.07-
YUV8.96123.51127.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 40%
GREEN value IS 11 (4.69% from 255) = 55%
BLUE value IS 1 (0.78% from 255) = 5%
R=40%
G=55%
B=5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal81110.2700.910.967883.332.35
Hex8B11B05B604e532
Octal101313301331401161232
Binary100010111110110101101111000001001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080B01; }

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

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

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

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

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

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

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

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