#080D03

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

Shades of Pine Tree #080D03

Tints of Pine Tree #080D03

Color information

#080D03 (or 0x080D03) is unknown color: approx Pine Tree. HEX triplet: 08, 0D and 03. RGB value is (8,13,3). Sum of RGB (Red+Green+Blue) = 8+13+3=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 13 (5.47% from 255 or 54.17% from 24); Blue value is 3 (1.56% from 255 or 12.5% from 24); Max value from RGB is 13 - color contains mainly: green. Hex color #080D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D03 is #F7F2FC. Grayscale: #0A0A0A. Windows color (decimal): -16249597 or 199944. OLE color: 199944.

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

Color convert

RGB8133-
CMYK0.3800.770.95
HSL90º62.5%3.14%-
HSV(B)90º76.92%5.1%-
XYZ0.260.350.14-
YUV10.36123.84126.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 33.33%
GREEN value IS 13 (5.47% from 255) = 54.17%
BLUE value IS 3 (1.56% from 255) = 12.5%
R=33.33%
G=54.17%
B=12.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal81330.3800.770.959062.53.14
Hex8D32604D5F5a3e3
Octal10153460115137132763
Binary1000110111100110010011011011111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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