Shades of Swamp #1C2B2A
Tints of Swamp #1C2B2A
RGB
CMYK
RGB Variations
Color information
#1C2B2A (or 0x1C2B2A) is known color: Swamp. HEX triplet: 1C, 2B and 2A. RGB value is (28,43,42). Sum of RGB (Red+Green+Blue) = 28+43+42=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 43 - color contains mainly: green. Hex color #1C2B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2B2A is #E3D4D5. Grayscale: #262626. Windows color (decimal): -14931158 or 2763548. OLE color: 2763548.
HSL color Cylindrical-coordinate representation of color #1C2B2A: hue angle of 176º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1C2B2A is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 28 | 43 | 42 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.83 |
| HSL | 176º | 0.21% | 0.14% | - |
| HSV(B) | 176º | 0.35% | 0.17% | - |
| XYZ | 1.76 | 2.14 | 2.51 | - |
| YUV | 38.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 43 | 42 | 0.35 | 0 | 0.02 | 0.83 | 176 | 0.21 | 0.14 |
| Hex | 1C | 2B | 2A | 23 | 0 | 2 | 53 | B0 | 15 | E |
| Octal | 34 | 53 | 52 | 43 | 0 | 2 | 123 | 260 | 25 | 16 |
| Binary | 11100 | 101011 | 101010 | 100011 | 0 | 10 | 1010011 | 10110000 | 10101 | 1110 |
Color Harmonies of #1C2B2A
Complementary color
Monochromatic Colors of #1C2B2A
Black with #1C2B2A
Text Example
Text Example
White with #1C2B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2B2A; }
p { color: rgb(28,43,42); }
H1.HeaderClassName
{
color: #1C2B2A;
}
.AnyTagClassName
{
color: #1C2B2A;
}
</style>
background-color css
<style>
a { background-color: #1C2B2A; }
a { background-color: rgb(28,43,42); }
div.DivClassName
{
background-color: #1C2B2A;
}
.BgClassName
{
background-color: #1C2B2A;
}
</style>
border-color css
<style>
span { border-color: #1C2B2A; }
span { border-color: rgb(28,43,42); }
td.TdClassName
{
border-color: #1C2B2A;
}
.TagClassName
{
border-color: #1C2B2A;
}
</style>