#111312

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

Shades of Dark Green #111312

Tints of Dark Green #111312

Color information

#111312 (or 0x111312) is unknown color: approx Dark Green. HEX triplet: 11, 13 and 12. RGB value is (17,19,18). Sum of RGB (Red+Green+Blue) = 17+19+18=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 19 - color contains mainly: green. Hex color #111312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111312 is #EEECED. Grayscale: #121212. Windows color (decimal): -15658222 or 1184529. OLE color: 1184529.

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

Color convert

RGB171918-
CMYK0.1100.050.93
HSL150º5.56%7.06%-
HSV(B)150º10.53%7.45%-
XYZ0.570.630.66-
YUV18.29127.84127.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 31.48%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=31.48%
G=35.19%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1719180.1100.050.931505.567.06
Hex111312B055D9667
Octal212322130513522667
Binary10001100111001010110101101110110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111312; }

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

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

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

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

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

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

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

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