Html Css Color HEX #020600 Pine Tree

📋 copy color: '#020600'

red 2 ◦ green 6 ◦ blue 0

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

Shades of Pine Tree #020600

Tints of Pine Tree #020600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 75%

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

R = 25%
G = 75%
B = 0%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#020600 (or 0x020600) is known color: Pine Tree. HEX triplet: 02, 06 and 00. RGB value is (2,6,0). Sum of RGB (Red+Green+Blue) = 2+6+0=8 (1% of max value = 765). Red value is 2 (1.17% from 255 or 25% from 8); Green value is 6 (2.73% from 255 or 75% from 8); Blue value is 0 (0.39% from 255 or 0% from 8); Max value from RGB is 6 - color contains mainly: green. Hex color #020600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020600 is #FDF9FF. Grayscale: #040404. Windows color (decimal): -16644608 or 1538. OLE color: 1538.

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

Color convert

RGB 2 6 0 -
CMYK 0.67 0 1 0.98
HSL 100º 1% 0.01% -
HSV(B) 100º 1% 0.02% -
XYZ 0.09 0.14 0.02 -
YUV 4.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 2 6 0 0.67 0 1 0.98 100 1 0.01
Hex 2 6 0 43 0 64 62 64 64 1
Octal 2 6 0 103 0 144 142 144 144 1
Binary 10 110 0 1000011 0 1100100 1100010 1100100 1100100 1

Color Harmonies of #020600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020600

Black with #020600

Text Example


Text Example

White with #020600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020600; }

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

 H1.HeaderClassName
 {
   color: #020600;
 }
 .AnyTagClassName
 {
   color: #020600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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