Html Css Color HEX #010704 Dark Green

📋 copy color: '#010704'

red 1 ◦ green 7 ◦ blue 4

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

Shades of Dark Green #010704

Tints of Dark Green #010704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 33.33%

R = 8.33%
G = 58.33%
B = 33.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.97

RGB Variations

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

Color information

#010704 (or 0x010704) is known color: Dark Green. HEX triplet: 01, 07 and 04. RGB value is (1,7,4). Sum of RGB (Red+Green+Blue) = 1+7+4=12 (1% of max value = 765). Red value is 1 (0.78% from 255 or 8.33% from 12); Green value is 7 (3.12% from 255 or 58.33% from 12); Blue value is 4 (1.95% from 255 or 33.33% from 12); Max value from RGB is 7 - color contains mainly: green. Hex color #010704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010704 is #FEF8FB. Grayscale: #040404. Windows color (decimal): -16709884 or 263937. OLE color: 263937.

HSL color Cylindrical-coordinate representation of color #010704: hue angle of 150º 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 #010704 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.97.

Color convert

RGB 1 7 4 -
CMYK 0.86 0 0.43 0.97
HSL 150º 0.75% 0.02% -
HSV(B) 150º 0.86% 0.03% -
XYZ 0.11 0.17 0.14 -
YUV 4.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 1 7 4 0.86 0 0.43 0.97 150 0.75 0.02
Hex 1 7 4 56 0 2B 61 96 4B 2
Octal 1 7 4 126 0 53 141 226 113 2
Binary 1 111 100 1010110 0 101011 1100001 10010110 1001011 10

Color Harmonies of #010704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010704

Black with #010704

Text Example


Text Example

White with #010704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010704; }

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

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

background-color css

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

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

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

border-color css

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

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

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