Shades of Swamp #142F30
Tints of Swamp #142F30
RGB
CMYK
RGB Variations
Color information
#142F30 (or 0x142F30) is known color: Swamp. HEX triplet: 14, 2F and 30. RGB value is (20,47,48). Sum of RGB (Red+Green+Blue) = 20+47+48=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #142F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F30 is #EBD0CF. Grayscale: #272727. Windows color (decimal): -15454416 or 3157780. OLE color: 3157780.
HSL color Cylindrical-coordinate representation of color #142F30: hue angle of 182.14º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #142F30 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 47 | 48 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.81 |
| HSL | 182.14º | 0.41% | 0.13% | - |
| HSV(B) | 182.14º | 0.58% | 0.19% | - |
| XYZ | 1.84 | 2.4 | 3.16 | - |
| YUV | 39.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 48 | 0.58 | 0.02 | 0 | 0.81 | 182.14 | 0.41 | 0.13 |
| Hex | 14 | 2F | 30 | 3A | 2 | 0 | 51 | B6 | 29 | D |
| Octal | 24 | 57 | 60 | 72 | 2 | 0 | 121 | 266 | 51 | 15 |
| Binary | 10100 | 101111 | 110000 | 111010 | 10 | 0 | 1010001 | 10110110 | 101001 | 1101 |
Color Harmonies of #142F30
Complementary color
Monochromatic Colors of #142F30
Black with #142F30
Text Example
Text Example
White with #142F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F30; }
p { color: rgb(20,47,48); }
H1.HeaderClassName
{
color: #142F30;
}
.AnyTagClassName
{
color: #142F30;
}
</style>
background-color css
<style>
a { background-color: #142F30; }
a { background-color: rgb(20,47,48); }
div.DivClassName
{
background-color: #142F30;
}
.BgClassName
{
background-color: #142F30;
}
</style>
border-color css
<style>
span { border-color: #142F30; }
span { border-color: rgb(20,47,48); }
td.TdClassName
{
border-color: #142F30;
}
.TagClassName
{
border-color: #142F30;
}
</style>