Html Css Color HEX #020706 Dark Green

📋 copy color: '#020706'

red 2 ◦ green 7 ◦ blue 6

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

Shades of Dark Green #020706

Tints of Dark Green #020706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 46.67%

 BLUE value IS 6 (2.73% from 255) = 40%

R = 13.33%
G = 46.67%
B = 40%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.97

RGB Variations

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

Color information

#020706 (or 0x020706) is known color: Dark Green. HEX triplet: 02, 07 and 06. RGB value is (2,7,6). Sum of RGB (Red+Green+Blue) = 2+7+6=15 (1% of max value = 765). Red value is 2 (1.17% from 255 or 13.33% from 15); Green value is 7 (3.12% from 255 or 46.67% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 7 - color contains mainly: green. Hex color #020706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020706 is #FDF8F9. Grayscale: #050505. Windows color (decimal): -16644346 or 395010. OLE color: 395010.

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

Color convert

RGB 2 7 6 -
CMYK 0.71 0 0.14 0.97
HSL 168º 0.56% 0.02% -
HSV(B) 168º 0.71% 0.03% -
XYZ 0.13 0.18 0.2 -
YUV 5.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 2 7 6 0.71 0 0.14 0.97 168 0.56 0.02
Hex 2 7 6 47 0 E 61 A8 38 2
Octal 2 7 6 107 0 16 141 250 70 2
Binary 10 111 110 1000111 0 1110 1100001 10101000 111000 10

Color Harmonies of #020706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020706

Black with #020706

Text Example


Text Example

White with #020706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020706; }

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

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

background-color css

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

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

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

border-color css

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

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

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