#020707

Color #020707 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #020707

Tints of Dark Green #020707

Color information

#020707 (or 0x020707) is unknown color: approx Dark Green. HEX triplet: 02, 07 and 07. RGB value is (2,7,7). Sum of RGB (Red+Green+Blue) = 2+7+7=16 (2% of max value = 765). Red value is 2 (1.17% from 255 or 12.5% from 16); Green value is 7 (3.12% from 255 or 43.75% from 16); Blue value is 7 (3.12% from 255 or 43.75% from 16); Max value from RGB is 7 - color contains mainly: green, blue. Hex color #020707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020707 is #FDF8F8. Grayscale: #050505. Windows color (decimal): -16644345 or 460546. OLE color: 460546.

HSL color Cylindrical-coordinate representation of color #020707: hue angle of 180º 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 #020707 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB277-
CMYK0.71000.97
HSL180º55.56%1.76%-
HSV(B)180º71.43%2.75%-
XYZ0.140.180.23-
YUV5.5128.84125.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 12.5%
GREEN value IS 7 (3.12% from 255) = 43.75%
BLUE value IS 7 (3.12% from 255) = 43.75%
R=12.5%
G=43.75%
B=43.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal2770.71000.9718055.561.76
Hex277470061b4382
Octal27710700141264702
Binary1011111110001110011000011011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020707; }

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

 H1.HeaderClassName
 {
   color: #020707;
 }
 .AnyTagClassName
 {
   color: #020707;
 }
</style>
background-color css

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

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

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

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

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

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