Shades of Swamp #142F2F
Tints of Swamp #142F2F
RGB
CMYK
RGB Variations
Color information
#142F2F (or 0x142F2F) is known color: Swamp. HEX triplet: 14, 2F and 2F. RGB value is (20,47,47). Sum of RGB (Red+Green+Blue) = 20+47+47=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 47 - color contains mainly: green, blue. Hex color #142F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F2F is #EBD0D0. Grayscale: #262626. Windows color (decimal): -15454417 or 3092244. OLE color: 3092244.
HSL color Cylindrical-coordinate representation of color #142F2F: hue angle of 180º 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 #142F2F is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 47 | - |
| CMYK | 0.57 | 0 | 0 | 0.82 |
| HSL | 180º | 0.4% | 0.13% | - |
| HSV(B) | 180º | 0.57% | 0.18% | - |
| XYZ | 1.82 | 2.39 | 3.05 | - |
| YUV | 38.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 47 | 0.57 | 0 | 0 | 0.82 | 180 | 0.4 | 0.13 |
| Hex | 14 | 2F | 2F | 39 | 0 | 0 | 52 | B4 | 28 | D |
| Octal | 24 | 57 | 57 | 71 | 0 | 0 | 122 | 264 | 50 | 15 |
| Binary | 10100 | 101111 | 101111 | 111001 | 0 | 0 | 1010010 | 10110100 | 101000 | 1101 |
Color Harmonies of #142F2F
Complementary color
Monochromatic Colors of #142F2F
Black with #142F2F
Text Example
Text Example
White with #142F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F2F; }
p { color: rgb(20,47,47); }
H1.HeaderClassName
{
color: #142F2F;
}
.AnyTagClassName
{
color: #142F2F;
}
</style>
background-color css
<style>
a { background-color: #142F2F; }
a { background-color: rgb(20,47,47); }
div.DivClassName
{
background-color: #142F2F;
}
.BgClassName
{
background-color: #142F2F;
}
</style>
border-color css
<style>
span { border-color: #142F2F; }
span { border-color: rgb(20,47,47); }
td.TdClassName
{
border-color: #142F2F;
}
.TagClassName
{
border-color: #142F2F;
}
</style>