Shades of Swamp #122A28
Tints of Swamp #122A28
RGB
CMYK
RGB Variations
Color information
#122A28 (or 0x122A28) is known color: Swamp. HEX triplet: 12, 2A and 28. RGB value is (18,42,40). Sum of RGB (Red+Green+Blue) = 18+42+40=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 42 - color contains mainly: green. Hex color #122A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A28 is #EDD5D7. Grayscale: #222222. Windows color (decimal): -15586776 or 2632210. OLE color: 2632210.
HSL color Cylindrical-coordinate representation of color #122A28: hue angle of 175º 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 #122A28 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 42 | 40 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.84 |
| HSL | 175º | 0.4% | 0.12% | - |
| HSV(B) | 175º | 0.57% | 0.16% | - |
| XYZ | 1.46 | 1.94 | 2.3 | - |
| YUV | 34.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 40 | 0.57 | 0 | 0.05 | 0.84 | 175 | 0.4 | 0.12 |
| Hex | 12 | 2A | 28 | 39 | 0 | 5 | 54 | AF | 28 | C |
| Octal | 22 | 52 | 50 | 71 | 0 | 5 | 124 | 257 | 50 | 14 |
| Binary | 10010 | 101010 | 101000 | 111001 | 0 | 101 | 1010100 | 10101111 | 101000 | 1100 |
Color Harmonies of #122A28
Complementary color
Monochromatic Colors of #122A28
Black with #122A28
Text Example
Text Example
White with #122A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A28; }
p { color: rgb(18,42,40); }
H1.HeaderClassName
{
color: #122A28;
}
.AnyTagClassName
{
color: #122A28;
}
</style>
background-color css
<style>
a { background-color: #122A28; }
a { background-color: rgb(18,42,40); }
div.DivClassName
{
background-color: #122A28;
}
.BgClassName
{
background-color: #122A28;
}
</style>
border-color css
<style>
span { border-color: #122A28; }
span { border-color: rgb(18,42,40); }
td.TdClassName
{
border-color: #122A28;
}
.TagClassName
{
border-color: #122A28;
}
</style>