Shades of Swamp #2B3030
Tints of Swamp #2B3030
RGB
CMYK
RGB Variations
Color information
#2B3030 (or 0x2B3030) is known color: Swamp. HEX triplet: 2B, 30 and 30. RGB value is (43,48,48). Sum of RGB (Red+Green+Blue) = 43+48+48=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #2B3030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3030 is #D4CFCF. Grayscale: #2E2E2E. Windows color (decimal): -13946832 or 3158059. OLE color: 3158059.
HSL color Cylindrical-coordinate representation of color #2B3030: hue angle of 180º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2B3030 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 48 | 48 | - |
| CMYK | 0.10 | 0 | 0 | 0.81 |
| HSL | 180º | 0.05% | 0.18% | - |
| HSV(B) | 180º | 0.1% | 0.19% | - |
| XYZ | 2.59 | 2.84 | 3.21 | - |
| YUV | 46.51 | 128.84 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 48 | 0.10 | 0 | 0 | 0.81 | 180 | 0.05 | 0.18 |
| Hex | 2B | 30 | 30 | A | 0 | 0 | 51 | B4 | 5 | 12 |
| Octal | 53 | 60 | 60 | 12 | 0 | 0 | 121 | 264 | 5 | 22 |
| Binary | 101011 | 110000 | 110000 | 1010 | 0 | 0 | 1010001 | 10110100 | 101 | 10010 |
Color Harmonies of #2B3030
Complementary color
Monochromatic Colors of #2B3030
Black with #2B3030
Text Example
Text Example
White with #2B3030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3030; }
p { color: rgb(43,48,48); }
H1.HeaderClassName
{
color: #2B3030;
}
.AnyTagClassName
{
color: #2B3030;
}
</style>
background-color css
<style>
a { background-color: #2B3030; }
a { background-color: rgb(43,48,48); }
div.DivClassName
{
background-color: #2B3030;
}
.BgClassName
{
background-color: #2B3030;
}
</style>
border-color css
<style>
span { border-color: #2B3030; }
span { border-color: rgb(43,48,48); }
td.TdClassName
{
border-color: #2B3030;
}
.TagClassName
{
border-color: #2B3030;
}
</style>