#000202

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

Shades of Dark Green #000202

Tints of Dark Green #000202

Color information

#000202 (or 0x000202) is unknown color: approx Dark Green. HEX triplet: 00, 02 and 02. RGB value is (0,2,2). Sum of RGB (Red+Green+Blue) = 0+2+2=4 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 4); Green value is 2 (1.17% from 255 or 50% from 4); Blue value is 2 (1.17% from 255 or 50% from 4); Max value from RGB is 2 - color contains mainly: green, blue. Hex color #000202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000202 is #FFFDFD. Grayscale: #010101. Windows color (decimal): -16776702 or 131584. OLE color: 131584.

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

Color convert

RGB022-
CMYK1000.99
HSL180º100%0.39%-
HSV(B)180º100%0.78%-
XYZ0.030.050.06-
YUV1.4128.34127-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal0221000.991801000.39
Hex022640063b4640
Octal022144001432641440
Binary0101011001000011000111011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000202; }

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

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

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

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

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

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

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

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