Shades of Swamp #152C2D
Tints of Swamp #152C2D
RGB
CMYK
RGB Variations
Color information
#152C2D (or 0x152C2D) is known color: Swamp. HEX triplet: 15, 2C and 2D. RGB value is (21,44,45). Sum of RGB (Red+Green+Blue) = 21+44+45=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 45 - color contains mainly: blue. Hex color #152C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C2D is #EAD3D2. Grayscale: #252525. Windows color (decimal): -15389651 or 2960405. OLE color: 2960405.
HSL color Cylindrical-coordinate representation of color #152C2D: hue angle of 182.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #152C2D is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 44 | 45 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.82 |
| HSL | 182.5º | 0.36% | 0.13% | - |
| HSV(B) | 182.5º | 0.53% | 0.18% | - |
| XYZ | 1.68 | 2.15 | 2.81 | - |
| YUV | 37.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 45 | 0.53 | 0.02 | 0 | 0.82 | 182.5 | 0.36 | 0.13 |
| Hex | 15 | 2C | 2D | 35 | 2 | 0 | 52 | B6 | 24 | D |
| Octal | 25 | 54 | 55 | 65 | 2 | 0 | 122 | 266 | 44 | 15 |
| Binary | 10101 | 101100 | 101101 | 110101 | 10 | 0 | 1010010 | 10110110 | 100100 | 1101 |
Color Harmonies of #152C2D
Complementary color
Monochromatic Colors of #152C2D
Black with #152C2D
Text Example
Text Example
White with #152C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C2D; }
p { color: rgb(21,44,45); }
H1.HeaderClassName
{
color: #152C2D;
}
.AnyTagClassName
{
color: #152C2D;
}
</style>
background-color css
<style>
a { background-color: #152C2D; }
a { background-color: rgb(21,44,45); }
div.DivClassName
{
background-color: #152C2D;
}
.BgClassName
{
background-color: #152C2D;
}
</style>
border-color css
<style>
span { border-color: #152C2D; }
span { border-color: rgb(21,44,45); }
td.TdClassName
{
border-color: #152C2D;
}
.TagClassName
{
border-color: #152C2D;
}
</style>