#080F04

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

Shades of Pine Tree #080F04

Tints of Pine Tree #080F04

Color information

#080F04 (or 0x080F04) is unknown color: approx Pine Tree. HEX triplet: 08, 0F and 04. RGB value is (8,15,4). Sum of RGB (Red+Green+Blue) = 8+15+4=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 15 (6.25% from 255 or 55.56% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 15 - color contains mainly: green. Hex color #080F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F04 is #F7F0FB. Grayscale: #0B0B0B. Windows color (decimal): -16249084 or 265992. OLE color: 265992.

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

Color convert

RGB8154-
CMYK0.4700.730.94
HSL98.18º57.89%3.73%-
HSV(B)98.18º73.33%5.88%-
XYZ0.290.40.18-
YUV11.65123.68125.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 29.63%
GREEN value IS 15 (6.25% from 255) = 55.56%
BLUE value IS 4 (1.95% from 255) = 14.81%
R=29.63%
G=55.56%
B=14.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal81540.4700.730.9498.1857.893.73
Hex8F42F0495E623a4
Octal10174570111136142724
Binary100011111001011110100100110111101100010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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