Shades of Swamp #112A2A
Tints of Swamp #112A2A
RGB
CMYK
RGB Variations
Color information
#112A2A (or 0x112A2A) is known color: Swamp. HEX triplet: 11, 2A and 2A. RGB value is (17,42,42). Sum of RGB (Red+Green+Blue) = 17+42+42=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 42 - color contains mainly: green, blue. Hex color #112A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A2A is #EED5D5. Grayscale: #222222. Windows color (decimal): -15652310 or 2763281. OLE color: 2763281.
HSL color Cylindrical-coordinate representation of color #112A2A: hue angle of 180º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112A2A is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 42 | 42 | - |
| CMYK | 0.60 | 0 | 0 | 0.84 |
| HSL | 180º | 0.42% | 0.12% | - |
| HSV(B) | 180º | 0.6% | 0.16% | - |
| XYZ | 1.48 | 1.94 | 2.49 | - |
| YUV | 34.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 42 | 0.60 | 0 | 0 | 0.84 | 180 | 0.42 | 0.12 |
| Hex | 11 | 2A | 2A | 3C | 0 | 0 | 54 | B4 | 2A | C |
| Octal | 21 | 52 | 52 | 74 | 0 | 0 | 124 | 264 | 52 | 14 |
| Binary | 10001 | 101010 | 101010 | 111100 | 0 | 0 | 1010100 | 10110100 | 101010 | 1100 |
Color Harmonies of #112A2A
Complementary color
Monochromatic Colors of #112A2A
Black with #112A2A
Text Example
Text Example
White with #112A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A2A; }
p { color: rgb(17,42,42); }
H1.HeaderClassName
{
color: #112A2A;
}
.AnyTagClassName
{
color: #112A2A;
}
</style>
background-color css
<style>
a { background-color: #112A2A; }
a { background-color: rgb(17,42,42); }
div.DivClassName
{
background-color: #112A2A;
}
.BgClassName
{
background-color: #112A2A;
}
</style>
border-color css
<style>
span { border-color: #112A2A; }
span { border-color: rgb(17,42,42); }
td.TdClassName
{
border-color: #112A2A;
}
.TagClassName
{
border-color: #112A2A;
}
</style>