#111E1A

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

Shades of Dark Green #111E1A

Tints of Dark Green #111E1A

Color information

#111E1A (or 0x111E1A) is unknown color: approx Dark Green. HEX triplet: 11, 1E and 1A. RGB value is (17,30,26). Sum of RGB (Red+Green+Blue) = 17+30+26=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #111E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E1A is #EEE1E5. Grayscale: #191919. Windows color (decimal): -15655398 or 1711633. OLE color: 1711633.

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

Color convert

RGB173026-
CMYK0.4300.130.88
HSL161.54º27.66%9.22%-
HSV(B)161.54º43.33%11.76%-
XYZ0.881.121.15-
YUV25.66128.19121.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.29%
GREEN value IS 30 (12.11% from 255) = 41.10%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=23.29%
G=41.10%
B=35.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1730260.4300.130.88161.5427.669.22
Hex111E1A2B0D58a21c9
Octal213632530151302423411
Binary10001111101101010101101101101100010100010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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