Shades of Swamp #142A2C
Tints of Swamp #142A2C
RGB
CMYK
RGB Variations
Color information
#142A2C (or 0x142A2C) is known color: Swamp. HEX triplet: 14, 2A and 2C. RGB value is (20,42,44). Sum of RGB (Red+Green+Blue) = 20+42+44=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 44 - color contains mainly: blue. Hex color #142A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A2C is #EBD5D3. Grayscale: #232323. Windows color (decimal): -15455700 or 2894356. OLE color: 2894356.
HSL color Cylindrical-coordinate representation of color #142A2C: hue angle of 185º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #142A2C is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 42 | 44 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.83 |
| HSL | 185º | 0.38% | 0.13% | - |
| HSV(B) | 185º | 0.55% | 0.17% | - |
| XYZ | 1.57 | 1.99 | 2.68 | - |
| YUV | 35.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 44 | 0.55 | 0.05 | 0 | 0.83 | 185 | 0.38 | 0.13 |
| Hex | 14 | 2A | 2C | 37 | 5 | 0 | 53 | B9 | 26 | D |
| Octal | 24 | 52 | 54 | 67 | 5 | 0 | 123 | 271 | 46 | 15 |
| Binary | 10100 | 101010 | 101100 | 110111 | 101 | 0 | 1010011 | 10111001 | 100110 | 1101 |
Color Harmonies of #142A2C
Complementary color
Monochromatic Colors of #142A2C
Black with #142A2C
Text Example
Text Example
White with #142A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A2C; }
p { color: rgb(20,42,44); }
H1.HeaderClassName
{
color: #142A2C;
}
.AnyTagClassName
{
color: #142A2C;
}
</style>
background-color css
<style>
a { background-color: #142A2C; }
a { background-color: rgb(20,42,44); }
div.DivClassName
{
background-color: #142A2C;
}
.BgClassName
{
background-color: #142A2C;
}
</style>
border-color css
<style>
span { border-color: #142A2C; }
span { border-color: rgb(20,42,44); }
td.TdClassName
{
border-color: #142A2C;
}
.TagClassName
{
border-color: #142A2C;
}
</style>