Shades of Swamp #062A2A
Tints of Swamp #062A2A
RGB
CMYK
RGB Variations
Color information
#062A2A (or 0x062A2A) is known color: Swamp. HEX triplet: 06, 2A and 2A. RGB value is (6,42,42). Sum of RGB (Red+Green+Blue) = 6+42+42=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 42 (16.80% from 255 or 46.67% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: green, blue. Hex color #062A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A2A is #F9D5D5. Grayscale: #1F1F1F. Windows color (decimal): -16373206 or 2763270. OLE color: 2763270.
HSL color Cylindrical-coordinate representation of color #062A2A: hue angle of 180º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062A2A is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 42 | 42 | - |
| CMYK | 0.86 | 0 | 0 | 0.84 |
| HSL | 180º | 0.75% | 0.09% | - |
| HSV(B) | 180º | 0.86% | 0.16% | - |
| XYZ | 1.32 | 1.86 | 2.48 | - |
| YUV | 31.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 42 | 0.86 | 0 | 0 | 0.84 | 180 | 0.75 | 0.09 |
| Hex | 6 | 2A | 2A | 56 | 0 | 0 | 54 | B4 | 4B | 9 |
| Octal | 6 | 52 | 52 | 126 | 0 | 0 | 124 | 264 | 113 | 11 |
| Binary | 110 | 101010 | 101010 | 1010110 | 0 | 0 | 1010100 | 10110100 | 1001011 | 1001 |
Color Harmonies of #062A2A
Complementary color
Monochromatic Colors of #062A2A
Black with #062A2A
Text Example
Text Example
White with #062A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A2A; }
p { color: rgb(6,42,42); }
H1.HeaderClassName
{
color: #062A2A;
}
.AnyTagClassName
{
color: #062A2A;
}
</style>
background-color css
<style>
a { background-color: #062A2A; }
a { background-color: rgb(6,42,42); }
div.DivClassName
{
background-color: #062A2A;
}
.BgClassName
{
background-color: #062A2A;
}
</style>
border-color css
<style>
span { border-color: #062A2A; }
span { border-color: rgb(6,42,42); }
td.TdClassName
{
border-color: #062A2A;
}
.TagClassName
{
border-color: #062A2A;
}
</style>