Shades of Swamp #2F3535
Tints of Swamp #2F3535
RGB
CMYK
RGB Variations
Color information
#2F3535 (or 0x2F3535) is known color: Swamp. HEX triplet: 2F, 35 and 35. RGB value is (47,53,53). Sum of RGB (Red+Green+Blue) = 47+53+53=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #2F3535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3535 is #D0CACA. Grayscale: #333333. Windows color (decimal): -13683403 or 3487023. OLE color: 3487023.
HSL color Cylindrical-coordinate representation of color #2F3535: hue angle of 180º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2F3535 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 53 | 53 | - |
| CMYK | 0.11 | 0 | 0 | 0.79 |
| HSL | 180º | 0.06% | 0.2% | - |
| HSV(B) | 180º | 0.11% | 0.21% | - |
| XYZ | 3.09 | 3.41 | 3.86 | - |
| YUV | 51.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 53 | 0.11 | 0 | 0 | 0.79 | 180 | 0.06 | 0.2 |
| Hex | 2F | 35 | 35 | B | 0 | 0 | 4F | B4 | 6 | 14 |
| Octal | 57 | 65 | 65 | 13 | 0 | 0 | 117 | 264 | 6 | 24 |
| Binary | 101111 | 110101 | 110101 | 1011 | 0 | 0 | 1001111 | 10110100 | 110 | 10100 |
Color Harmonies of #2F3535
Complementary color
Monochromatic Colors of #2F3535
Black with #2F3535
Text Example
Text Example
White with #2F3535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3535; }
p { color: rgb(47,53,53); }
H1.HeaderClassName
{
color: #2F3535;
}
.AnyTagClassName
{
color: #2F3535;
}
</style>
background-color css
<style>
a { background-color: #2F3535; }
a { background-color: rgb(47,53,53); }
div.DivClassName
{
background-color: #2F3535;
}
.BgClassName
{
background-color: #2F3535;
}
</style>
border-color css
<style>
span { border-color: #2F3535; }
span { border-color: rgb(47,53,53); }
td.TdClassName
{
border-color: #2F3535;
}
.TagClassName
{
border-color: #2F3535;
}
</style>