Html Css Color HEX #020601 Pine Tree

📋 copy color: '#020601'

red 2 ◦ green 6 ◦ blue 1

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

Shades of Pine Tree #020601

Tints of Pine Tree #020601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 11.11%

R = 22.22%
G = 66.67%
B = 11.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.83

 K value IS 0.98

RGB Variations

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

Color information

#020601 (or 0x020601) is known color: Pine Tree. HEX triplet: 02, 06 and 01. RGB value is (2,6,1). Sum of RGB (Red+Green+Blue) = 2+6+1=9 (1% of max value = 765). Red value is 2 (1.17% from 255 or 22.22% from 9); Green value is 6 (2.73% from 255 or 66.67% from 9); Blue value is 1 (0.78% from 255 or 11.11% from 9); Max value from RGB is 6 - color contains mainly: green. Hex color #020601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020601 is #FDF9FE. Grayscale: #040404. Windows color (decimal): -16644607 or 67074. OLE color: 67074.

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

Color convert

RGB 2 6 1 -
CMYK 0.67 0 0.83 0.98
HSL 108º 0.71% 0.01% -
HSV(B) 108º 0.83% 0.02% -
XYZ 0.1 0.15 0.05 -
YUV 4.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 2 6 1 0.67 0 0.83 0.98 108 0.71 0.01
Hex 2 6 1 43 0 53 62 6C 47 1
Octal 2 6 1 103 0 123 142 154 107 1
Binary 10 110 1 1000011 0 1010011 1100010 1101100 1000111 1

Color Harmonies of #020601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020601

Black with #020601

Text Example


Text Example

White with #020601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020601; }

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

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

background-color css

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

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

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

border-color css

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

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

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