Shades of Swamp #062E2D
Tints of Swamp #062E2D
RGB
CMYK
RGB Variations
Color information
#062E2D (or 0x062E2D) is known color: Swamp. HEX triplet: 06, 2E and 2D. RGB value is (6,46,45). Sum of RGB (Red+Green+Blue) = 6+46+45=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #062E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E2D is #F9D1D2. Grayscale: #212121. Windows color (decimal): -16372179 or 2960902. OLE color: 2960902.
HSL color Cylindrical-coordinate representation of color #062E2D: hue angle of 178.5º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #062E2D is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 46 | 45 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.82 |
| HSL | 178.5º | 0.77% | 0.1% | - |
| HSV(B) | 178.5º | 0.87% | 0.18% | - |
| XYZ | 1.53 | 2.18 | 2.82 | - |
| YUV | 33.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 45 | 0.87 | 0 | 0.02 | 0.82 | 178.5 | 0.77 | 0.1 |
| Hex | 6 | 2E | 2D | 57 | 0 | 2 | 52 | B2 | 4D | A |
| Octal | 6 | 56 | 55 | 127 | 0 | 2 | 122 | 262 | 115 | 12 |
| Binary | 110 | 101110 | 101101 | 1010111 | 0 | 10 | 1010010 | 10110010 | 1001101 | 1010 |
Color Harmonies of #062E2D
Complementary color
Monochromatic Colors of #062E2D
Black with #062E2D
Text Example
Text Example
White with #062E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E2D; }
p { color: rgb(6,46,45); }
H1.HeaderClassName
{
color: #062E2D;
}
.AnyTagClassName
{
color: #062E2D;
}
</style>
background-color css
<style>
a { background-color: #062E2D; }
a { background-color: rgb(6,46,45); }
div.DivClassName
{
background-color: #062E2D;
}
.BgClassName
{
background-color: #062E2D;
}
</style>
border-color css
<style>
span { border-color: #062E2D; }
span { border-color: rgb(6,46,45); }
td.TdClassName
{
border-color: #062E2D;
}
.TagClassName
{
border-color: #062E2D;
}
</style>