#112820

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

Shades of Dark Green #112820

Tints of Dark Green #112820

Color information

#112820 (or 0x112820) is unknown color: approx Dark Green. HEX triplet: 11, 28 and 20. RGB value is (17,40,32). Sum of RGB (Red+Green+Blue) = 17+40+32=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #112820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112820 is #EED7DF. Grayscale: #202020. Windows color (decimal): -15652832 or 2107409. OLE color: 2107409.

HSL color Cylindrical-coordinate representation of color #112820: hue angle of 159.13º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112820 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB174032-
CMYK0.5700.200.84
HSL159.13º40.35%11.18%-
HSV(B)159.13º57.5%15.69%-
XYZ1.251.741.64-
YUV32.21127.88117.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 40 (16.02% from 255) = 44.94%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=19.10%
G=44.94%
B=35.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740320.5700.200.84159.1340.3511.18
Hex11282039014549f28b
Octal215040710241242375013
Binary100011010001000001110010101001010100100111111010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112820; }

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

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

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

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

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

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

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

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