Shades of Swamp #082E2D
Tints of Swamp #082E2D
RGB
CMYK
RGB Variations
Color information
#082E2D (or 0x082E2D) is known color: Swamp. HEX triplet: 08, 2E and 2D. RGB value is (8,46,45). Sum of RGB (Red+Green+Blue) = 8+46+45=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #082E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E2D is #F7D1D2. Grayscale: #222222. Windows color (decimal): -16241107 or 2960904. OLE color: 2960904.
HSL color Cylindrical-coordinate representation of color #082E2D: hue angle of 178.42º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082E2D is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 46 | 45 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.82 |
| HSL | 178.42º | 0.7% | 0.11% | - |
| HSV(B) | 178.42º | 0.83% | 0.18% | - |
| XYZ | 1.55 | 2.2 | 2.82 | - |
| YUV | 34.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 45 | 0.83 | 0 | 0.02 | 0.82 | 178.42 | 0.7 | 0.11 |
| Hex | 8 | 2E | 2D | 53 | 0 | 2 | 52 | B2 | 46 | B |
| Octal | 10 | 56 | 55 | 123 | 0 | 2 | 122 | 262 | 106 | 13 |
| Binary | 1000 | 101110 | 101101 | 1010011 | 0 | 10 | 1010010 | 10110010 | 1000110 | 1011 |
Color Harmonies of #082E2D
Complementary color
Monochromatic Colors of #082E2D
Black with #082E2D
Text Example
Text Example
White with #082E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E2D; }
p { color: rgb(8,46,45); }
H1.HeaderClassName
{
color: #082E2D;
}
.AnyTagClassName
{
color: #082E2D;
}
</style>
background-color css
<style>
a { background-color: #082E2D; }
a { background-color: rgb(8,46,45); }
div.DivClassName
{
background-color: #082E2D;
}
.BgClassName
{
background-color: #082E2D;
}
</style>
border-color css
<style>
span { border-color: #082E2D; }
span { border-color: rgb(8,46,45); }
td.TdClassName
{
border-color: #082E2D;
}
.TagClassName
{
border-color: #082E2D;
}
</style>