Shades of Swamp #152D2E
Tints of Swamp #152D2E
RGB
CMYK
RGB Variations
Color information
#152D2E (or 0x152D2E) is known color: Swamp. HEX triplet: 15, 2D and 2E. RGB value is (21,45,46). Sum of RGB (Red+Green+Blue) = 21+45+46=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 46 - color contains mainly: blue. Hex color #152D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D2E is #EAD2D1. Grayscale: #252525. Windows color (decimal): -15389394 or 3026197. OLE color: 3026197.
HSL color Cylindrical-coordinate representation of color #152D2E: hue angle of 182.4º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #152D2E is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 45 | 46 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.82 |
| HSL | 182.4º | 0.37% | 0.13% | - |
| HSV(B) | 182.4º | 0.54% | 0.18% | - |
| XYZ | 1.74 | 2.23 | 2.92 | - |
| YUV | 37.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 46 | 0.54 | 0.02 | 0 | 0.82 | 182.4 | 0.37 | 0.13 |
| Hex | 15 | 2D | 2E | 36 | 2 | 0 | 52 | B6 | 25 | D |
| Octal | 25 | 55 | 56 | 66 | 2 | 0 | 122 | 266 | 45 | 15 |
| Binary | 10101 | 101101 | 101110 | 110110 | 10 | 0 | 1010010 | 10110110 | 100101 | 1101 |
Color Harmonies of #152D2E
Complementary color
Monochromatic Colors of #152D2E
Black with #152D2E
Text Example
Text Example
White with #152D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D2E; }
p { color: rgb(21,45,46); }
H1.HeaderClassName
{
color: #152D2E;
}
.AnyTagClassName
{
color: #152D2E;
}
</style>
background-color css
<style>
a { background-color: #152D2E; }
a { background-color: rgb(21,45,46); }
div.DivClassName
{
background-color: #152D2E;
}
.BgClassName
{
background-color: #152D2E;
}
</style>
border-color css
<style>
span { border-color: #152D2E; }
span { border-color: rgb(21,45,46); }
td.TdClassName
{
border-color: #152D2E;
}
.TagClassName
{
border-color: #152D2E;
}
</style>