Shades of Swamp #232D2C
Tints of Swamp #232D2C
RGB
CMYK
RGB Variations
Color information
#232D2C (or 0x232D2C) is known color: Swamp. HEX triplet: 23, 2D and 2C. RGB value is (35,45,44). Sum of RGB (Red+Green+Blue) = 35+45+44=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 45 - color contains mainly: green. Hex color #232D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D2C is #DCD2D3. Grayscale: #292929. Windows color (decimal): -14471892 or 2895139. OLE color: 2895139.
HSL color Cylindrical-coordinate representation of color #232D2C: hue angle of 174º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #232D2C is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 45 | 44 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.82 |
| HSL | 174º | 0.13% | 0.16% | - |
| HSV(B) | 174º | 0.22% | 0.18% | - |
| XYZ | 2.09 | 2.42 | 2.74 | - |
| YUV | 41.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 44 | 0.22 | 0 | 0.02 | 0.82 | 174 | 0.13 | 0.16 |
| Hex | 23 | 2D | 2C | 16 | 0 | 2 | 52 | AE | C | 10 |
| Octal | 43 | 55 | 54 | 26 | 0 | 2 | 122 | 256 | 14 | 20 |
| Binary | 100011 | 101101 | 101100 | 10110 | 0 | 10 | 1010010 | 10101110 | 1100 | 10000 |
Color Harmonies of #232D2C
Complementary color
Monochromatic Colors of #232D2C
Black with #232D2C
Text Example
Text Example
White with #232D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D2C; }
p { color: rgb(35,45,44); }
H1.HeaderClassName
{
color: #232D2C;
}
.AnyTagClassName
{
color: #232D2C;
}
</style>
background-color css
<style>
a { background-color: #232D2C; }
a { background-color: rgb(35,45,44); }
div.DivClassName
{
background-color: #232D2C;
}
.BgClassName
{
background-color: #232D2C;
}
</style>
border-color css
<style>
span { border-color: #232D2C; }
span { border-color: rgb(35,45,44); }
td.TdClassName
{
border-color: #232D2C;
}
.TagClassName
{
border-color: #232D2C;
}
</style>