#111F1C

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

Shades of Dark Green #111F1C

Tints of Dark Green #111F1C

Color information

#111F1C (or 0x111F1C) is unknown color: approx Dark Green. HEX triplet: 11, 1F and 1C. RGB value is (17,31,28). Sum of RGB (Red+Green+Blue) = 17+31+28=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 31 - color contains mainly: green. Hex color #111F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F1C is #EEE0E3. Grayscale: #1A1A1A. Windows color (decimal): -15655140 or 1842961. OLE color: 1842961.

HSL color Cylindrical-coordinate representation of color #111F1C: hue angle of 167.14º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #111F1C is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB173128-
CMYK0.4500.100.88
HSL167.14º29.17%9.41%-
HSV(B)167.14º45.16%12.16%-
XYZ0.931.181.28-
YUV26.47128.86121.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 31 (12.5% from 255) = 40.79%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=22.37%
G=40.79%
B=36.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1731280.4500.100.88167.1429.179.41
Hex111F1C2D0A58a71d9
Octal213734550121302473511
Binary10001111111110010110101010101100010100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111F1C; }

 p { color: rgb(17,31,28); }

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

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

 a { background-color: rgb(17,31,28); }

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

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

 span { border-color: rgb(17,31,28); }

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