Shades of Swamp #112C2E
Tints of Swamp #112C2E
RGB
CMYK
RGB Variations
Color information
#112C2E (or 0x112C2E) is known color: Swamp. HEX triplet: 11, 2C and 2E. RGB value is (17,44,46). Sum of RGB (Red+Green+Blue) = 17+44+46=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 44 (17.58% from 255 or 41.12% 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 #112C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C2E is #EED3D1. Grayscale: #242424. Windows color (decimal): -15651794 or 3025937. OLE color: 3025937.
HSL color Cylindrical-coordinate representation of color #112C2E: hue angle of 184.14º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #112C2E is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 44 | 46 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.82 |
| HSL | 184.14º | 0.46% | 0.12% | - |
| HSV(B) | 184.14º | 0.63% | 0.18% | - |
| XYZ | 1.62 | 2.12 | 2.91 | - |
| YUV | 36.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 46 | 0.63 | 0.04 | 0 | 0.82 | 184.14 | 0.46 | 0.12 |
| Hex | 11 | 2C | 2E | 3F | 4 | 0 | 52 | B8 | 2E | C |
| Octal | 21 | 54 | 56 | 77 | 4 | 0 | 122 | 270 | 56 | 14 |
| Binary | 10001 | 101100 | 101110 | 111111 | 100 | 0 | 1010010 | 10111000 | 101110 | 1100 |
Color Harmonies of #112C2E
Complementary color
Monochromatic Colors of #112C2E
Black with #112C2E
Text Example
Text Example
White with #112C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C2E; }
p { color: rgb(17,44,46); }
H1.HeaderClassName
{
color: #112C2E;
}
.AnyTagClassName
{
color: #112C2E;
}
</style>
background-color css
<style>
a { background-color: #112C2E; }
a { background-color: rgb(17,44,46); }
div.DivClassName
{
background-color: #112C2E;
}
.BgClassName
{
background-color: #112C2E;
}
</style>
border-color css
<style>
span { border-color: #112C2E; }
span { border-color: rgb(17,44,46); }
td.TdClassName
{
border-color: #112C2E;
}
.TagClassName
{
border-color: #112C2E;
}
</style>