Shades of Swamp #1C2928
Tints of Swamp #1C2928
RGB
CMYK
RGB Variations
Color information
#1C2928 (or 0x1C2928) is known color: Swamp. HEX triplet: 1C, 29 and 28. RGB value is (28,41,40). Sum of RGB (Red+Green+Blue) = 28+41+40=109 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.69% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 41 - color contains mainly: green. Hex color #1C2928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2928 is #E3D6D7. Grayscale: #242424. Windows color (decimal): -14931672 or 2631964. OLE color: 2631964.
HSL color Cylindrical-coordinate representation of color #1C2928: hue angle of 175.38º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1C2928 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 41 | 40 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.84 |
| HSL | 175.38º | 0.19% | 0.14% | - |
| HSV(B) | 175.38º | 0.32% | 0.16% | - |
| XYZ | 1.65 | 1.99 | 2.3 | - |
| YUV | 37 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 40 | 0.32 | 0 | 0.02 | 0.84 | 175.38 | 0.19 | 0.14 |
| Hex | 1C | 29 | 28 | 20 | 0 | 2 | 54 | AF | 13 | E |
| Octal | 34 | 51 | 50 | 40 | 0 | 2 | 124 | 257 | 23 | 16 |
| Binary | 11100 | 101001 | 101000 | 100000 | 0 | 10 | 1010100 | 10101111 | 10011 | 1110 |
Color Harmonies of #1C2928
Complementary color
Monochromatic Colors of #1C2928
Black with #1C2928
Text Example
Text Example
White with #1C2928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2928; }
p { color: rgb(28,41,40); }
H1.HeaderClassName
{
color: #1C2928;
}
.AnyTagClassName
{
color: #1C2928;
}
</style>
background-color css
<style>
a { background-color: #1C2928; }
a { background-color: rgb(28,41,40); }
div.DivClassName
{
background-color: #1C2928;
}
.BgClassName
{
background-color: #1C2928;
}
</style>
border-color css
<style>
span { border-color: #1C2928; }
span { border-color: rgb(28,41,40); }
td.TdClassName
{
border-color: #1C2928;
}
.TagClassName
{
border-color: #1C2928;
}
</style>