#070C02

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

Shades of Pine Tree #070C02

Tints of Pine Tree #070C02

Color information

#070C02 (or 0x070C02) is unknown color: approx Pine Tree. HEX triplet: 07, 0C and 02. RGB value is (7,12,2). Sum of RGB (Red+Green+Blue) = 7+12+2=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 12 (5.08% from 255 or 57.14% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 12 - color contains mainly: green. Hex color #070C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C02 is #F8F3FD. Grayscale: #090909. Windows color (decimal): -16315390 or 134151. OLE color: 134151.

HSL color Cylindrical-coordinate representation of color #070C02: hue angle of 90º 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 #070C02 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.95.

Color convert

RGB7122-
CMYK0.4200.830.95
HSL90º71.43%2.75%-
HSV(B)90º83.33%4.71%-
XYZ0.230.310.11-
YUV9.36123.84126.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 33.33%
GREEN value IS 12 (5.08% from 255) = 57.14%
BLUE value IS 2 (1.17% from 255) = 9.52%
R=33.33%
G=57.14%
B=9.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal71220.4200.830.959071.432.75
Hex7C22A0535F5a473
Octal71425201231371321073
Binary1111100101010100101001110111111011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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