#122120

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

Shades of Swamp #122120

Tints of Swamp #122120

Color information

#122120 (or 0x122120) is unknown color: approx Swamp. HEX triplet: 12, 21 and 20. RGB value is (18,33,32). Sum of RGB (Red+Green+Blue) = 18+33+32=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 33 - color contains mainly: green. Hex color #122120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122120 is #EDDEDF. Grayscale: #1C1C1C. Windows color (decimal): -15589088 or 2105618. OLE color: 2105618.

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

Color convert

RGB183332-
CMYK0.4500.030.87
HSL176º29.41%10%-
HSV(B)176º45.45%12.94%-
XYZ1.051.321.57-
YUV28.4130.03120.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 33 (13.28% from 255) = 39.76%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=21.69%
G=39.76%
B=38.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1833320.4500.030.8717629.4110
Hex1221202D0357b01da
Octal22414055031272603512
Binary10010100001100000101101011101011110110000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122120; }

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

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

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

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

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

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

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

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