#011107

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

Shades of Dark Green #011107

Tints of Dark Green #011107

Color information

#011107 (or 0x011107) is unknown color: approx Dark Green. HEX triplet: 01, 11 and 07. RGB value is (1,17,7). Sum of RGB (Red+Green+Blue) = 1+17+7=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 17 (7.03% from 255 or 68% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 17 - color contains mainly: green. Hex color #011107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011107 is #FEEEF8. Grayscale: #0B0B0B. Windows color (decimal): -16707321 or 463105. OLE color: 463105.

HSL color Cylindrical-coordinate representation of color #011107: hue angle of 142.5º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011107 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.93.

Color convert

RGB1177-
CMYK0.9400.590.93
HSL142.5º88.89%3.53%-
HSV(B)142.5º94.12%6.67%-
XYZ0.250.420.27-
YUV11.08125.7120.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4%
GREEN value IS 17 (7.03% from 255) = 68%
BLUE value IS 7 (3.12% from 255) = 28%
R=4%
G=68%
B=28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal11770.9400.590.93142.588.893.53
Hex11175E03B5D8e594
Octal12171360731352161314
Binary110001111101111001110111011101100011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011107; }

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

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

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

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

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

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

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

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