#020303

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

Shades of Dark Green #020303

Tints of Dark Green #020303

Color information

#020303 (or 0x020303) is unknown color: approx Dark Green. HEX triplet: 02, 03 and 03. RGB value is (2,3,3). Sum of RGB (Red+Green+Blue) = 2+3+3=8 (1% of max value = 765). Red value is 2 (1.17% from 255 or 25% from 8); Green value is 3 (1.56% from 255 or 37.5% from 8); Blue value is 3 (1.56% from 255 or 37.5% from 8); Max value from RGB is 3 - color contains mainly: green, blue. Hex color #020303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020303 is #FDFCFC. Grayscale: #020202. Windows color (decimal): -16645373 or 197378. OLE color: 197378.

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

Color convert

RGB233-
CMYK0.33000.99
HSL180º20%0.98%-
HSV(B)180º33.33%1.18%-
XYZ0.070.080.1-
YUV2.7128.17127.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 25%
GREEN value IS 3 (1.56% from 255) = 37.5%
BLUE value IS 3 (1.56% from 255) = 37.5%
R=25%
G=37.5%
B=37.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal2330.33000.99180200.98
Hex233210063b4141
Octal2334100143264241
Binary10111110000100110001110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020303; }

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

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

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

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

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

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

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

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