#080F05

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

Shades of Pine Tree #080F05

Tints of Pine Tree #080F05

Color information

#080F05 (or 0x080F05) is unknown color: approx Pine Tree. HEX triplet: 08, 0F and 05. RGB value is (8,15,5). Sum of RGB (Red+Green+Blue) = 8+15+5=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 15 (6.25% from 255 or 53.57% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 15 - color contains mainly: green. Hex color #080F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F05 is #F7F0FA. Grayscale: #0B0B0B. Windows color (decimal): -16249083 or 331528. OLE color: 331528.

HSL color Cylindrical-coordinate representation of color #080F05: hue angle of 102º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #080F05 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.

Color convert

RGB8155-
CMYK0.4700.670.94
HSL102º50%3.92%-
HSV(B)102º66.67%5.88%-
XYZ0.30.40.21-
YUV11.77124.18125.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 28.57%
GREEN value IS 15 (6.25% from 255) = 53.57%
BLUE value IS 5 (2.34% from 255) = 17.86%
R=28.57%
G=53.57%
B=17.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal81550.4700.670.94102503.92
Hex8F52F0435E66324
Octal10175570103136146624
Binary100011111011011110100001110111101100110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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