Shades of Swamp #132E2C
Tints of Swamp #132E2C
RGB
CMYK
RGB Variations
Color information
#132E2C (or 0x132E2C) is known color: Swamp. HEX triplet: 13, 2E and 2C. RGB value is (19,46,44). Sum of RGB (Red+Green+Blue) = 19+46+44=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 46 - color contains mainly: green. Hex color #132E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E2C is #ECD1D3. Grayscale: #252525. Windows color (decimal): -15520212 or 2895379. OLE color: 2895379.
HSL color Cylindrical-coordinate representation of color #132E2C: hue angle of 175.56º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132E2C is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 46 | 44 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.82 |
| HSL | 175.56º | 0.42% | 0.13% | - |
| HSV(B) | 175.56º | 0.59% | 0.18% | - |
| XYZ | 1.7 | 2.27 | 2.73 | - |
| YUV | 37.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 44 | 0.59 | 0 | 0.04 | 0.82 | 175.56 | 0.42 | 0.13 |
| Hex | 13 | 2E | 2C | 3B | 0 | 4 | 52 | B0 | 2A | D |
| Octal | 23 | 56 | 54 | 73 | 0 | 4 | 122 | 260 | 52 | 15 |
| Binary | 10011 | 101110 | 101100 | 111011 | 0 | 100 | 1010010 | 10110000 | 101010 | 1101 |
Color Harmonies of #132E2C
Complementary color
Monochromatic Colors of #132E2C
Black with #132E2C
Text Example
Text Example
White with #132E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E2C; }
p { color: rgb(19,46,44); }
H1.HeaderClassName
{
color: #132E2C;
}
.AnyTagClassName
{
color: #132E2C;
}
</style>
background-color css
<style>
a { background-color: #132E2C; }
a { background-color: rgb(19,46,44); }
div.DivClassName
{
background-color: #132E2C;
}
.BgClassName
{
background-color: #132E2C;
}
</style>
border-color css
<style>
span { border-color: #132E2C; }
span { border-color: rgb(19,46,44); }
td.TdClassName
{
border-color: #132E2C;
}
.TagClassName
{
border-color: #132E2C;
}
</style>