Shades of Swamp #072E2D
Tints of Swamp #072E2D
RGB
CMYK
RGB Variations
Color information
#072E2D (or 0x072E2D) is known color: Swamp. HEX triplet: 07, 2E and 2D. RGB value is (7,46,45). Sum of RGB (Red+Green+Blue) = 7+46+45=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 46 - color contains mainly: green. Hex color #072E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E2D is #F8D1D2. Grayscale: #222222. Windows color (decimal): -16306643 or 2960903. OLE color: 2960903.
HSL color Cylindrical-coordinate representation of color #072E2D: hue angle of 178.46º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072E2D is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
RGB | 7 | 46 | 45 | - |
CMYK | 0.85 | 0 | 0.02 | 0.82 |
HSL | 178.46º | 0.74% | 0.1% | - |
HSV(B) | 178.46º | 0.85% | 0.18% | - |
XYZ | 1.54 | 2.19 | 2.82 | - |
YUV | 34.23 | 134.08 | 108.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 46 | 45 | 0.85 | 0 | 0.02 | 0.82 | 178.46 | 0.74 | 0.1 |
Hex | 7 | 2E | 2D | 55 | 0 | 2 | 52 | B2 | 4A | A |
Octal | 7 | 56 | 55 | 125 | 0 | 2 | 122 | 262 | 112 | 12 |
Binary | 111 | 101110 | 101101 | 1010101 | 0 | 10 | 1010010 | 10110010 | 1001010 | 1010 |
Color Harmonies of #072E2D
Complementary color
Monochromatic Colors of #072E2D
Black with #072E2D
Text Example
Text Example
White with #072E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072E2D; }
p { color: rgb(7,46,45); }
H1.HeaderClassName
{
color: #072E2D;
}
.AnyTagClassName
{
color: #072E2D;
}
</style>
background-color css
<style>
a { background-color: #072E2D; }
a { background-color: rgb(7,46,45); }
div.DivClassName
{
background-color: #072E2D;
}
.BgClassName
{
background-color: #072E2D;
}
</style>
border-color css
<style>
span { border-color: #072E2D; }
span { border-color: rgb(7,46,45); }
td.TdClassName
{
border-color: #072E2D;
}
.TagClassName
{
border-color: #072E2D;
}
</style>