#001112

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

Shades of Dark Green #001112

Tints of Dark Green #001112

Color information

#001112 (or 0x001112) is unknown color: approx Dark Green. HEX triplet: 00, 11 and 12. RGB value is (0,17,18). Sum of RGB (Red+Green+Blue) = 0+17+18=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 18 (7.42% from 255 or 51.43% from 35); Max value from RGB is 18 - color contains mainly: blue. Hex color #001112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001112 is #FFEEED. Grayscale: #0C0C0C. Windows color (decimal): -16772846 or 1184000. OLE color: 1184000.

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

Color convert

RGB01718-
CMYK10.0600.93
HSL183.33º100%3.53%-
HSV(B)183.33º100%7.06%-
XYZ0.310.440.64-
YUV12.03131.37119.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 48.57%
BLUE value IS 18 (7.42% from 255) = 51.43%
R=0%
G=48.57%
B=51.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0171810.0600.93183.331003.53
Hex0111264605Db7644
Octal02122144601352671444
Binary01000110010110010011001011101101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001112; }

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

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

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

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

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

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

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

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