Shades of Swamp #142B2E
Tints of Swamp #142B2E
RGB
CMYK
RGB Variations
Color information
#142B2E (or 0x142B2E) is known color: Swamp. HEX triplet: 14, 2B and 2E. RGB value is (20,43,46). Sum of RGB (Red+Green+Blue) = 20+43+46=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: blue. Hex color #142B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B2E is #EBD4D1. Grayscale: #242424. Windows color (decimal): -15455442 or 3025684. OLE color: 3025684.
HSL color Cylindrical-coordinate representation of color #142B2E: hue angle of 186.92º 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 #142B2E is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 43 | 46 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.82 |
| HSL | 186.92º | 0.39% | 0.13% | - |
| HSV(B) | 186.92º | 0.57% | 0.18% | - |
| XYZ | 1.65 | 2.07 | 2.9 | - |
| YUV | 36.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 46 | 0.57 | 0.07 | 0 | 0.82 | 186.92 | 0.39 | 0.13 |
| Hex | 14 | 2B | 2E | 39 | 7 | 0 | 52 | BB | 27 | D |
| Octal | 24 | 53 | 56 | 71 | 7 | 0 | 122 | 273 | 47 | 15 |
| Binary | 10100 | 101011 | 101110 | 111001 | 111 | 0 | 1010010 | 10111011 | 100111 | 1101 |
Color Harmonies of #142B2E
Complementary color
Monochromatic Colors of #142B2E
Black with #142B2E
Text Example
Text Example
White with #142B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B2E; }
p { color: rgb(20,43,46); }
H1.HeaderClassName
{
color: #142B2E;
}
.AnyTagClassName
{
color: #142B2E;
}
</style>
background-color css
<style>
a { background-color: #142B2E; }
a { background-color: rgb(20,43,46); }
div.DivClassName
{
background-color: #142B2E;
}
.BgClassName
{
background-color: #142B2E;
}
</style>
border-color css
<style>
span { border-color: #142B2E; }
span { border-color: rgb(20,43,46); }
td.TdClassName
{
border-color: #142B2E;
}
.TagClassName
{
border-color: #142B2E;
}
</style>