Shades of Swamp #122F2D
Tints of Swamp #122F2D
RGB
CMYK
RGB Variations
Color information
#122F2D (or 0x122F2D) is known color: Swamp. HEX triplet: 12, 2F and 2D. RGB value is (18,47,45). Sum of RGB (Red+Green+Blue) = 18+47+45=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 47 - color contains mainly: green. Hex color #122F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F2D is #EDD0D2. Grayscale: #262626. Windows color (decimal): -15585491 or 2961170. OLE color: 2961170.
HSL color Cylindrical-coordinate representation of color #122F2D: hue angle of 175.86º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F2D is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 45 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.82 |
| HSL | 175.86º | 0.45% | 0.13% | - |
| HSV(B) | 175.86º | 0.62% | 0.18% | - |
| XYZ | 1.74 | 2.35 | 2.84 | - |
| YUV | 38.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 45 | 0.62 | 0 | 0.04 | 0.82 | 175.86 | 0.45 | 0.13 |
| Hex | 12 | 2F | 2D | 3E | 0 | 4 | 52 | B0 | 2D | D |
| Octal | 22 | 57 | 55 | 76 | 0 | 4 | 122 | 260 | 55 | 15 |
| Binary | 10010 | 101111 | 101101 | 111110 | 0 | 100 | 1010010 | 10110000 | 101101 | 1101 |
Color Harmonies of #122F2D
Complementary color
Monochromatic Colors of #122F2D
Black with #122F2D
Text Example
Text Example
White with #122F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F2D; }
p { color: rgb(18,47,45); }
H1.HeaderClassName
{
color: #122F2D;
}
.AnyTagClassName
{
color: #122F2D;
}
</style>
background-color css
<style>
a { background-color: #122F2D; }
a { background-color: rgb(18,47,45); }
div.DivClassName
{
background-color: #122F2D;
}
.BgClassName
{
background-color: #122F2D;
}
</style>
border-color css
<style>
span { border-color: #122F2D; }
span { border-color: rgb(18,47,45); }
td.TdClassName
{
border-color: #122F2D;
}
.TagClassName
{
border-color: #122F2D;
}
</style>