Html Css Color HEX #000101 Dark Green

📋 copy color: '#000101'

red 0 ◦ green 1 ◦ blue 1

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

Shades of Dark Green #000101

Tints of Dark Green #000101

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 1 (0.78% from 255) = 50%

 BLUE value IS 1 (0.78% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 1.00

RGB Variations

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

Color information

#000101 (or 0x000101) is known color: Dark Green. HEX triplet: 00, 01 and 01. RGB value is (0,1,1). Sum of RGB (Red+Green+Blue) = 0+1+1=2 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 2); Green value is 1 (0.78% from 255 or 50% from 2); Blue value is 1 (0.78% from 255 or 50% from 2); Max value from RGB is 1 - color contains mainly: green, blue. Hex color #000101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000101 is #FFFEFE. Grayscale: #000000. Windows color (decimal): -16776959 or 65792. OLE color: 65792.

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

Color convert

RGB 0 1 1 -
CMYK 1 0 0 1.00
HSL 180º 1% 0% -
HSV(B) 180º 1% 0% -
XYZ 0.02 0.02 0.03 -
YUV 0.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 0 1 1 1 0 0 1.00 180 1 0
Hex 0 1 1 64 0 0 64 B4 64 0
Octal 0 1 1 144 0 0 144 264 144 0
Binary 0 1 1 1100100 0 0 1100100 10110100 1100100 0

Color Harmonies of #000101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000101

Black with #000101

Text Example


Text Example

White with #000101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000101; }

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

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

background-color css

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

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

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

border-color css

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

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

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