Shades of Swamp #132D2C
Tints of Swamp #132D2C
RGB
CMYK
RGB Variations
Color information
#132D2C (or 0x132D2C) is known color: Swamp. HEX triplet: 13, 2D and 2C. RGB value is (19,45,44). Sum of RGB (Red+Green+Blue) = 19+45+44=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 45 - color contains mainly: green. Hex color #132D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D2C is #ECD2D3. Grayscale: #252525. Windows color (decimal): -15520468 or 2895123. OLE color: 2895123.
HSL color Cylindrical-coordinate representation of color #132D2C: hue angle of 177.69º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #132D2C is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 45 | 44 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.82 |
| HSL | 177.69º | 0.41% | 0.13% | - |
| HSV(B) | 177.69º | 0.58% | 0.18% | - |
| XYZ | 1.66 | 2.2 | 2.72 | - |
| YUV | 37.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 44 | 0.58 | 0 | 0.02 | 0.82 | 177.69 | 0.41 | 0.13 |
| Hex | 13 | 2D | 2C | 3A | 0 | 2 | 52 | B2 | 29 | D |
| Octal | 23 | 55 | 54 | 72 | 0 | 2 | 122 | 262 | 51 | 15 |
| Binary | 10011 | 101101 | 101100 | 111010 | 0 | 10 | 1010010 | 10110010 | 101001 | 1101 |
Color Harmonies of #132D2C
Complementary color
Monochromatic Colors of #132D2C
Black with #132D2C
Text Example
Text Example
White with #132D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D2C; }
p { color: rgb(19,45,44); }
H1.HeaderClassName
{
color: #132D2C;
}
.AnyTagClassName
{
color: #132D2C;
}
</style>
background-color css
<style>
a { background-color: #132D2C; }
a { background-color: rgb(19,45,44); }
div.DivClassName
{
background-color: #132D2C;
}
.BgClassName
{
background-color: #132D2C;
}
</style>
border-color css
<style>
span { border-color: #132D2C; }
span { border-color: rgb(19,45,44); }
td.TdClassName
{
border-color: #132D2C;
}
.TagClassName
{
border-color: #132D2C;
}
</style>