Shades of Swamp #072F2D
Tints of Swamp #072F2D
RGB
CMYK
RGB Variations
Color information
#072F2D (or 0x072F2D) is known color: Swamp. HEX triplet: 07, 2F and 2D. RGB value is (7,47,45). Sum of RGB (Red+Green+Blue) = 7+47+45=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 47 - color contains mainly: green. Hex color #072F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F2D is #F8D0D2. Grayscale: #222222. Windows color (decimal): -16306387 or 2961159. OLE color: 2961159.
HSL color Cylindrical-coordinate representation of color #072F2D: hue angle of 177º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072F2D is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 47 | 45 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.82 |
| HSL | 177º | 0.74% | 0.11% | - |
| HSV(B) | 177º | 0.85% | 0.18% | - |
| XYZ | 1.58 | 2.27 | 2.84 | - |
| YUV | 34.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 45 | 0.85 | 0 | 0.04 | 0.82 | 177 | 0.74 | 0.11 |
| Hex | 7 | 2F | 2D | 55 | 0 | 4 | 52 | B1 | 4A | B |
| Octal | 7 | 57 | 55 | 125 | 0 | 4 | 122 | 261 | 112 | 13 |
| Binary | 111 | 101111 | 101101 | 1010101 | 0 | 100 | 1010010 | 10110001 | 1001010 | 1011 |
Color Harmonies of #072F2D
Complementary color
Monochromatic Colors of #072F2D
Black with #072F2D
Text Example
Text Example
White with #072F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F2D; }
p { color: rgb(7,47,45); }
H1.HeaderClassName
{
color: #072F2D;
}
.AnyTagClassName
{
color: #072F2D;
}
</style>
background-color css
<style>
a { background-color: #072F2D; }
a { background-color: rgb(7,47,45); }
div.DivClassName
{
background-color: #072F2D;
}
.BgClassName
{
background-color: #072F2D;
}
</style>
border-color css
<style>
span { border-color: #072F2D; }
span { border-color: rgb(7,47,45); }
td.TdClassName
{
border-color: #072F2D;
}
.TagClassName
{
border-color: #072F2D;
}
</style>