Shades of Swamp #122A2A
Tints of Swamp #122A2A
RGB
CMYK
RGB Variations
Color information
#122A2A (or 0x122A2A) is known color: Swamp. HEX triplet: 12, 2A and 2A. RGB value is (18,42,42). Sum of RGB (Red+Green+Blue) = 18+42+42=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 42 - color contains mainly: green, blue. Hex color #122A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A2A is #EDD5D5. Grayscale: #222222. Windows color (decimal): -15586774 or 2763282. OLE color: 2763282.
HSL color Cylindrical-coordinate representation of color #122A2A: hue angle of 180º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #122A2A is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 42 | 42 | - |
| CMYK | 0.57 | 0 | 0 | 0.84 |
| HSL | 180º | 0.4% | 0.12% | - |
| HSV(B) | 180º | 0.57% | 0.16% | - |
| XYZ | 1.5 | 1.95 | 2.49 | - |
| YUV | 34.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 42 | 0.57 | 0 | 0 | 0.84 | 180 | 0.4 | 0.12 |
| Hex | 12 | 2A | 2A | 39 | 0 | 0 | 54 | B4 | 28 | C |
| Octal | 22 | 52 | 52 | 71 | 0 | 0 | 124 | 264 | 50 | 14 |
| Binary | 10010 | 101010 | 101010 | 111001 | 0 | 0 | 1010100 | 10110100 | 101000 | 1100 |
Color Harmonies of #122A2A
Complementary color
Monochromatic Colors of #122A2A
Black with #122A2A
Text Example
Text Example
White with #122A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A2A; }
p { color: rgb(18,42,42); }
H1.HeaderClassName
{
color: #122A2A;
}
.AnyTagClassName
{
color: #122A2A;
}
</style>
background-color css
<style>
a { background-color: #122A2A; }
a { background-color: rgb(18,42,42); }
div.DivClassName
{
background-color: #122A2A;
}
.BgClassName
{
background-color: #122A2A;
}
</style>
border-color css
<style>
span { border-color: #122A2A; }
span { border-color: rgb(18,42,42); }
td.TdClassName
{
border-color: #122A2A;
}
.TagClassName
{
border-color: #122A2A;
}
</style>