Shades of Swamp #15302F
Tints of Swamp #15302F
RGB
CMYK
RGB Variations
Color information
#15302F (or 0x15302F) is known color: Swamp. HEX triplet: 15, 30 and 2F. RGB value is (21,48,47). Sum of RGB (Red+Green+Blue) = 21+48+47=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #15302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15302F is #EACFD0. Grayscale: #272727. Windows color (decimal): -15388625 or 3092501. OLE color: 3092501.
HSL color Cylindrical-coordinate representation of color #15302F: hue angle of 177.78º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #15302F is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 48 | 47 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.81 |
| HSL | 177.78º | 0.39% | 0.14% | - |
| HSV(B) | 177.78º | 0.56% | 0.19% | - |
| XYZ | 1.88 | 2.48 | 3.07 | - |
| YUV | 39.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 47 | 0.56 | 0 | 0.02 | 0.81 | 177.78 | 0.39 | 0.14 |
| Hex | 15 | 30 | 2F | 38 | 0 | 2 | 51 | B2 | 27 | E |
| Octal | 25 | 60 | 57 | 70 | 0 | 2 | 121 | 262 | 47 | 16 |
| Binary | 10101 | 110000 | 101111 | 111000 | 0 | 10 | 1010001 | 10110010 | 100111 | 1110 |
Color Harmonies of #15302F
Complementary color
Monochromatic Colors of #15302F
Black with #15302F
Text Example
Text Example
White with #15302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15302F; }
p { color: rgb(21,48,47); }
H1.HeaderClassName
{
color: #15302F;
}
.AnyTagClassName
{
color: #15302F;
}
</style>
background-color css
<style>
a { background-color: #15302F; }
a { background-color: rgb(21,48,47); }
div.DivClassName
{
background-color: #15302F;
}
.BgClassName
{
background-color: #15302F;
}
</style>
border-color css
<style>
span { border-color: #15302F; }
span { border-color: rgb(21,48,47); }
td.TdClassName
{
border-color: #15302F;
}
.TagClassName
{
border-color: #15302F;
}
</style>