#11201C

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

Shades of Dark Green #11201C

Tints of Dark Green #11201C

Color information

#11201C (or 0x11201C) is unknown color: approx Dark Green. HEX triplet: 11, 20 and 1C. RGB value is (17,32,28). Sum of RGB (Red+Green+Blue) = 17+32+28=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #11201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11201C is #EEDFE3. Grayscale: #1B1B1B. Windows color (decimal): -15654884 or 1843217. OLE color: 1843217.

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

Color convert

RGB173228-
CMYK0.4700.120.87
HSL164º30.61%9.61%-
HSV(B)164º46.88%12.55%-
XYZ0.961.241.29-
YUV27.06128.53120.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 32 (12.89% from 255) = 41.56%
BLUE value IS 28 (11.33% from 255) = 36.36%
R=22.08%
G=41.56%
B=36.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1732280.4700.120.8716430.619.61
Hex11201C2F0C57a41fa
Octal214034570141272443712
Binary100011000001110010111101100101011110100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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