Shades of Swamp #232E30
Tints of Swamp #232E30
RGB
CMYK
RGB Variations
Color information
#232E30 (or 0x232E30) is known color: Swamp. HEX triplet: 23, 2E and 30. RGB value is (35,46,48). Sum of RGB (Red+Green+Blue) = 35+46+48=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 48 - color contains mainly: blue. Hex color #232E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E30 is #DCD1CF. Grayscale: #2A2A2A. Windows color (decimal): -14471632 or 3157539. OLE color: 3157539.
HSL color Cylindrical-coordinate representation of color #232E30: hue angle of 189.23º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #232E30 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 46 | 48 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.81 |
| HSL | 189.23º | 0.16% | 0.16% | - |
| HSV(B) | 189.23º | 0.27% | 0.19% | - |
| XYZ | 2.2 | 2.52 | 3.17 | - |
| YUV | 42.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 48 | 0.27 | 0.04 | 0 | 0.81 | 189.23 | 0.16 | 0.16 |
| Hex | 23 | 2E | 30 | 1B | 4 | 0 | 51 | BD | 10 | 10 |
| Octal | 43 | 56 | 60 | 33 | 4 | 0 | 121 | 275 | 20 | 20 |
| Binary | 100011 | 101110 | 110000 | 11011 | 100 | 0 | 1010001 | 10111101 | 10000 | 10000 |
Color Harmonies of #232E30
Complementary color
Monochromatic Colors of #232E30
Black with #232E30
Text Example
Text Example
White with #232E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E30; }
p { color: rgb(35,46,48); }
H1.HeaderClassName
{
color: #232E30;
}
.AnyTagClassName
{
color: #232E30;
}
</style>
background-color css
<style>
a { background-color: #232E30; }
a { background-color: rgb(35,46,48); }
div.DivClassName
{
background-color: #232E30;
}
.BgClassName
{
background-color: #232E30;
}
</style>
border-color css
<style>
span { border-color: #232E30; }
span { border-color: rgb(35,46,48); }
td.TdClassName
{
border-color: #232E30;
}
.TagClassName
{
border-color: #232E30;
}
</style>