Shades of Swamp #112C2F
Tints of Swamp #112C2F
RGB
CMYK
RGB Variations
Color information
#112C2F (or 0x112C2F) is known color: Swamp. HEX triplet: 11, 2C and 2F. RGB value is (17,44,47). Sum of RGB (Red+Green+Blue) = 17+44+47=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 47 - color contains mainly: blue. Hex color #112C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C2F is #EED3D0. Grayscale: #242424. Windows color (decimal): -15651793 or 3091473. OLE color: 3091473.
HSL color Cylindrical-coordinate representation of color #112C2F: hue angle of 186º 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 #112C2F is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 44 | 47 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.82 |
| HSL | 186º | 0.47% | 0.13% | - |
| HSV(B) | 186º | 0.64% | 0.18% | - |
| XYZ | 1.64 | 2.13 | 3.01 | - |
| YUV | 36.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 47 | 0.64 | 0.06 | 0 | 0.82 | 186 | 0.47 | 0.13 |
| Hex | 11 | 2C | 2F | 40 | 6 | 0 | 52 | BA | 2F | D |
| Octal | 21 | 54 | 57 | 100 | 6 | 0 | 122 | 272 | 57 | 15 |
| Binary | 10001 | 101100 | 101111 | 1000000 | 110 | 0 | 1010010 | 10111010 | 101111 | 1101 |
Color Harmonies of #112C2F
Complementary color
Monochromatic Colors of #112C2F
Black with #112C2F
Text Example
Text Example
White with #112C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C2F; }
p { color: rgb(17,44,47); }
H1.HeaderClassName
{
color: #112C2F;
}
.AnyTagClassName
{
color: #112C2F;
}
</style>
background-color css
<style>
a { background-color: #112C2F; }
a { background-color: rgb(17,44,47); }
div.DivClassName
{
background-color: #112C2F;
}
.BgClassName
{
background-color: #112C2F;
}
</style>
border-color css
<style>
span { border-color: #112C2F; }
span { border-color: rgb(17,44,47); }
td.TdClassName
{
border-color: #112C2F;
}
.TagClassName
{
border-color: #112C2F;
}
</style>