Shades of Swamp #142D2E
Tints of Swamp #142D2E
RGB
CMYK
RGB Variations
Color information
#142D2E (or 0x142D2E) is known color: Swamp. HEX triplet: 14, 2D and 2E. RGB value is (20,45,46). Sum of RGB (Red+Green+Blue) = 20+45+46=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #142D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D2E is #EBD2D1. Grayscale: #252525. Windows color (decimal): -15454930 or 3026196. OLE color: 3026196.
HSL color Cylindrical-coordinate representation of color #142D2E: hue angle of 182.31º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142D2E is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 45 | 46 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.82 |
| HSL | 182.31º | 0.39% | 0.13% | - |
| HSV(B) | 182.31º | 0.57% | 0.18% | - |
| XYZ | 1.72 | 2.22 | 2.92 | - |
| YUV | 37.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 46 | 0.57 | 0.02 | 0 | 0.82 | 182.31 | 0.39 | 0.13 |
| Hex | 14 | 2D | 2E | 39 | 2 | 0 | 52 | B6 | 27 | D |
| Octal | 24 | 55 | 56 | 71 | 2 | 0 | 122 | 266 | 47 | 15 |
| Binary | 10100 | 101101 | 101110 | 111001 | 10 | 0 | 1010010 | 10110110 | 100111 | 1101 |
Color Harmonies of #142D2E
Complementary color
Monochromatic Colors of #142D2E
Black with #142D2E
Text Example
Text Example
White with #142D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D2E; }
p { color: rgb(20,45,46); }
H1.HeaderClassName
{
color: #142D2E;
}
.AnyTagClassName
{
color: #142D2E;
}
</style>
background-color css
<style>
a { background-color: #142D2E; }
a { background-color: rgb(20,45,46); }
div.DivClassName
{
background-color: #142D2E;
}
.BgClassName
{
background-color: #142D2E;
}
</style>
border-color css
<style>
span { border-color: #142D2E; }
span { border-color: rgb(20,45,46); }
td.TdClassName
{
border-color: #142D2E;
}
.TagClassName
{
border-color: #142D2E;
}
</style>