#080E05

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

Shades of Pine Tree #080E05

Tints of Pine Tree #080E05

Color information

#080E05 (or 0x080E05) is unknown color: approx Pine Tree. HEX triplet: 08, 0E and 05. RGB value is (8,14,5). Sum of RGB (Red+Green+Blue) = 8+14+5=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 14 (5.86% from 255 or 51.85% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 14 - color contains mainly: green. Hex color #080E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E05 is #F7F1FA. Grayscale: #0B0B0B. Windows color (decimal): -16249339 or 331272. OLE color: 331272.

HSL color Cylindrical-coordinate representation of color #080E05: hue angle of 100º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #080E05 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.95.

Color convert

RGB8145-
CMYK0.4300.640.95
HSL100º47.37%3.73%-
HSV(B)100º64.29%5.49%-
XYZ0.280.380.2-
YUV11.18124.51125.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 29.63%
GREEN value IS 14 (5.86% from 255) = 51.85%
BLUE value IS 5 (2.34% from 255) = 18.52%
R=29.63%
G=51.85%
B=18.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal81450.4300.640.9510047.373.73
Hex8E52B0405F642f4
Octal10165530100137144574
Binary100011101011010110100000010111111100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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