Shades of Swamp #142A2D
Tints of Swamp #142A2D
RGB
CMYK
RGB Variations
Color information
#142A2D (or 0x142A2D) is known color: Swamp. HEX triplet: 14, 2A and 2D. RGB value is (20,42,45). Sum of RGB (Red+Green+Blue) = 20+42+45=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #142A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A2D is #EBD5D2. Grayscale: #232323. Windows color (decimal): -15455699 or 2959892. OLE color: 2959892.
HSL color Cylindrical-coordinate representation of color #142A2D: hue angle of 187.2º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #142A2D is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 42 | 45 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.82 |
| HSL | 187.2º | 0.38% | 0.13% | - |
| HSV(B) | 187.2º | 0.56% | 0.18% | - |
| XYZ | 1.59 | 1.99 | 2.78 | - |
| YUV | 35.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 45 | 0.56 | 0.07 | 0 | 0.82 | 187.2 | 0.38 | 0.13 |
| Hex | 14 | 2A | 2D | 38 | 7 | 0 | 52 | BB | 26 | D |
| Octal | 24 | 52 | 55 | 70 | 7 | 0 | 122 | 273 | 46 | 15 |
| Binary | 10100 | 101010 | 101101 | 111000 | 111 | 0 | 1010010 | 10111011 | 100110 | 1101 |
Color Harmonies of #142A2D
Complementary color
Monochromatic Colors of #142A2D
Black with #142A2D
Text Example
Text Example
White with #142A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A2D; }
p { color: rgb(20,42,45); }
H1.HeaderClassName
{
color: #142A2D;
}
.AnyTagClassName
{
color: #142A2D;
}
</style>
background-color css
<style>
a { background-color: #142A2D; }
a { background-color: rgb(20,42,45); }
div.DivClassName
{
background-color: #142A2D;
}
.BgClassName
{
background-color: #142A2D;
}
</style>
border-color css
<style>
span { border-color: #142A2D; }
span { border-color: rgb(20,42,45); }
td.TdClassName
{
border-color: #142A2D;
}
.TagClassName
{
border-color: #142A2D;
}
</style>