#122020

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

Shades of Swamp #122020

Tints of Swamp #122020

Color information

#122020 (or 0x122020) is unknown color: approx Swamp. HEX triplet: 12, 20 and 20. RGB value is (18,32,32). Sum of RGB (Red+Green+Blue) = 18+32+32=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #122020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122020 is #EDDFDF. Grayscale: #1B1B1B. Windows color (decimal): -15589344 or 2105362. OLE color: 2105362.

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

Color convert

RGB183232-
CMYK0.44000.87
HSL180º28%9.8%-
HSV(B)180º43.75%12.55%-
XYZ1.031.271.56-
YUV27.81130.36121-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 32 (12.89% from 255) = 39.02%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=21.95%
G=39.02%
B=39.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1832320.44000.87180289.8
Hex1220202C0057b41ca
Octal22404054001272643412
Binary1001010000010000010110000101011110110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122020; }

 p { color: rgb(18,32,32); }

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

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

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

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

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

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

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