Shades of Swamp #252E2D
Tints of Swamp #252E2D
RGB
CMYK
RGB Variations
Color information
#252E2D (or 0x252E2D) is known color: Swamp. HEX triplet: 25, 2E and 2D. RGB value is (37,46,45). Sum of RGB (Red+Green+Blue) = 37+46+45=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 46 - color contains mainly: green. Hex color #252E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E2D is #DAD1D2. Grayscale: #2B2B2B. Windows color (decimal): -14340563 or 2960933. OLE color: 2960933.
HSL color Cylindrical-coordinate representation of color #252E2D: hue angle of 173.33º 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 #252E2D is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
RGB | 37 | 46 | 45 | - |
CMYK | 0.20 | 0 | 0.02 | 0.82 |
HSL | 173.33º | 0.11% | 0.16% | - |
HSV(B) | 173.33º | 0.2% | 0.18% | - |
XYZ | 2.21 | 2.54 | 2.86 | - |
YUV | 43.2 | 129.02 | 123.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 46 | 45 | 0.20 | 0 | 0.02 | 0.82 | 173.33 | 0.11 | 0.16 |
Hex | 25 | 2E | 2D | 14 | 0 | 2 | 52 | AD | B | 10 |
Octal | 45 | 56 | 55 | 24 | 0 | 2 | 122 | 255 | 13 | 20 |
Binary | 100101 | 101110 | 101101 | 10100 | 0 | 10 | 1010010 | 10101101 | 1011 | 10000 |
Color Harmonies of #252E2D
Complementary color
Monochromatic Colors of #252E2D
Black with #252E2D
Text Example
Text Example
White with #252E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252E2D; }
p { color: rgb(37,46,45); }
H1.HeaderClassName
{
color: #252E2D;
}
.AnyTagClassName
{
color: #252E2D;
}
</style>
background-color css
<style>
a { background-color: #252E2D; }
a { background-color: rgb(37,46,45); }
div.DivClassName
{
background-color: #252E2D;
}
.BgClassName
{
background-color: #252E2D;
}
</style>
border-color css
<style>
span { border-color: #252E2D; }
span { border-color: rgb(37,46,45); }
td.TdClassName
{
border-color: #252E2D;
}
.TagClassName
{
border-color: #252E2D;
}
</style>