Shades of Swamp #132F2F
Tints of Swamp #132F2F
RGB
CMYK
RGB Variations
Color information
#132F2F (or 0x132F2F) is known color: Swamp. HEX triplet: 13, 2F and 2F. RGB value is (19,47,47). Sum of RGB (Red+Green+Blue) = 19+47+47=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: green, blue. Hex color #132F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F2F is #ECD0D0. Grayscale: #262626. Windows color (decimal): -15519953 or 3092243. OLE color: 3092243.
HSL color Cylindrical-coordinate representation of color #132F2F: hue angle of 180º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132F2F is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 47 | - |
| CMYK | 0.60 | 0 | 0 | 0.82 |
| HSL | 180º | 0.42% | 0.13% | - |
| HSV(B) | 180º | 0.6% | 0.18% | - |
| XYZ | 1.8 | 2.38 | 3.05 | - |
| YUV | 38.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 47 | 0.60 | 0 | 0 | 0.82 | 180 | 0.42 | 0.13 |
| Hex | 13 | 2F | 2F | 3C | 0 | 0 | 52 | B4 | 2A | D |
| Octal | 23 | 57 | 57 | 74 | 0 | 0 | 122 | 264 | 52 | 15 |
| Binary | 10011 | 101111 | 101111 | 111100 | 0 | 0 | 1010010 | 10110100 | 101010 | 1101 |
Color Harmonies of #132F2F
Complementary color
Monochromatic Colors of #132F2F
Black with #132F2F
Text Example
Text Example
White with #132F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F2F; }
p { color: rgb(19,47,47); }
H1.HeaderClassName
{
color: #132F2F;
}
.AnyTagClassName
{
color: #132F2F;
}
</style>
background-color css
<style>
a { background-color: #132F2F; }
a { background-color: rgb(19,47,47); }
div.DivClassName
{
background-color: #132F2F;
}
.BgClassName
{
background-color: #132F2F;
}
</style>
border-color css
<style>
span { border-color: #132F2F; }
span { border-color: rgb(19,47,47); }
td.TdClassName
{
border-color: #132F2F;
}
.TagClassName
{
border-color: #132F2F;
}
</style>