#080C02

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

Shades of Pine Tree #080C02

Tints of Pine Tree #080C02

Color information

#080C02 (or 0x080C02) is unknown color: approx Pine Tree. HEX triplet: 08, 0C and 02. RGB value is (8,12,2). Sum of RGB (Red+Green+Blue) = 8+12+2=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 12 (5.08% from 255 or 54.55% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 12 - color contains mainly: green. Hex color #080C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C02 is #F7F3FD. Grayscale: #090909. Windows color (decimal): -16249854 or 134152. OLE color: 134152.

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

Color convert

RGB8122-
CMYK0.3300.830.95
HSL84º71.43%2.75%-
HSV(B)84º83.33%4.71%-
XYZ0.240.320.11-
YUV9.66123.67126.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 36.36%
GREEN value IS 12 (5.08% from 255) = 54.55%
BLUE value IS 2 (1.17% from 255) = 9.09%
R=36.36%
G=54.55%
B=9.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal81220.3300.830.958471.432.75
Hex8C2210535F54473
Octal101424101231371241073
Binary10001100101000010101001110111111010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,12,2); }

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

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

 a { background-color: rgb(8,12,2); }

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

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

 span { border-color: rgb(8,12,2); }

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