Html Css Color HEX #020800 Pine Tree

📋 copy color: '#020800'

red 2 ◦ green 8 ◦ blue 0

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

Shades of Pine Tree #020800

Tints of Pine Tree #020800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 80%

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

R = 20%
G = 80%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.97

RGB Variations

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

Color information

#020800 (or 0x020800) is known color: Pine Tree. HEX triplet: 02, 08 and 00. RGB value is (2,8,0). Sum of RGB (Red+Green+Blue) = 2+8+0=10 (1% of max value = 765). Red value is 2 (1.17% from 255 or 20% from 10); Green value is 8 (3.52% from 255 or 80% from 10); Blue value is 0 (0.39% from 255 or 0% from 10); Max value from RGB is 8 - color contains mainly: green. Hex color #020800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020800 is #FDF7FF. Grayscale: #050505. Windows color (decimal): -16644096 or 2050. OLE color: 2050.

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

Color convert

RGB 2 8 0 -
CMYK 0.75 0 1 0.97
HSL 105º 1% 0.02% -
HSV(B) 105º 1% 0.03% -
XYZ 0.11 0.19 0.03 -
YUV 5.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 2 8 0 0.75 0 1 0.97 105 1 0.02
Hex 2 8 0 4B 0 64 61 69 64 2
Octal 2 10 0 113 0 144 141 151 144 2
Binary 10 1000 0 1001011 0 1100100 1100001 1101001 1100100 10

Color Harmonies of #020800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020800

Black with #020800

Text Example


Text Example

White with #020800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020800; }

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

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

background-color css

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

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

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

border-color css

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

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

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