Shades of Swamp #122E2C
Tints of Swamp #122E2C
RGB
CMYK
RGB Variations
Color information
#122E2C (or 0x122E2C) is known color: Swamp. HEX triplet: 12, 2E and 2C. RGB value is (18,46,44). Sum of RGB (Red+Green+Blue) = 18+46+44=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 46 - color contains mainly: green. Hex color #122E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E2C is #EDD1D3. Grayscale: #252525. Windows color (decimal): -15585748 or 2895378. OLE color: 2895378.
HSL color Cylindrical-coordinate representation of color #122E2C: hue angle of 175.71º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122E2C is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 44 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.82 |
| HSL | 175.71º | 0.44% | 0.13% | - |
| HSV(B) | 175.71º | 0.61% | 0.18% | - |
| XYZ | 1.68 | 2.26 | 2.73 | - |
| YUV | 37.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 44 | 0.61 | 0 | 0.04 | 0.82 | 175.71 | 0.44 | 0.13 |
| Hex | 12 | 2E | 2C | 3D | 0 | 4 | 52 | B0 | 2C | D |
| Octal | 22 | 56 | 54 | 75 | 0 | 4 | 122 | 260 | 54 | 15 |
| Binary | 10010 | 101110 | 101100 | 111101 | 0 | 100 | 1010010 | 10110000 | 101100 | 1101 |
Color Harmonies of #122E2C
Complementary color
Monochromatic Colors of #122E2C
Black with #122E2C
Text Example
Text Example
White with #122E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E2C; }
p { color: rgb(18,46,44); }
H1.HeaderClassName
{
color: #122E2C;
}
.AnyTagClassName
{
color: #122E2C;
}
</style>
background-color css
<style>
a { background-color: #122E2C; }
a { background-color: rgb(18,46,44); }
div.DivClassName
{
background-color: #122E2C;
}
.BgClassName
{
background-color: #122E2C;
}
</style>
border-color css
<style>
span { border-color: #122E2C; }
span { border-color: rgb(18,46,44); }
td.TdClassName
{
border-color: #122E2C;
}
.TagClassName
{
border-color: #122E2C;
}
</style>