#080F03

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

Shades of Pine Tree #080F03

Tints of Pine Tree #080F03

Color information

#080F03 (or 0x080F03) is unknown color: approx Pine Tree. HEX triplet: 08, 0F and 03. RGB value is (8,15,3). Sum of RGB (Red+Green+Blue) = 8+15+3=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 15 (6.25% from 255 or 57.69% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 15 - color contains mainly: green. Hex color #080F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F03 is #F7F0FC. Grayscale: #0B0B0B. Windows color (decimal): -16249085 or 200456. OLE color: 200456.

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

Color convert

RGB8153-
CMYK0.4700.800.94
HSL95º66.67%3.53%-
HSV(B)95º80%5.88%-
XYZ0.290.40.15-
YUV11.54123.18125.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 30.77%
GREEN value IS 15 (6.25% from 255) = 57.69%
BLUE value IS 3 (1.56% from 255) = 11.54%
R=30.77%
G=57.69%
B=11.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal81530.4700.800.949566.673.53
Hex8F32F0505E5f434
Octal101735701201361371034
Binary100011111110111101010000101111010111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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