Html Css Color HEX #010703 Dark Green

📋 copy color: '#010703'

red 1 ◦ green 7 ◦ blue 3

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

Shades of Dark Green #010703

Tints of Dark Green #010703

RGB

 RED value IS 1 (0.78% from 255) = 9.09%

 GREEN value IS 7 (3.13% from 255) = 63.64%

 BLUE value IS 3 (1.56% from 255) = 27.27%

R = 9.09%
G = 63.64%
B = 27.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.97

RGB Variations

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

Color information

#010703 (or 0x010703) is known color: Dark Green. HEX triplet: 01, 07 and 03. RGB value is (1,7,3). Sum of RGB (Red+Green+Blue) = 1+7+3=11 (1% of max value = 765). Red value is 1 (0.78% from 255 or 9.09% from 11); Green value is 7 (3.12% from 255 or 63.64% from 11); Blue value is 3 (1.56% from 255 or 27.27% from 11); Max value from RGB is 7 - color contains mainly: green. Hex color #010703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010703 is #FEF8FC. Grayscale: #040404. Windows color (decimal): -16709885 or 198401. OLE color: 198401.

HSL color Cylindrical-coordinate representation of color #010703: hue angle of 140º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #010703 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.97.

Color convert

RGB 1 7 3 -
CMYK 0.86 0 0.57 0.97
HSL 140º 0.75% 0.02% -
HSV(B) 140º 0.86% 0.03% -
XYZ 0.1 0.16 0.11 -
YUV 4.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 1 7 3 0.86 0 0.57 0.97 140 0.75 0.02
Hex 1 7 3 56 0 39 61 8C 4B 2
Octal 1 7 3 126 0 71 141 214 113 2
Binary 1 111 11 1010110 0 111001 1100001 10001100 1001011 10

Color Harmonies of #010703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010703

Black with #010703

Text Example


Text Example

White with #010703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010703; }

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

 H1.HeaderClassName
 {
   color: #010703;
 }
 .AnyTagClassName
 {
   color: #010703;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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