Shades of Swamp #1E2F31
Tints of Swamp #1E2F31
RGB
CMYK
RGB Variations
Color information
#1E2F31 (or 0x1E2F31) is known color: Swamp. HEX triplet: 1E, 2F and 31. RGB value is (30,47,49). Sum of RGB (Red+Green+Blue) = 30+47+49=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E2F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F31 is #E1D0CE. Grayscale: #2A2A2A. Windows color (decimal): -14799055 or 3223326. OLE color: 3223326.
HSL color Cylindrical-coordinate representation of color #1E2F31: hue angle of 186.32º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E2F31 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 47 | 49 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.81 |
| HSL | 186.32º | 0.24% | 0.15% | - |
| HSV(B) | 186.32º | 0.39% | 0.19% | - |
| XYZ | 2.11 | 2.53 | 3.28 | - |
| YUV | 42.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 49 | 0.39 | 0.04 | 0 | 0.81 | 186.32 | 0.24 | 0.15 |
| Hex | 1E | 2F | 31 | 27 | 4 | 0 | 51 | BA | 18 | F |
| Octal | 36 | 57 | 61 | 47 | 4 | 0 | 121 | 272 | 30 | 17 |
| Binary | 11110 | 101111 | 110001 | 100111 | 100 | 0 | 1010001 | 10111010 | 11000 | 1111 |
Color Harmonies of #1E2F31
Complementary color
Monochromatic Colors of #1E2F31
Black with #1E2F31
Text Example
Text Example
White with #1E2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F31; }
p { color: rgb(30,47,49); }
H1.HeaderClassName
{
color: #1E2F31;
}
.AnyTagClassName
{
color: #1E2F31;
}
</style>
background-color css
<style>
a { background-color: #1E2F31; }
a { background-color: rgb(30,47,49); }
div.DivClassName
{
background-color: #1E2F31;
}
.BgClassName
{
background-color: #1E2F31;
}
</style>
border-color css
<style>
span { border-color: #1E2F31; }
span { border-color: rgb(30,47,49); }
td.TdClassName
{
border-color: #1E2F31;
}
.TagClassName
{
border-color: #1E2F31;
}
</style>