Shades of Swamp #132F30
Tints of Swamp #132F30
RGB
CMYK
RGB Variations
Color information
#132F30 (or 0x132F30) is known color: Swamp. HEX triplet: 13, 2F and 30. RGB value is (19,47,48). Sum of RGB (Red+Green+Blue) = 19+47+48=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 48 - color contains mainly: blue. Hex color #132F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F30 is #ECD0CF. Grayscale: #262626. Windows color (decimal): -15519952 or 3157779. OLE color: 3157779.
HSL color Cylindrical-coordinate representation of color #132F30: hue angle of 182.07º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132F30 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 47 | 48 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.81 |
| HSL | 182.07º | 0.43% | 0.13% | - |
| HSV(B) | 182.07º | 0.6% | 0.19% | - |
| XYZ | 1.82 | 2.38 | 3.16 | - |
| YUV | 38.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 48 | 0.60 | 0.02 | 0 | 0.81 | 182.07 | 0.43 | 0.13 |
| Hex | 13 | 2F | 30 | 3C | 2 | 0 | 51 | B6 | 2B | D |
| Octal | 23 | 57 | 60 | 74 | 2 | 0 | 121 | 266 | 53 | 15 |
| Binary | 10011 | 101111 | 110000 | 111100 | 10 | 0 | 1010001 | 10110110 | 101011 | 1101 |
Color Harmonies of #132F30
Complementary color
Monochromatic Colors of #132F30
Black with #132F30
Text Example
Text Example
White with #132F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F30; }
p { color: rgb(19,47,48); }
H1.HeaderClassName
{
color: #132F30;
}
.AnyTagClassName
{
color: #132F30;
}
</style>
background-color css
<style>
a { background-color: #132F30; }
a { background-color: rgb(19,47,48); }
div.DivClassName
{
background-color: #132F30;
}
.BgClassName
{
background-color: #132F30;
}
</style>
border-color css
<style>
span { border-color: #132F30; }
span { border-color: rgb(19,47,48); }
td.TdClassName
{
border-color: #132F30;
}
.TagClassName
{
border-color: #132F30;
}
</style>