Shades of Swamp #142120
Tints of Swamp #142120
RGB
CMYK
RGB Variations
Color information
#142120 (or 0x142120) is known color: Swamp. HEX triplet: 14, 21 and 20. RGB value is (20,33,32). Sum of RGB (Red+Green+Blue) = 20+33+32=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 33 - color contains mainly: green. Hex color #142120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142120 is #EBDEDF. Grayscale: #1C1C1C. Windows color (decimal): -15458016 or 2105620. OLE color: 2105620.
HSL color Cylindrical-coordinate representation of color #142120: hue angle of 175.38º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #142120 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 33 | 32 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.87 |
| HSL | 175.38º | 0.25% | 0.1% | - |
| HSV(B) | 175.38º | 0.39% | 0.13% | - |
| XYZ | 1.09 | 1.34 | 1.57 | - |
| YUV | 29 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 32 | 0.39 | 0 | 0.03 | 0.87 | 175.38 | 0.25 | 0.1 |
| Hex | 14 | 21 | 20 | 27 | 0 | 3 | 57 | AF | 19 | A |
| Octal | 24 | 41 | 40 | 47 | 0 | 3 | 127 | 257 | 31 | 12 |
| Binary | 10100 | 100001 | 100000 | 100111 | 0 | 11 | 1010111 | 10101111 | 11001 | 1010 |
Color Harmonies of #142120
Complementary color
Monochromatic Colors of #142120
Black with #142120
Text Example
Text Example
White with #142120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142120; }
p { color: rgb(20,33,32); }
H1.HeaderClassName
{
color: #142120;
}
.AnyTagClassName
{
color: #142120;
}
</style>
background-color css
<style>
a { background-color: #142120; }
a { background-color: rgb(20,33,32); }
div.DivClassName
{
background-color: #142120;
}
.BgClassName
{
background-color: #142120;
}
</style>
border-color css
<style>
span { border-color: #142120; }
span { border-color: rgb(20,33,32); }
td.TdClassName
{
border-color: #142120;
}
.TagClassName
{
border-color: #142120;
}
</style>