Shades of Swamp #142A29
Tints of Swamp #142A29
RGB
CMYK
RGB Variations
Color information
#142A29 (or 0x142A29) is known color: Swamp. HEX triplet: 14, 2A and 29. RGB value is (20,42,41). Sum of RGB (Red+Green+Blue) = 20+42+41=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 42 (16.80% from 255 or 40.78% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 42 - color contains mainly: green. Hex color #142A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A29 is #EBD5D6. Grayscale: #232323. Windows color (decimal): -15455703 or 2697748. OLE color: 2697748.
HSL color Cylindrical-coordinate representation of color #142A29: hue angle of 177.27º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #142A29 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 42 | 41 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.84 |
| HSL | 177.27º | 0.35% | 0.12% | - |
| HSV(B) | 177.27º | 0.52% | 0.16% | - |
| XYZ | 1.52 | 1.96 | 2.4 | - |
| YUV | 35.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 41 | 0.52 | 0 | 0.02 | 0.84 | 177.27 | 0.35 | 0.12 |
| Hex | 14 | 2A | 29 | 34 | 0 | 2 | 54 | B1 | 23 | C |
| Octal | 24 | 52 | 51 | 64 | 0 | 2 | 124 | 261 | 43 | 14 |
| Binary | 10100 | 101010 | 101001 | 110100 | 0 | 10 | 1010100 | 10110001 | 100011 | 1100 |
Color Harmonies of #142A29
Complementary color
Monochromatic Colors of #142A29
Black with #142A29
Text Example
Text Example
White with #142A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A29; }
p { color: rgb(20,42,41); }
H1.HeaderClassName
{
color: #142A29;
}
.AnyTagClassName
{
color: #142A29;
}
</style>
background-color css
<style>
a { background-color: #142A29; }
a { background-color: rgb(20,42,41); }
div.DivClassName
{
background-color: #142A29;
}
.BgClassName
{
background-color: #142A29;
}
</style>
border-color css
<style>
span { border-color: #142A29; }
span { border-color: rgb(20,42,41); }
td.TdClassName
{
border-color: #142A29;
}
.TagClassName
{
border-color: #142A29;
}
</style>