Html Css Color HEX #020700 Pine Tree

📋 copy color: '#020700'

red 2 ◦ green 7 ◦ blue 0

#020700
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #020700

Tints of Pine Tree #020700

RGB

 RED value IS 2 (1.17% from 255) = 22.22%

 GREEN value IS 7 (3.13% from 255) = 77.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.22%
G = 77.78%
B = 0%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 1

 K value IS 0.97

RGB Variations

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

Color information

#020700 (or 0x020700) is known color: 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

RGB 2 7 0 -
CMYK 0.71 0 1 0.97
HSL 102.86º 1% 0.01% -
HSV(B) 102.86º 1% 0.03% -
XYZ 0.1 0.16 0.03 -
YUV 4.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 2 7 0 0.71 0 1 0.97 102.86 1 0.01
Hex 2 7 0 47 0 64 61 67 64 1
Octal 2 7 0 107 0 144 141 147 144 1
Binary 10 111 0 1000111 0 1100100 1100001 1100111 1100100 1

Color Harmonies of #020700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020700

Black with #020700

Text Example


Text Example

White with #020700

Text Example


Text Example

HTML Codes & Css Web 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>