#020700

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

Shades of Pine Tree #020700

Tints of Pine Tree #020700

Color information

#020700 (or 0x020700) is unknown color: approx Pine Tree. HEX triplet: 02, 07 and 00. RGB value is (2,7,0). Sum of RGB (Red+Green+Blue) = 2+7+0=9 (1% of max value = 765). Red value is 2 (1.17% from 255 or 22.22% from 9); Green value is 7 (3.12% from 255 or 77.78% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 7 - color contains mainly: green. Hex color #020700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020700 is #FDF8FF. Grayscale: #040404. Windows color (decimal): -16644352 or 1794. OLE color: 1794.

HSL color Cylindrical-coordinate representation of color #020700: hue angle of 102.86º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020700 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.97.

Color convert

RGB270-
CMYK0.71010.97
HSL102.86º100%1.37%-
HSV(B)102.86º100%2.75%-
XYZ0.10.160.03-
YUV4.71125.34126.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 22.22%
GREEN value IS 7 (3.12% from 255) = 77.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.22%
G=77.78%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal2700.71010.97102.861001.37
Hex270470646167641
Octal27010701441411471441
Binary1011101000111011001001100001110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020700; }

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

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

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

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

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

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

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

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