Shades of Swamp #112E2F
Tints of Swamp #112E2F
RGB
CMYK
RGB Variations
Color information
#112E2F (or 0x112E2F) is known color: Swamp. HEX triplet: 11, 2E and 2F. RGB value is (17,46,47). Sum of RGB (Red+Green+Blue) = 17+46+47=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 47 - color contains mainly: blue. Hex color #112E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E2F is #EED1D0. Grayscale: #252525. Windows color (decimal): -15651281 or 3091985. OLE color: 3091985.
HSL color Cylindrical-coordinate representation of color #112E2F: hue angle of 182º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #112E2F is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 46 | 47 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.82 |
| HSL | 182º | 0.47% | 0.13% | - |
| HSV(B) | 182º | 0.64% | 0.18% | - |
| XYZ | 1.72 | 2.28 | 3.04 | - |
| YUV | 37.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 47 | 0.64 | 0.02 | 0 | 0.82 | 182 | 0.47 | 0.13 |
| Hex | 11 | 2E | 2F | 40 | 2 | 0 | 52 | B6 | 2F | D |
| Octal | 21 | 56 | 57 | 100 | 2 | 0 | 122 | 266 | 57 | 15 |
| Binary | 10001 | 101110 | 101111 | 1000000 | 10 | 0 | 1010010 | 10110110 | 101111 | 1101 |
Color Harmonies of #112E2F
Complementary color
Monochromatic Colors of #112E2F
Black with #112E2F
Text Example
Text Example
White with #112E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E2F; }
p { color: rgb(17,46,47); }
H1.HeaderClassName
{
color: #112E2F;
}
.AnyTagClassName
{
color: #112E2F;
}
</style>
background-color css
<style>
a { background-color: #112E2F; }
a { background-color: rgb(17,46,47); }
div.DivClassName
{
background-color: #112E2F;
}
.BgClassName
{
background-color: #112E2F;
}
</style>
border-color css
<style>
span { border-color: #112E2F; }
span { border-color: rgb(17,46,47); }
td.TdClassName
{
border-color: #112E2F;
}
.TagClassName
{
border-color: #112E2F;
}
</style>