#011206

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

Shades of Dark Green #011206

Tints of Dark Green #011206

Color information

#011206 (or 0x011206) is unknown color: approx Dark Green. HEX triplet: 01, 12 and 06. RGB value is (1,18,6). Sum of RGB (Red+Green+Blue) = 1+18+6=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 18 (7.42% from 255 or 72% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 18 - color contains mainly: green. Hex color #011206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011206 is #FEEDF9. Grayscale: #0B0B0B. Windows color (decimal): -16707066 or 397825. OLE color: 397825.

HSL color Cylindrical-coordinate representation of color #011206: hue angle of 137.65º 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 #011206 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB1186-
CMYK0.9400.670.93
HSL137.65º89.47%3.73%-
HSV(B)137.65º94.44%7.06%-
XYZ0.260.450.25-
YUV11.55124.87120.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4%
GREEN value IS 18 (7.42% from 255) = 72%
BLUE value IS 6 (2.73% from 255) = 24%
R=4%
G=72%
B=24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal11860.9400.670.93137.6589.473.73
Hex11265E0435D8a594
Octal122613601031352121314
Binary1100101101011110010000111011101100010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011206; }

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

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

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

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

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

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

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

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