#011706

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

Shades of Dark Green #011706

Tints of Dark Green #011706

Color information

#011706 (or 0x011706) is unknown color: approx Dark Green. HEX triplet: 01, 17 and 06. RGB value is (1,23,6). Sum of RGB (Red+Green+Blue) = 1+23+6=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 23 (9.38% from 255 or 76.67% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 23 - color contains mainly: green. Hex color #011706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011706 is #FEE8F9. Grayscale: #0E0E0E. Windows color (decimal): -16705786 or 399105. OLE color: 399105.

HSL color Cylindrical-coordinate representation of color #011706: hue angle of 133.64º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011706 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.91.

Color convert

RGB1236-
CMYK0.9600.740.91
HSL133.64º91.67%4.71%-
HSV(B)133.64º95.65%9.02%-
XYZ0.350.630.28-
YUV14.48123.21118.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.33%
GREEN value IS 23 (9.38% from 255) = 76.67%
BLUE value IS 6 (2.73% from 255) = 20%
R=3.33%
G=76.67%
B=20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12360.9600.740.91133.6491.674.71
Hex11766004A5B865c5
Octal127614001121332061345
Binary1101111101100000010010101011011100001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011706; }

 p { color: rgb(1,23,6); }

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

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

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

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

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

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

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