#070A03

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

Shades of Pine Tree #070A03

Tints of Pine Tree #070A03

Color information

#070A03 (or 0x070A03) is unknown color: approx Pine Tree. HEX triplet: 07, 0A and 03. RGB value is (7,10,3). Sum of RGB (Red+Green+Blue) = 7+10+3=20 (2% of max value = 765). Red value is 7 (3.12% from 255 or 35% from 20); Green value is 10 (4.30% from 255 or 50% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 10 - color contains mainly: green. Hex color #070A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A03 is #F8F5FC. Grayscale: #080808. Windows color (decimal): -16315901 or 199175. OLE color: 199175.

HSL color Cylindrical-coordinate representation of color #070A03: hue angle of 85.71º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #070A03 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.96.

Color convert

RGB7103-
CMYK0.3000.700.96
HSL85.71º53.85%2.55%-
HSV(B)85.71º70%3.92%-
XYZ0.210.270.13-
YUV8.3125.01127.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 35%
GREEN value IS 10 (4.30% from 255) = 50%
BLUE value IS 3 (1.56% from 255) = 15%
R=35%
G=50%
B=15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal71030.3000.700.9685.7153.852.55
Hex7A31E0466056363
Octal7123360106140126663
Binary11110101111110010001101100000101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070A03; }

 p { color: rgb(7,10,3); }

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

<style>
 a { background-color: #070A03; }

 a { background-color: rgb(7,10,3); }

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

<style>
 span { border-color: #070A03; }

 span { border-color: rgb(7,10,3); }

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