#010303

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

Shades of Dark Green #010303

Tints of Dark Green #010303

Color information

#010303 (or 0x010303) is unknown color: approx Dark Green. HEX triplet: 01, 03 and 03. RGB value is (1,3,3). Sum of RGB (Red+Green+Blue) = 1+3+3=7 (0% of max value = 765). Red value is 1 (0.78% from 255 or 14.29% from 7); Green value is 3 (1.56% from 255 or 42.86% from 7); Blue value is 3 (1.56% from 255 or 42.86% from 7); Max value from RGB is 3 - color contains mainly: green, blue. Hex color #010303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010303 is #FEFCFC. Grayscale: #020202. Windows color (decimal): -16710909 or 197377. OLE color: 197377.

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

Color convert

RGB133-
CMYK0.67000.99
HSL180º50%0.78%-
HSV(B)180º66.67%1.18%-
XYZ0.060.080.1-
YUV2.4128.34127-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 14.29%
GREEN value IS 3 (1.56% from 255) = 42.86%
BLUE value IS 3 (1.56% from 255) = 42.86%
R=14.29%
G=42.86%
B=42.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal1330.67000.99180500.78
Hex133430063b4321
Octal13310300143264621
Binary111111000011001100011101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010303; }

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

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

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

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

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

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

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

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