Html Css Color HEX #010403 Dark Green

📋 copy color: '#010403'

red 1 ◦ green 4 ◦ blue 3

#010403
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #010403

Tints of Dark Green #010403

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 value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.98

RGB Variations

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

Color information

#010403 (or 0x010403) is known color: 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

RGB 1 4 3 -
CMYK 0.75 0 0.25 0.98
HSL 160º 0.6% 0.01% -
HSV(B) 160º 0.75% 0.02% -
XYZ 0.07 0.1 0.1 -
YUV 2.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 1 4 3 0.75 0 0.25 0.98 160 0.6 0.01
Hex 1 4 3 4B 0 19 62 A0 3C 1
Octal 1 4 3 113 0 31 142 240 74 1
Binary 1 100 11 1001011 0 11001 1100010 10100000 111100 1

Color Harmonies of #010403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010403

Black with #010403

Text Example


Text Example

White with #010403

Text Example


Text Example

HTML Codes & Css Web 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>