#111C1A

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

Shades of Dark Green #111C1A

Tints of Dark Green #111C1A

Color information

#111C1A (or 0x111C1A) is unknown color: approx Dark Green. HEX triplet: 11, 1C and 1A. RGB value is (17,28,26). Sum of RGB (Red+Green+Blue) = 17+28+26=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 28 - color contains mainly: green. Hex color #111C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C1A is #EEE3E5. Grayscale: #181818. Windows color (decimal): -15655910 or 1711121. OLE color: 1711121.

HSL color Cylindrical-coordinate representation of color #111C1A: hue angle of 169.09º 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 #111C1A is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB172826-
CMYK0.3900.070.89
HSL169.09º24.44%8.82%-
HSV(B)169.09º39.29%10.98%-
XYZ0.831.021.13-
YUV24.48128.86122.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.94%
GREEN value IS 28 (11.33% from 255) = 39.44%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=23.94%
G=39.44%
B=36.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1728260.3900.070.89169.0924.448.82
Hex111C1A270759a9189
Octal21343247071312513011
Binary1000111100110101001110111101100110101001110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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