#001206

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

Shades of Dark Green #001206

Tints of Dark Green #001206

Color information

#001206 (or 0x001206) is unknown color: approx Dark Green. HEX triplet: 00, 12 and 06. RGB value is (0,18,6). Sum of RGB (Red+Green+Blue) = 0+18+6=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 18 (7.42% from 255 or 75% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 18 - color contains mainly: green. Hex color #001206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001206 is #FFEDF9. Grayscale: #0B0B0B. Windows color (decimal): -16772602 or 397824. OLE color: 397824.

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

Color convert

RGB0186-
CMYK100.670.93
HSL140º100%3.53%-
HSV(B)140º100%7.06%-
XYZ0.250.450.25-
YUV11.25125.04119.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 75%
BLUE value IS 6 (2.73% from 255) = 25%
R=0%
G=75%
B=25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0186100.670.931401003.53
Hex0126640435D8c644
Octal022614401031352141444
Binary0100101101100100010000111011101100011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001206; }

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

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

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

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

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

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

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

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