Shades of Swamp #152A2D
Tints of Swamp #152A2D
RGB
CMYK
RGB Variations
Color information
#152A2D (or 0x152A2D) is known color: Swamp. HEX triplet: 15, 2A and 2D. RGB value is (21,42,45). Sum of RGB (Red+Green+Blue) = 21+42+45=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #152A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A2D is #EAD5D2. Grayscale: #242424. Windows color (decimal): -15390163 or 2959893. OLE color: 2959893.
HSL color Cylindrical-coordinate representation of color #152A2D: hue angle of 187.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 #152A2D is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 42 | 45 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.82 |
| HSL | 187.5º | 0.36% | 0.13% | - |
| HSV(B) | 187.5º | 0.53% | 0.18% | - |
| XYZ | 1.61 | 2 | 2.78 | - |
| YUV | 36.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 45 | 0.53 | 0.07 | 0 | 0.82 | 187.5 | 0.36 | 0.13 |
| Hex | 15 | 2A | 2D | 35 | 7 | 0 | 52 | BC | 24 | D |
| Octal | 25 | 52 | 55 | 65 | 7 | 0 | 122 | 274 | 44 | 15 |
| Binary | 10101 | 101010 | 101101 | 110101 | 111 | 0 | 1010010 | 10111100 | 100100 | 1101 |
Color Harmonies of #152A2D
Complementary color
Monochromatic Colors of #152A2D
Black with #152A2D
Text Example
Text Example
White with #152A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A2D; }
p { color: rgb(21,42,45); }
H1.HeaderClassName
{
color: #152A2D;
}
.AnyTagClassName
{
color: #152A2D;
}
</style>
background-color css
<style>
a { background-color: #152A2D; }
a { background-color: rgb(21,42,45); }
div.DivClassName
{
background-color: #152A2D;
}
.BgClassName
{
background-color: #152A2D;
}
</style>
border-color css
<style>
span { border-color: #152A2D; }
span { border-color: rgb(21,42,45); }
td.TdClassName
{
border-color: #152A2D;
}
.TagClassName
{
border-color: #152A2D;
}
</style>