#11211D

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

Shades of Dark Green #11211D

Tints of Dark Green #11211D

Color information

#11211D (or 0x11211D) is unknown color: approx Dark Green. HEX triplet: 11, 21 and 1D. RGB value is (17,33,29). Sum of RGB (Red+Green+Blue) = 17+33+29=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 33 - color contains mainly: green. Hex color #11211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11211D is #EEDEE2. Grayscale: #1B1B1B. Windows color (decimal): -15654627 or 1909009. OLE color: 1909009.

HSL color Cylindrical-coordinate representation of color #11211D: hue angle of 165º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #11211D is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB173329-
CMYK0.4800.120.87
HSL165º32%9.8%-
HSV(B)165º48.48%12.94%-
XYZ11.31.36-
YUV27.76128.7120.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 33 (13.28% from 255) = 41.77%
BLUE value IS 29 (11.72% from 255) = 36.71%
R=21.52%
G=41.77%
B=36.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1733290.4800.120.87165329.8
Hex11211D300C57a520a
Octal214135600141272454012
Binary1000110000111101110000011001010111101001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11211D; }

 p { color: rgb(17,33,29); }

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

<style>
 a { background-color: #11211D; }

 a { background-color: rgb(17,33,29); }

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

<style>
 span { border-color: #11211D; }

 span { border-color: rgb(17,33,29); }

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