Shades of Swamp #182A2C
Tints of Swamp #182A2C
RGB
CMYK
RGB Variations
Color information
#182A2C (or 0x182A2C) is known color: Swamp. HEX triplet: 18, 2A and 2C. RGB value is (24,42,44). Sum of RGB (Red+Green+Blue) = 24+42+44=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 44 - color contains mainly: blue. Hex color #182A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A2C is #E7D5D3. Grayscale: #242424. Windows color (decimal): -15193556 or 2894360. OLE color: 2894360.
HSL color Cylindrical-coordinate representation of color #182A2C: hue angle of 186º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #182A2C is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 42 | 44 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.83 |
| HSL | 186º | 0.29% | 0.13% | - |
| HSV(B) | 186º | 0.45% | 0.17% | - |
| XYZ | 1.66 | 2.03 | 2.69 | - |
| YUV | 36.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 44 | 0.45 | 0.05 | 0 | 0.83 | 186 | 0.29 | 0.13 |
| Hex | 18 | 2A | 2C | 2D | 5 | 0 | 53 | BA | 1D | D |
| Octal | 30 | 52 | 54 | 55 | 5 | 0 | 123 | 272 | 35 | 15 |
| Binary | 11000 | 101010 | 101100 | 101101 | 101 | 0 | 1010011 | 10111010 | 11101 | 1101 |
Color Harmonies of #182A2C
Complementary color
Monochromatic Colors of #182A2C
Black with #182A2C
Text Example
Text Example
White with #182A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A2C; }
p { color: rgb(24,42,44); }
H1.HeaderClassName
{
color: #182A2C;
}
.AnyTagClassName
{
color: #182A2C;
}
</style>
background-color css
<style>
a { background-color: #182A2C; }
a { background-color: rgb(24,42,44); }
div.DivClassName
{
background-color: #182A2C;
}
.BgClassName
{
background-color: #182A2C;
}
</style>
border-color css
<style>
span { border-color: #182A2C; }
span { border-color: rgb(24,42,44); }
td.TdClassName
{
border-color: #182A2C;
}
.TagClassName
{
border-color: #182A2C;
}
</style>