Shades of Swamp #252D2E
Tints of Swamp #252D2E
RGB
CMYK
RGB Variations
Color information
#252D2E (or 0x252D2E) is known color: Swamp. HEX triplet: 25, 2D and 2E. RGB value is (37,45,46). Sum of RGB (Red+Green+Blue) = 37+45+46=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 46 - color contains mainly: blue. Hex color #252D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D2E is #DAD2D1. Grayscale: #2A2A2A. Windows color (decimal): -14340818 or 3026213. OLE color: 3026213.
HSL color Cylindrical-coordinate representation of color #252D2E: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #252D2E is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 45 | 46 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.82 |
| HSL | 186.67º | 0.11% | 0.16% | - |
| HSV(B) | 186.67º | 0.2% | 0.18% | - |
| XYZ | 2.19 | 2.47 | 2.95 | - |
| YUV | 42.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 46 | 0.20 | 0.02 | 0 | 0.82 | 186.67 | 0.11 | 0.16 |
| Hex | 25 | 2D | 2E | 14 | 2 | 0 | 52 | BB | B | 10 |
| Octal | 45 | 55 | 56 | 24 | 2 | 0 | 122 | 273 | 13 | 20 |
| Binary | 100101 | 101101 | 101110 | 10100 | 10 | 0 | 1010010 | 10111011 | 1011 | 10000 |
Color Harmonies of #252D2E
Complementary color
Monochromatic Colors of #252D2E
Black with #252D2E
Text Example
Text Example
White with #252D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D2E; }
p { color: rgb(37,45,46); }
H1.HeaderClassName
{
color: #252D2E;
}
.AnyTagClassName
{
color: #252D2E;
}
</style>
background-color css
<style>
a { background-color: #252D2E; }
a { background-color: rgb(37,45,46); }
div.DivClassName
{
background-color: #252D2E;
}
.BgClassName
{
background-color: #252D2E;
}
</style>
border-color css
<style>
span { border-color: #252D2E; }
span { border-color: rgb(37,45,46); }
td.TdClassName
{
border-color: #252D2E;
}
.TagClassName
{
border-color: #252D2E;
}
</style>