Shades of Swamp #142F2D
Tints of Swamp #142F2D
RGB
CMYK
RGB Variations
Color information
#142F2D (or 0x142F2D) is known color: Swamp. HEX triplet: 14, 2F and 2D. RGB value is (20,47,45). Sum of RGB (Red+Green+Blue) = 20+47+45=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 47 - color contains mainly: green. Hex color #142F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F2D is #EBD0D2. Grayscale: #262626. Windows color (decimal): -15454419 or 2961172. OLE color: 2961172.
HSL color Cylindrical-coordinate representation of color #142F2D: hue angle of 175.56º degrees, saturation: 0.4, 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 #142F2D is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 45 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.82 |
| HSL | 175.56º | 0.4% | 0.13% | - |
| HSV(B) | 175.56º | 0.57% | 0.18% | - |
| XYZ | 1.78 | 2.37 | 2.85 | - |
| YUV | 38.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 45 | 0.57 | 0 | 0.04 | 0.82 | 175.56 | 0.4 | 0.13 |
| Hex | 14 | 2F | 2D | 39 | 0 | 4 | 52 | B0 | 28 | D |
| Octal | 24 | 57 | 55 | 71 | 0 | 4 | 122 | 260 | 50 | 15 |
| Binary | 10100 | 101111 | 101101 | 111001 | 0 | 100 | 1010010 | 10110000 | 101000 | 1101 |
Color Harmonies of #142F2D
Complementary color
Monochromatic Colors of #142F2D
Black with #142F2D
Text Example
Text Example
White with #142F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F2D; }
p { color: rgb(20,47,45); }
H1.HeaderClassName
{
color: #142F2D;
}
.AnyTagClassName
{
color: #142F2D;
}
</style>
background-color css
<style>
a { background-color: #142F2D; }
a { background-color: rgb(20,47,45); }
div.DivClassName
{
background-color: #142F2D;
}
.BgClassName
{
background-color: #142F2D;
}
</style>
border-color css
<style>
span { border-color: #142F2D; }
span { border-color: rgb(20,47,45); }
td.TdClassName
{
border-color: #142F2D;
}
.TagClassName
{
border-color: #142F2D;
}
</style>