Shades of Swamp #2D3535
Tints of Swamp #2D3535
RGB
CMYK
RGB Variations
Color information
#2D3535 (or 0x2D3535) is known color: Swamp. HEX triplet: 2D, 35 and 35. RGB value is (45,53,53). Sum of RGB (Red+Green+Blue) = 45+53+53=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #2D3535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3535 is #D2CACA. Grayscale: #323232. Windows color (decimal): -13814475 or 3487021. OLE color: 3487021.
HSL color Cylindrical-coordinate representation of color #2D3535: hue angle of 180º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2D3535 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
RGB | 45 | 53 | 53 | - |
CMYK | 0.15 | 0 | 0 | 0.79 |
HSL | 180º | 0.08% | 0.19% | - |
HSV(B) | 180º | 0.15% | 0.21% | - |
XYZ | 3 | 3.36 | 3.86 | - |
YUV | 50.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 53 | 53 | 0.15 | 0 | 0 | 0.79 | 180 | 0.08 | 0.19 |
Hex | 2D | 35 | 35 | F | 0 | 0 | 4F | B4 | 8 | 13 |
Octal | 55 | 65 | 65 | 17 | 0 | 0 | 117 | 264 | 10 | 23 |
Binary | 101101 | 110101 | 110101 | 1111 | 0 | 0 | 1001111 | 10110100 | 1000 | 10011 |
Color Harmonies of #2D3535
Complementary color
Monochromatic Colors of #2D3535
Black with #2D3535
Text Example
Text Example
White with #2D3535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3535; }
p { color: rgb(45,53,53); }
H1.HeaderClassName
{
color: #2D3535;
}
.AnyTagClassName
{
color: #2D3535;
}
</style>
background-color css
<style>
a { background-color: #2D3535; }
a { background-color: rgb(45,53,53); }
div.DivClassName
{
background-color: #2D3535;
}
.BgClassName
{
background-color: #2D3535;
}
</style>
border-color css
<style>
span { border-color: #2D3535; }
span { border-color: rgb(45,53,53); }
td.TdClassName
{
border-color: #2D3535;
}
.TagClassName
{
border-color: #2D3535;
}
</style>