#010403

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

Shades of Dark Green #010403

Tints of Dark Green #010403

Color information

#010403 (or 0x010403) is unknown color: approx Dark Green. HEX triplet: 01, 04 and 03. RGB value is (1,4,3). Sum of RGB (Red+Green+Blue) = 1+4+3=8 (1% of max value = 765). Red value is 1 (0.78% from 255 or 12.5% from 8); Green value is 4 (1.95% from 255 or 50% from 8); Blue value is 3 (1.56% from 255 or 37.5% from 8); Max value from RGB is 4 - color contains mainly: green. Hex color #010403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010403 is #FEFBFC. Grayscale: #020202. Windows color (decimal): -16710653 or 197633. OLE color: 197633.

HSL color Cylindrical-coordinate representation of color #010403: hue angle of 160º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #010403 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.98.

Color convert

RGB143-
CMYK0.7500.250.98
HSL160º60%0.98%-
HSV(B)160º75%1.57%-
XYZ0.070.10.1-
YUV2.99128.01126.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 12.5%
GREEN value IS 4 (1.95% from 255) = 50%
BLUE value IS 3 (1.56% from 255) = 37.5%
R=12.5%
G=50%
B=37.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1430.7500.250.98160600.98
Hex1434B01962a03c1
Octal143113031142240741
Binary11001110010110110011100010101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010403; }

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

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

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

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

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

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

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

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