Shades of Swamp #132B2A
Tints of Swamp #132B2A
RGB
CMYK
RGB Variations
Color information
#132B2A (or 0x132B2A) is known color: Swamp. HEX triplet: 13, 2B and 2A. RGB value is (19,43,42). Sum of RGB (Red+Green+Blue) = 19+43+42=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 43 - color contains mainly: green. Hex color #132B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B2A is #ECD4D5. Grayscale: #232323. Windows color (decimal): -15520982 or 2763539. OLE color: 2763539.
HSL color Cylindrical-coordinate representation of color #132B2A: hue angle of 177.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132B2A is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 43 | 42 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.83 |
| HSL | 177.5º | 0.39% | 0.12% | - |
| HSV(B) | 177.5º | 0.56% | 0.17% | - |
| XYZ | 1.55 | 2.03 | 2.5 | - |
| YUV | 35.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 42 | 0.56 | 0 | 0.02 | 0.83 | 177.5 | 0.39 | 0.12 |
| Hex | 13 | 2B | 2A | 38 | 0 | 2 | 53 | B2 | 27 | C |
| Octal | 23 | 53 | 52 | 70 | 0 | 2 | 123 | 262 | 47 | 14 |
| Binary | 10011 | 101011 | 101010 | 111000 | 0 | 10 | 1010011 | 10110010 | 100111 | 1100 |
Color Harmonies of #132B2A
Complementary color
Monochromatic Colors of #132B2A
Black with #132B2A
Text Example
Text Example
White with #132B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B2A; }
p { color: rgb(19,43,42); }
H1.HeaderClassName
{
color: #132B2A;
}
.AnyTagClassName
{
color: #132B2A;
}
</style>
background-color css
<style>
a { background-color: #132B2A; }
a { background-color: rgb(19,43,42); }
div.DivClassName
{
background-color: #132B2A;
}
.BgClassName
{
background-color: #132B2A;
}
</style>
border-color css
<style>
span { border-color: #132B2A; }
span { border-color: rgb(19,43,42); }
td.TdClassName
{
border-color: #132B2A;
}
.TagClassName
{
border-color: #132B2A;
}
</style>