#080B05

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

Shades of Pine Tree #080B05

Tints of Pine Tree #080B05

Color information

#080B05 (or 0x080B05) is unknown color: approx Pine Tree. HEX triplet: 08, 0B and 05. RGB value is (8,11,5). Sum of RGB (Red+Green+Blue) = 8+11+5=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 11 (4.69% from 255 or 45.83% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 11 - color contains mainly: green. Hex color #080B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B05 is #F7F4FA. Grayscale: #090909. Windows color (decimal): -16250107 or 330504. OLE color: 330504.

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

Color convert

RGB8115-
CMYK0.2700.550.96
HSL90º37.5%3.14%-
HSV(B)90º54.55%4.31%-
XYZ0.250.30.19-
YUV9.42125.51126.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 33.33%
GREEN value IS 11 (4.69% from 255) = 45.83%
BLUE value IS 5 (2.34% from 255) = 20.83%
R=33.33%
G=45.83%
B=20.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal81150.2700.550.969037.53.14
Hex8B51B037605a263
Octal1013533067140132463
Binary100010111011101101101111100000101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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