Shades of Swamp #0E2E2D
Tints of Swamp #0E2E2D
RGB
CMYK
RGB Variations
Color information
#0E2E2D (or 0x0E2E2D) is known color: Swamp. HEX triplet: 0E, 2E and 2D. RGB value is (14,46,45). Sum of RGB (Red+Green+Blue) = 14+46+45=105 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.33% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #0E2E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2E2D is #F1D1D2. Grayscale: #242424. Windows color (decimal): -15847891 or 2960910. OLE color: 2960910.
HSL color Cylindrical-coordinate representation of color #0E2E2D: hue angle of 178.12º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E2E2D is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
RGB | 14 | 46 | 45 | - |
CMYK | 0.70 | 0 | 0.02 | 0.82 |
HSL | 178.13º | 0.53% | 0.12% | - |
HSV(B) | 178.13º | 0.7% | 0.18% | - |
XYZ | 1.63 | 2.24 | 2.83 | - |
YUV | 36.32 | 132.9 | 112.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 46 | 45 | 0.70 | 0 | 0.02 | 0.82 | 178.13 | 0.53 | 0.12 |
Hex | E | 2E | 2D | 46 | 0 | 2 | 52 | B2 | 35 | C |
Octal | 16 | 56 | 55 | 106 | 0 | 2 | 122 | 262 | 65 | 14 |
Binary | 1110 | 101110 | 101101 | 1000110 | 0 | 10 | 1010010 | 10110010 | 110101 | 1100 |
Color Harmonies of #0E2E2D
Complementary color
Monochromatic Colors of #0E2E2D
Black with #0E2E2D
Text Example
Text Example
White with #0E2E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2E2D; }
p { color: rgb(14,46,45); }
H1.HeaderClassName
{
color: #0E2E2D;
}
.AnyTagClassName
{
color: #0E2E2D;
}
</style>
background-color css
<style>
a { background-color: #0E2E2D; }
a { background-color: rgb(14,46,45); }
div.DivClassName
{
background-color: #0E2E2D;
}
.BgClassName
{
background-color: #0E2E2D;
}
</style>
border-color css
<style>
span { border-color: #0E2E2D; }
span { border-color: rgb(14,46,45); }
td.TdClassName
{
border-color: #0E2E2D;
}
.TagClassName
{
border-color: #0E2E2D;
}
</style>