Shades of Swamp #142625
Tints of Swamp #142625
RGB
CMYK
RGB Variations
Color information
#142625 (or 0x142625) is known color: Swamp. HEX triplet: 14, 26 and 25. RGB value is (20,38,37). Sum of RGB (Red+Green+Blue) = 20+38+37=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 38 - color contains mainly: green. Hex color #142625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142625 is #EBD9DA. Grayscale: #202020. Windows color (decimal): -15456731 or 2434580. OLE color: 2434580.
HSL color Cylindrical-coordinate representation of color #142625: hue angle of 176.67º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #142625 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 38 | 37 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.85 |
| HSL | 176.67º | 0.31% | 0.11% | - |
| HSV(B) | 176.67º | 0.47% | 0.15% | - |
| XYZ | 1.32 | 1.67 | 2 | - |
| YUV | 32.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 37 | 0.47 | 0 | 0.03 | 0.85 | 176.67 | 0.31 | 0.11 |
| Hex | 14 | 26 | 25 | 2F | 0 | 3 | 55 | B1 | 1F | B |
| Octal | 24 | 46 | 45 | 57 | 0 | 3 | 125 | 261 | 37 | 13 |
| Binary | 10100 | 100110 | 100101 | 101111 | 0 | 11 | 1010101 | 10110001 | 11111 | 1011 |
Color Harmonies of #142625
Complementary color
Monochromatic Colors of #142625
Black with #142625
Text Example
Text Example
White with #142625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142625; }
p { color: rgb(20,38,37); }
H1.HeaderClassName
{
color: #142625;
}
.AnyTagClassName
{
color: #142625;
}
</style>
background-color css
<style>
a { background-color: #142625; }
a { background-color: rgb(20,38,37); }
div.DivClassName
{
background-color: #142625;
}
.BgClassName
{
background-color: #142625;
}
</style>
border-color css
<style>
span { border-color: #142625; }
span { border-color: rgb(20,38,37); }
td.TdClassName
{
border-color: #142625;
}
.TagClassName
{
border-color: #142625;
}
</style>