#011112

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

Shades of Dark Green #011112

Tints of Dark Green #011112

Color information

#011112 (or 0x011112) is unknown color: approx Dark Green. HEX triplet: 01, 11 and 12. RGB value is (1,17,18). Sum of RGB (Red+Green+Blue) = 1+17+18=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #011112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011112 is #FEEEED. Grayscale: #0C0C0C. Windows color (decimal): -16707310 or 1184001. OLE color: 1184001.

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

Color convert

RGB11718-
CMYK0.940.0600.93
HSL183.53º89.47%3.73%-
HSV(B)183.53º94.44%7.06%-
XYZ0.320.450.64-
YUV12.33131.2119.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 17 (7.03% from 255) = 47.22%
BLUE value IS 18 (7.42% from 255) = 50%
R=2.78%
G=47.22%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal117180.940.0600.93183.5389.473.73
Hex111125E605Db8594
Octal12122136601352701314
Binary11000110010101111011001011101101110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011112; }

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

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

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

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

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

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

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

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