Shades of Swamp #122A29
Tints of Swamp #122A29
RGB
CMYK
RGB Variations
Color information
#122A29 (or 0x122A29) is known color: Swamp. HEX triplet: 12, 2A and 29. RGB value is (18,42,41). Sum of RGB (Red+Green+Blue) = 18+42+41=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 42 - color contains mainly: green. Hex color #122A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A29 is #EDD5D6. Grayscale: #222222. Windows color (decimal): -15586775 or 2697746. OLE color: 2697746.
HSL color Cylindrical-coordinate representation of color #122A29: hue angle of 177.5º 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 #122A29 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 42 | 41 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.84 |
| HSL | 177.5º | 0.4% | 0.12% | - |
| HSV(B) | 177.5º | 0.57% | 0.16% | - |
| XYZ | 1.48 | 1.94 | 2.4 | - |
| YUV | 34.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 41 | 0.57 | 0 | 0.02 | 0.84 | 177.5 | 0.4 | 0.12 |
| Hex | 12 | 2A | 29 | 39 | 0 | 2 | 54 | B2 | 28 | C |
| Octal | 22 | 52 | 51 | 71 | 0 | 2 | 124 | 262 | 50 | 14 |
| Binary | 10010 | 101010 | 101001 | 111001 | 0 | 10 | 1010100 | 10110010 | 101000 | 1100 |
Color Harmonies of #122A29
Complementary color
Monochromatic Colors of #122A29
Black with #122A29
Text Example
Text Example
White with #122A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A29; }
p { color: rgb(18,42,41); }
H1.HeaderClassName
{
color: #122A29;
}
.AnyTagClassName
{
color: #122A29;
}
</style>
background-color css
<style>
a { background-color: #122A29; }
a { background-color: rgb(18,42,41); }
div.DivClassName
{
background-color: #122A29;
}
.BgClassName
{
background-color: #122A29;
}
</style>
border-color css
<style>
span { border-color: #122A29; }
span { border-color: rgb(18,42,41); }
td.TdClassName
{
border-color: #122A29;
}
.TagClassName
{
border-color: #122A29;
}
</style>