Shades of Swamp #122A2D
Tints of Swamp #122A2D
RGB
CMYK
RGB Variations
Color information
#122A2D (or 0x122A2D) is known color: Swamp. HEX triplet: 12, 2A and 2D. RGB value is (18,42,45). Sum of RGB (Red+Green+Blue) = 18+42+45=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 45 - color contains mainly: blue. Hex color #122A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A2D is #EDD5D2. Grayscale: #232323. Windows color (decimal): -15586771 or 2959890. OLE color: 2959890.
HSL color Cylindrical-coordinate representation of color #122A2D: hue angle of 186.67º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #122A2D is Cyan = 0.6, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 42 | 45 | - |
| CMYK | 0.6 | 0.07 | 0 | 0.82 |
| HSL | 186.67º | 0.43% | 0.12% | - |
| HSV(B) | 186.67º | 0.6% | 0.18% | - |
| XYZ | 1.55 | 1.97 | 2.78 | - |
| YUV | 35.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 45 | 0.6 | 0.07 | 0 | 0.82 | 186.67 | 0.43 | 0.12 |
| Hex | 12 | 2A | 2D | 3C | 7 | 0 | 52 | BB | 2B | C |
| Octal | 22 | 52 | 55 | 74 | 7 | 0 | 122 | 273 | 53 | 14 |
| Binary | 10010 | 101010 | 101101 | 111100 | 111 | 0 | 1010010 | 10111011 | 101011 | 1100 |
Color Harmonies of #122A2D
Complementary color
Monochromatic Colors of #122A2D
Black with #122A2D
Text Example
Text Example
White with #122A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A2D; }
p { color: rgb(18,42,45); }
H1.HeaderClassName
{
color: #122A2D;
}
.AnyTagClassName
{
color: #122A2D;
}
</style>
background-color css
<style>
a { background-color: #122A2D; }
a { background-color: rgb(18,42,45); }
div.DivClassName
{
background-color: #122A2D;
}
.BgClassName
{
background-color: #122A2D;
}
</style>
border-color css
<style>
span { border-color: #122A2D; }
span { border-color: rgb(18,42,45); }
td.TdClassName
{
border-color: #122A2D;
}
.TagClassName
{
border-color: #122A2D;
}
</style>