#11221C

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

Shades of Dark Green #11221C

Tints of Dark Green #11221C

Color information

#11221C (or 0x11221C) is unknown color: approx Dark Green. HEX triplet: 11, 22 and 1C. RGB value is (17,34,28). Sum of RGB (Red+Green+Blue) = 17+34+28=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 34 - color contains mainly: green. Hex color #11221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11221C is #EEDDE3. Grayscale: #1C1C1C. Windows color (decimal): -15654372 or 1843729. OLE color: 1843729.

HSL color Cylindrical-coordinate representation of color #11221C: hue angle of 158.82º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #11221C is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB173428-
CMYK0.5000.180.87
HSL158.82º33.33%10%-
HSV(B)158.82º50%13.33%-
XYZ1.011.351.31-
YUV28.23127.87119.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 34 (13.67% from 255) = 43.04%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=21.52%
G=43.04%
B=35.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1734280.5000.180.87158.8233.3310
Hex11221C32012579f21a
Octal214234620221272374112
Binary10001100010111001100100100101010111100111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11221C; }

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

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

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

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

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

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

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

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