Shades of Swamp #153030
Tints of Swamp #153030
RGB
CMYK
RGB Variations
Color information
#153030 (or 0x153030) is known color: Swamp. HEX triplet: 15, 30 and 30. RGB value is (21,48,48). Sum of RGB (Red+Green+Blue) = 21+48+48=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #153030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153030 is #EACFCF. Grayscale: #272727. Windows color (decimal): -15388624 or 3158037. OLE color: 3158037.
HSL color Cylindrical-coordinate representation of color #153030: hue angle of 180º 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 #153030 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 48 | 48 | - |
| CMYK | 0.56 | 0 | 0 | 0.81 |
| HSL | 180º | 0.39% | 0.14% | - |
| HSV(B) | 180º | 0.56% | 0.19% | - |
| XYZ | 1.9 | 2.49 | 3.18 | - |
| YUV | 39.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 48 | 0.56 | 0 | 0 | 0.81 | 180 | 0.39 | 0.14 |
| Hex | 15 | 30 | 30 | 38 | 0 | 0 | 51 | B4 | 27 | E |
| Octal | 25 | 60 | 60 | 70 | 0 | 0 | 121 | 264 | 47 | 16 |
| Binary | 10101 | 110000 | 110000 | 111000 | 0 | 0 | 1010001 | 10110100 | 100111 | 1110 |
Color Harmonies of #153030
Complementary color
Monochromatic Colors of #153030
Black with #153030
Text Example
Text Example
White with #153030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153030; }
p { color: rgb(21,48,48); }
H1.HeaderClassName
{
color: #153030;
}
.AnyTagClassName
{
color: #153030;
}
</style>
background-color css
<style>
a { background-color: #153030; }
a { background-color: rgb(21,48,48); }
div.DivClassName
{
background-color: #153030;
}
.BgClassName
{
background-color: #153030;
}
</style>
border-color css
<style>
span { border-color: #153030; }
span { border-color: rgb(21,48,48); }
td.TdClassName
{
border-color: #153030;
}
.TagClassName
{
border-color: #153030;
}
</style>