#111C18

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

Shades of Dark Green #111C18

Tints of Dark Green #111C18

Color information

#111C18 (or 0x111C18) is unknown color: approx Dark Green. HEX triplet: 11, 1C and 18. RGB value is (17,28,24). Sum of RGB (Red+Green+Blue) = 17+28+24=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 28 - color contains mainly: green. Hex color #111C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C18 is #EEE3E7. Grayscale: #181818. Windows color (decimal): -15655912 or 1580049. OLE color: 1580049.

HSL color Cylindrical-coordinate representation of color #111C18: hue angle of 158.18º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #111C18 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB172824-
CMYK0.3900.140.89
HSL158.18º24.44%8.82%-
HSV(B)158.18º39.29%10.98%-
XYZ0.811.021.02-
YUV24.26127.86122.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 28 (11.33% from 255) = 40.58%
BLUE value IS 24 (9.77% from 255) = 34.78%
R=24.64%
G=40.58%
B=34.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1728240.3900.140.89158.1824.448.82
Hex111C18270E599e189
Octal213430470161312363011
Binary10001111001100010011101110101100110011110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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