Html Css Color HEX #010200 Pine Tree

📋 copy color: '#010200'

red 1 ◦ green 2 ◦ blue 0

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

Shades of Pine Tree #010200

Tints of Pine Tree #010200

RGB

 RED value IS 1 (0.78% from 255) = 33.33%

 GREEN value IS 2 (1.17% from 255) = 66.67%

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

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.99

RGB Variations

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

Color information

#010200 (or 0x010200) is known color: Pine Tree. HEX triplet: 01, 02 and 00. RGB value is (1,2,0). Sum of RGB (Red+Green+Blue) = 1+2+0=3 (0% of max value = 765). Red value is 1 (0.78% from 255 or 33.33% from 3); Green value is 2 (1.17% from 255 or 66.67% from 3); Blue value is 0 (0.39% from 255 or 0% from 3); Max value from RGB is 2 - color contains mainly: green. Hex color #010200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010200 is #FEFDFF. Grayscale: #010101. Windows color (decimal): -16711168 or 513. OLE color: 513.

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

Color convert

RGB 1 2 0 -
CMYK 0.50 0 1 0.99
HSL 90º 1% 0% -
HSV(B) 90º 1% 0.01% -
XYZ 0.03 0.05 0.01 -
YUV 1.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 1 2 0 0.50 0 1 0.99 90 1 0
Hex 1 2 0 32 0 64 63 5A 64 0
Octal 1 2 0 62 0 144 143 132 144 0
Binary 1 10 0 110010 0 1100100 1100011 1011010 1100100 0

Color Harmonies of #010200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010200

Black with #010200

Text Example


Text Example

White with #010200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010200; }

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

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

background-color css

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

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

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

border-color css

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

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

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