Shades of Swamp #122020
Tints of Swamp #122020
RGB
CMYK
RGB Variations
Color information
#122020 (or 0x122020) is known color: 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
| RGB | 18 | 32 | 32 | - |
| CMYK | 0.44 | 0 | 0 | 0.87 |
| HSL | 180º | 0.28% | 0.1% | - |
| HSV(B) | 180º | 0.44% | 0.13% | - |
| XYZ | 1.03 | 1.27 | 1.56 | - |
| YUV | 27.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 32 | 0.44 | 0 | 0 | 0.87 | 180 | 0.28 | 0.1 |
| Hex | 12 | 20 | 20 | 2C | 0 | 0 | 57 | B4 | 1C | A |
| Octal | 22 | 40 | 40 | 54 | 0 | 0 | 127 | 264 | 34 | 12 |
| Binary | 10010 | 100000 | 100000 | 101100 | 0 | 0 | 1010111 | 10110100 | 11100 | 1010 |
Color Harmonies of #122020
Complementary color
Monochromatic Colors of #122020
Black with #122020
Text Example
Text Example
White with #122020
Text Example
Text Example
HTML Codes & Css Web 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>