Shades of Swamp #0E2624
Tints of Swamp #0E2624
RGB
CMYK
RGB Variations
Color information
#0E2624 (or 0x0E2624) is known color: Swamp. HEX triplet: 0E, 26 and 24. RGB value is (14,38,36). Sum of RGB (Red+Green+Blue) = 14+38+36=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2624 is #F1D9DB. Grayscale: #1E1E1E. Windows color (decimal): -15849948 or 2369038. OLE color: 2369038.
HSL color Cylindrical-coordinate representation of color #0E2624: hue angle of 175º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E2624 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 38 | 36 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.85 |
| HSL | 175º | 0.46% | 0.1% | - |
| HSV(B) | 175º | 0.63% | 0.15% | - |
| XYZ | 1.19 | 1.61 | 1.92 | - |
| YUV | 30.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 36 | 0.63 | 0 | 0.05 | 0.85 | 175 | 0.46 | 0.1 |
| Hex | E | 26 | 24 | 3F | 0 | 5 | 55 | AF | 2E | A |
| Octal | 16 | 46 | 44 | 77 | 0 | 5 | 125 | 257 | 56 | 12 |
| Binary | 1110 | 100110 | 100100 | 111111 | 0 | 101 | 1010101 | 10101111 | 101110 | 1010 |
Color Harmonies of #0E2624
Complementary color
Monochromatic Colors of #0E2624
Black with #0E2624
Text Example
Text Example
White with #0E2624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2624; }
p { color: rgb(14,38,36); }
H1.HeaderClassName
{
color: #0E2624;
}
.AnyTagClassName
{
color: #0E2624;
}
</style>
background-color css
<style>
a { background-color: #0E2624; }
a { background-color: rgb(14,38,36); }
div.DivClassName
{
background-color: #0E2624;
}
.BgClassName
{
background-color: #0E2624;
}
</style>
border-color css
<style>
span { border-color: #0E2624; }
span { border-color: rgb(14,38,36); }
td.TdClassName
{
border-color: #0E2624;
}
.TagClassName
{
border-color: #0E2624;
}
</style>