Html Css Color HEX #020501 Pine Tree

📋 copy color: '#020501'

red 2 ◦ green 5 ◦ blue 1

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

Shades of Pine Tree #020501

Tints of Pine Tree #020501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 62.5%

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

R = 25%
G = 62.5%
B = 12.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.80

 K value IS 0.98

RGB Variations

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

Color information

#020501 (or 0x020501) is known color: Pine Tree. HEX triplet: 02, 05 and 01. RGB value is (2,5,1). Sum of RGB (Red+Green+Blue) = 2+5+1=8 (1% of max value = 765). Red value is 2 (1.17% from 255 or 25% from 8); Green value is 5 (2.34% from 255 or 62.5% from 8); Blue value is 1 (0.78% from 255 or 12.5% from 8); Max value from RGB is 5 - color contains mainly: green. Hex color #020501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020501 is #FDFAFE. Grayscale: #030303. Windows color (decimal): -16644863 or 66818. OLE color: 66818.

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

Color convert

RGB 2 5 1 -
CMYK 0.60 0 0.80 0.98
HSL 105º 0.67% 0.01% -
HSV(B) 105º 0.8% 0.02% -
XYZ 0.08 0.12 0.05 -
YUV 3.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 2 5 1 0.60 0 0.80 0.98 105 0.67 0.01
Hex 2 5 1 3C 0 50 62 69 43 1
Octal 2 5 1 74 0 120 142 151 103 1
Binary 10 101 1 111100 0 1010000 1100010 1101001 1000011 1

Color Harmonies of #020501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020501

Black with #020501

Text Example


Text Example

White with #020501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020501; }

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

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

background-color css

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

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

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

border-color css

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

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

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