Shades of Swamp #1E3635
Tints of Swamp #1E3635
RGB
CMYK
RGB Variations
Color information
#1E3635 (or 0x1E3635) is known color: Swamp. HEX triplet: 1E, 36 and 35. RGB value is (30,54,53). Sum of RGB (Red+Green+Blue) = 30+54+53=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 54 - color contains mainly: green. Hex color #1E3635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3635 is #E1C9CA. Grayscale: #2E2E2E. Windows color (decimal): -14797259 or 3487262. OLE color: 3487262.
HSL color Cylindrical-coordinate representation of color #1E3635: hue angle of 177.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E3635 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 54 | 53 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.79 |
| HSL | 177.5º | 0.29% | 0.16% | - |
| HSV(B) | 177.5º | 0.44% | 0.21% | - |
| XYZ | 2.5 | 3.17 | 3.85 | - |
| YUV | 46.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 53 | 0.44 | 0 | 0.02 | 0.79 | 177.5 | 0.29 | 0.16 |
| Hex | 1E | 36 | 35 | 2C | 0 | 2 | 4F | B2 | 1D | 10 |
| Octal | 36 | 66 | 65 | 54 | 0 | 2 | 117 | 262 | 35 | 20 |
| Binary | 11110 | 110110 | 110101 | 101100 | 0 | 10 | 1001111 | 10110010 | 11101 | 10000 |
Color Harmonies of #1E3635
Complementary color
Monochromatic Colors of #1E3635
Black with #1E3635
Text Example
Text Example
White with #1E3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3635; }
p { color: rgb(30,54,53); }
H1.HeaderClassName
{
color: #1E3635;
}
.AnyTagClassName
{
color: #1E3635;
}
</style>
background-color css
<style>
a { background-color: #1E3635; }
a { background-color: rgb(30,54,53); }
div.DivClassName
{
background-color: #1E3635;
}
.BgClassName
{
background-color: #1E3635;
}
</style>
border-color css
<style>
span { border-color: #1E3635; }
span { border-color: rgb(30,54,53); }
td.TdClassName
{
border-color: #1E3635;
}
.TagClassName
{
border-color: #1E3635;
}
</style>