Shades of Swamp #172A2A
Tints of Swamp #172A2A
RGB
CMYK
RGB Variations
Color information
#172A2A (or 0x172A2A) is known color: Swamp. HEX triplet: 17, 2A and 2A. RGB value is (23,42,42). Sum of RGB (Red+Green+Blue) = 23+42+42=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 42 - color contains mainly: green, blue. Hex color #172A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A2A is #E8D5D5. Grayscale: #242424. Windows color (decimal): -15259094 or 2763287. OLE color: 2763287.
HSL color Cylindrical-coordinate representation of color #172A2A: hue angle of 180º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #172A2A is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 42 | 42 | - |
| CMYK | 0.45 | 0 | 0 | 0.84 |
| HSL | 180º | 0.29% | 0.13% | - |
| HSV(B) | 180º | 0.45% | 0.16% | - |
| XYZ | 1.6 | 2.01 | 2.49 | - |
| YUV | 36.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 42 | 0.45 | 0 | 0 | 0.84 | 180 | 0.29 | 0.13 |
| Hex | 17 | 2A | 2A | 2D | 0 | 0 | 54 | B4 | 1D | D |
| Octal | 27 | 52 | 52 | 55 | 0 | 0 | 124 | 264 | 35 | 15 |
| Binary | 10111 | 101010 | 101010 | 101101 | 0 | 0 | 1010100 | 10110100 | 11101 | 1101 |
Color Harmonies of #172A2A
Complementary color
Monochromatic Colors of #172A2A
Black with #172A2A
Text Example
Text Example
White with #172A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A2A; }
p { color: rgb(23,42,42); }
H1.HeaderClassName
{
color: #172A2A;
}
.AnyTagClassName
{
color: #172A2A;
}
</style>
background-color css
<style>
a { background-color: #172A2A; }
a { background-color: rgb(23,42,42); }
div.DivClassName
{
background-color: #172A2A;
}
.BgClassName
{
background-color: #172A2A;
}
</style>
border-color css
<style>
span { border-color: #172A2A; }
span { border-color: rgb(23,42,42); }
td.TdClassName
{
border-color: #172A2A;
}
.TagClassName
{
border-color: #172A2A;
}
</style>