Shades of Swamp #1E3030
Tints of Swamp #1E3030
RGB
CMYK
RGB Variations
Color information
#1E3030 (or 0x1E3030) is known color: Swamp. HEX triplet: 1E, 30 and 30. RGB value is (30,48,48). Sum of RGB (Red+Green+Blue) = 30+48+48=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #1E3030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3030 is #E1CFCF. Grayscale: #2A2A2A. Windows color (decimal): -14798800 or 3158046. OLE color: 3158046.
HSL color Cylindrical-coordinate representation of color #1E3030: hue angle of 180º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1E3030 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 48 | 48 | - |
| CMYK | 0.37 | 0 | 0 | 0.81 |
| HSL | 180º | 0.23% | 0.15% | - |
| HSV(B) | 180º | 0.38% | 0.19% | - |
| XYZ | 2.13 | 2.6 | 3.19 | - |
| YUV | 42.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 48 | 0.37 | 0 | 0 | 0.81 | 180 | 0.23 | 0.15 |
| Hex | 1E | 30 | 30 | 25 | 0 | 0 | 51 | B4 | 17 | F |
| Octal | 36 | 60 | 60 | 45 | 0 | 0 | 121 | 264 | 27 | 17 |
| Binary | 11110 | 110000 | 110000 | 100101 | 0 | 0 | 1010001 | 10110100 | 10111 | 1111 |
Color Harmonies of #1E3030
Complementary color
Monochromatic Colors of #1E3030
Black with #1E3030
Text Example
Text Example
White with #1E3030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3030; }
p { color: rgb(30,48,48); }
H1.HeaderClassName
{
color: #1E3030;
}
.AnyTagClassName
{
color: #1E3030;
}
</style>
background-color css
<style>
a { background-color: #1E3030; }
a { background-color: rgb(30,48,48); }
div.DivClassName
{
background-color: #1E3030;
}
.BgClassName
{
background-color: #1E3030;
}
</style>
border-color css
<style>
span { border-color: #1E3030; }
span { border-color: rgb(30,48,48); }
td.TdClassName
{
border-color: #1E3030;
}
.TagClassName
{
border-color: #1E3030;
}
</style>