#080B03

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

Shades of Pine Tree #080B03

Tints of Pine Tree #080B03

Color information

#080B03 (or 0x080B03) is unknown color: approx Pine Tree. HEX triplet: 08, 0B and 03. RGB value is (8,11,3). Sum of RGB (Red+Green+Blue) = 8+11+3=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 11 (4.69% from 255 or 50% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 11 - color contains mainly: green. Hex color #080B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B03 is #F7F4FC. Grayscale: #090909. Windows color (decimal): -16250109 or 199432. OLE color: 199432.

HSL color Cylindrical-coordinate representation of color #080B03: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #080B03 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.96.

Color convert

RGB8113-
CMYK0.2700.730.96
HSL82.5º57.14%2.75%-
HSV(B)82.5º72.73%4.31%-
XYZ0.240.30.13-
YUV9.19124.51127.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 36.36%
GREEN value IS 11 (4.69% from 255) = 50%
BLUE value IS 3 (1.56% from 255) = 13.64%
R=36.36%
G=50%
B=13.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal81130.2700.730.9682.557.142.75
Hex8B31B0496052393
Octal10133330111140122713
Binary100010111111011010010011100000101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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