Html Css Color HEX #020301 Pine Tree

📋 copy color: '#020301'

red 2 ◦ green 3 ◦ blue 1

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

Shades of Pine Tree #020301

Tints of Pine Tree #020301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 50%

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

R = 33.33%
G = 50%
B = 16.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.99

RGB Variations

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

Color information

#020301 (or 0x020301) is known color: Pine Tree. HEX triplet: 02, 03 and 01. RGB value is (2,3,1). Sum of RGB (Red+Green+Blue) = 2+3+1=6 (0% of max value = 765). Red value is 2 (1.17% from 255 or 33.33% from 6); Green value is 3 (1.56% from 255 or 50% from 6); Blue value is 1 (0.78% from 255 or 16.67% from 6); Max value from RGB is 3 - color contains mainly: green. Hex color #020301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020301 is #FDFCFE. Grayscale: #020202. Windows color (decimal): -16645375 or 66306. OLE color: 66306.

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

Color convert

RGB 2 3 1 -
CMYK 0.33 0 0.67 0.99
HSL 90º 0.5% 0.01% -
HSV(B) 90º 0.67% 0.01% -
XYZ 0.06 0.08 0.04 -
YUV 2.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 2 3 1 0.33 0 0.67 0.99 90 0.5 0.01
Hex 2 3 1 21 0 43 63 5A 32 1
Octal 2 3 1 41 0 103 143 132 62 1
Binary 10 11 1 100001 0 1000011 1100011 1011010 110010 1

Color Harmonies of #020301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020301

Black with #020301

Text Example


Text Example

White with #020301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020301; }

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

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

background-color css

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

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

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

border-color css

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

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

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