#010202

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

Shades of Dark Green #010202

Tints of Dark Green #010202

Color information

#010202 (or 0x010202) is unknown color: approx Dark Green. HEX triplet: 01, 02 and 02. RGB value is (1,2,2). Sum of RGB (Red+Green+Blue) = 1+2+2=5 (0% of max value = 765). Red value is 1 (0.78% from 255 or 20% from 5); Green value is 2 (1.17% from 255 or 40% from 5); Blue value is 2 (1.17% from 255 or 40% from 5); Max value from RGB is 2 - color contains mainly: green, blue. Hex color #010202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010202 is #FEFDFD. Grayscale: #010101. Windows color (decimal): -16711166 or 131585. OLE color: 131585.

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

Color convert

RGB122-
CMYK0.50000.99
HSL180º33.33%0.59%-
HSV(B)180º50%0.78%-
XYZ0.050.050.07-
YUV1.7128.17127.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 20%
GREEN value IS 2 (1.17% from 255) = 40%
BLUE value IS 2 (1.17% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal1220.50000.9918033.330.59
Hex122320063b4211
Octal1226200143264411
Binary11010110010001100011101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010202; }

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

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

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

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

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

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

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

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