Shades of Swamp #122627
Tints of Swamp #122627
RGB
CMYK
RGB Variations
Color information
#122627 (or 0x122627) is known color: Swamp. HEX triplet: 12, 26 and 27. RGB value is (18,38,39). Sum of RGB (Red+Green+Blue) = 18+38+39=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #122627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122627 is #EDD9D8. Grayscale: #202020. Windows color (decimal): -15587801 or 2565650. OLE color: 2565650.
HSL color Cylindrical-coordinate representation of color #122627: hue angle of 182.86º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #122627 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 38 | 39 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.85 |
| HSL | 182.86º | 0.37% | 0.11% | - |
| HSV(B) | 182.86º | 0.54% | 0.15% | - |
| XYZ | 1.31 | 1.66 | 2.17 | - |
| YUV | 32.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 39 | 0.54 | 0.03 | 0 | 0.85 | 182.86 | 0.37 | 0.11 |
| Hex | 12 | 26 | 27 | 36 | 3 | 0 | 55 | B7 | 25 | B |
| Octal | 22 | 46 | 47 | 66 | 3 | 0 | 125 | 267 | 45 | 13 |
| Binary | 10010 | 100110 | 100111 | 110110 | 11 | 0 | 1010101 | 10110111 | 100101 | 1011 |
Color Harmonies of #122627
Complementary color
Monochromatic Colors of #122627
Black with #122627
Text Example
Text Example
White with #122627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122627; }
p { color: rgb(18,38,39); }
H1.HeaderClassName
{
color: #122627;
}
.AnyTagClassName
{
color: #122627;
}
</style>
background-color css
<style>
a { background-color: #122627; }
a { background-color: rgb(18,38,39); }
div.DivClassName
{
background-color: #122627;
}
.BgClassName
{
background-color: #122627;
}
</style>
border-color css
<style>
span { border-color: #122627; }
span { border-color: rgb(18,38,39); }
td.TdClassName
{
border-color: #122627;
}
.TagClassName
{
border-color: #122627;
}
</style>