Shades of Swamp #122B2E
Tints of Swamp #122B2E
RGB
CMYK
RGB Variations
Color information
#122B2E (or 0x122B2E) is known color: Swamp. HEX triplet: 12, 2B and 2E. RGB value is (18,43,46). Sum of RGB (Red+Green+Blue) = 18+43+46=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 46 - color contains mainly: blue. Hex color #122B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B2E is #EDD4D1. Grayscale: #232323. Windows color (decimal): -15586514 or 3025682. OLE color: 3025682.
HSL color Cylindrical-coordinate representation of color #122B2E: hue angle of 186.43º 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 #122B2E is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 43 | 46 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.82 |
| HSL | 186.43º | 0.44% | 0.13% | - |
| HSV(B) | 186.43º | 0.61% | 0.18% | - |
| XYZ | 1.61 | 2.05 | 2.9 | - |
| YUV | 35.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 46 | 0.61 | 0.07 | 0 | 0.82 | 186.43 | 0.44 | 0.13 |
| Hex | 12 | 2B | 2E | 3D | 7 | 0 | 52 | BA | 2C | D |
| Octal | 22 | 53 | 56 | 75 | 7 | 0 | 122 | 272 | 54 | 15 |
| Binary | 10010 | 101011 | 101110 | 111101 | 111 | 0 | 1010010 | 10111010 | 101100 | 1101 |
Color Harmonies of #122B2E
Complementary color
Monochromatic Colors of #122B2E
Black with #122B2E
Text Example
Text Example
White with #122B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B2E; }
p { color: rgb(18,43,46); }
H1.HeaderClassName
{
color: #122B2E;
}
.AnyTagClassName
{
color: #122B2E;
}
</style>
background-color css
<style>
a { background-color: #122B2E; }
a { background-color: rgb(18,43,46); }
div.DivClassName
{
background-color: #122B2E;
}
.BgClassName
{
background-color: #122B2E;
}
</style>
border-color css
<style>
span { border-color: #122B2E; }
span { border-color: rgb(18,43,46); }
td.TdClassName
{
border-color: #122B2E;
}
.TagClassName
{
border-color: #122B2E;
}
</style>