Shades of Swamp #232F30
Tints of Swamp #232F30
RGB
CMYK
RGB Variations
Color information
#232F30 (or 0x232F30) is known color: Swamp. HEX triplet: 23, 2F and 30. RGB value is (35,47,48). Sum of RGB (Red+Green+Blue) = 35+47+48=130 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.92% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 48 - color contains mainly: blue. Hex color #232F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F30 is #DCD0CF. Grayscale: #2B2B2B. Windows color (decimal): -14471376 or 3157795. OLE color: 3157795.
HSL color Cylindrical-coordinate representation of color #232F30: hue angle of 184.62º 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 #232F30 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 47 | 48 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.81 |
| HSL | 184.62º | 0.16% | 0.16% | - |
| HSV(B) | 184.62º | 0.27% | 0.19% | - |
| XYZ | 2.24 | 2.6 | 3.18 | - |
| YUV | 43.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 48 | 0.27 | 0.02 | 0 | 0.81 | 184.62 | 0.16 | 0.16 |
| Hex | 23 | 2F | 30 | 1B | 2 | 0 | 51 | B9 | 10 | 10 |
| Octal | 43 | 57 | 60 | 33 | 2 | 0 | 121 | 271 | 20 | 20 |
| Binary | 100011 | 101111 | 110000 | 11011 | 10 | 0 | 1010001 | 10111001 | 10000 | 10000 |
Color Harmonies of #232F30
Complementary color
Monochromatic Colors of #232F30
Black with #232F30
Text Example
Text Example
White with #232F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F30; }
p { color: rgb(35,47,48); }
H1.HeaderClassName
{
color: #232F30;
}
.AnyTagClassName
{
color: #232F30;
}
</style>
background-color css
<style>
a { background-color: #232F30; }
a { background-color: rgb(35,47,48); }
div.DivClassName
{
background-color: #232F30;
}
.BgClassName
{
background-color: #232F30;
}
</style>
border-color css
<style>
span { border-color: #232F30; }
span { border-color: rgb(35,47,48); }
td.TdClassName
{
border-color: #232F30;
}
.TagClassName
{
border-color: #232F30;
}
</style>