Shades of Swamp #152C2F
Tints of Swamp #152C2F
RGB
CMYK
RGB Variations
Color information
#152C2F (or 0x152C2F) is known color: Swamp. HEX triplet: 15, 2C and 2F. RGB value is (21,44,47). Sum of RGB (Red+Green+Blue) = 21+44+47=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #152C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C2F is #EAD3D0. Grayscale: #252525. Windows color (decimal): -15389649 or 3091477. OLE color: 3091477.
HSL color Cylindrical-coordinate representation of color #152C2F: hue angle of 186.92º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #152C2F is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 44 | 47 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.82 |
| HSL | 186.92º | 0.38% | 0.13% | - |
| HSV(B) | 186.92º | 0.55% | 0.18% | - |
| XYZ | 1.72 | 2.17 | 3.02 | - |
| YUV | 37.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 47 | 0.55 | 0.06 | 0 | 0.82 | 186.92 | 0.38 | 0.13 |
| Hex | 15 | 2C | 2F | 37 | 6 | 0 | 52 | BB | 26 | D |
| Octal | 25 | 54 | 57 | 67 | 6 | 0 | 122 | 273 | 46 | 15 |
| Binary | 10101 | 101100 | 101111 | 110111 | 110 | 0 | 1010010 | 10111011 | 100110 | 1101 |
Color Harmonies of #152C2F
Complementary color
Monochromatic Colors of #152C2F
Black with #152C2F
Text Example
Text Example
White with #152C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C2F; }
p { color: rgb(21,44,47); }
H1.HeaderClassName
{
color: #152C2F;
}
.AnyTagClassName
{
color: #152C2F;
}
</style>
background-color css
<style>
a { background-color: #152C2F; }
a { background-color: rgb(21,44,47); }
div.DivClassName
{
background-color: #152C2F;
}
.BgClassName
{
background-color: #152C2F;
}
</style>
border-color css
<style>
span { border-color: #152C2F; }
span { border-color: rgb(21,44,47); }
td.TdClassName
{
border-color: #152C2F;
}
.TagClassName
{
border-color: #152C2F;
}
</style>