Shades of Swamp #152D2C
Tints of Swamp #152D2C
RGB
CMYK
RGB Variations
Color information
#152D2C (or 0x152D2C) is known color: Swamp. HEX triplet: 15, 2D and 2C. RGB value is (21,45,44). Sum of RGB (Red+Green+Blue) = 21+45+44=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 45 - color contains mainly: green. Hex color #152D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D2C is #EAD2D3. Grayscale: #252525. Windows color (decimal): -15389396 or 2895125. OLE color: 2895125.
HSL color Cylindrical-coordinate representation of color #152D2C: hue angle of 177.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 #152D2C is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 45 | 44 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.82 |
| HSL | 177.5º | 0.36% | 0.13% | - |
| HSV(B) | 177.5º | 0.53% | 0.18% | - |
| XYZ | 1.7 | 2.22 | 2.72 | - |
| YUV | 37.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 44 | 0.53 | 0 | 0.02 | 0.82 | 177.5 | 0.36 | 0.13 |
| Hex | 15 | 2D | 2C | 35 | 0 | 2 | 52 | B2 | 24 | D |
| Octal | 25 | 55 | 54 | 65 | 0 | 2 | 122 | 262 | 44 | 15 |
| Binary | 10101 | 101101 | 101100 | 110101 | 0 | 10 | 1010010 | 10110010 | 100100 | 1101 |
Color Harmonies of #152D2C
Complementary color
Monochromatic Colors of #152D2C
Black with #152D2C
Text Example
Text Example
White with #152D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D2C; }
p { color: rgb(21,45,44); }
H1.HeaderClassName
{
color: #152D2C;
}
.AnyTagClassName
{
color: #152D2C;
}
</style>
background-color css
<style>
a { background-color: #152D2C; }
a { background-color: rgb(21,45,44); }
div.DivClassName
{
background-color: #152D2C;
}
.BgClassName
{
background-color: #152D2C;
}
</style>
border-color css
<style>
span { border-color: #152D2C; }
span { border-color: rgb(21,45,44); }
td.TdClassName
{
border-color: #152D2C;
}
.TagClassName
{
border-color: #152D2C;
}
</style>