Shades of Swamp #0C2624
Tints of Swamp #0C2624
RGB
CMYK
RGB Variations
Color information
#0C2624 (or 0x0C2624) is known color: Swamp. HEX triplet: 0C, 26 and 24. RGB value is (12,38,36). Sum of RGB (Red+Green+Blue) = 12+38+36=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #0C2624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2624 is #F3D9DB. Grayscale: #1D1D1D. Windows color (decimal): -15981020 or 2369036. OLE color: 2369036.
HSL color Cylindrical-coordinate representation of color #0C2624: hue angle of 175.38º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C2624 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 38 | 36 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.85 |
| HSL | 175.38º | 0.52% | 0.1% | - |
| HSV(B) | 175.38º | 0.68% | 0.15% | - |
| XYZ | 1.16 | 1.59 | 1.92 | - |
| YUV | 30 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 36 | 0.68 | 0 | 0.05 | 0.85 | 175.38 | 0.52 | 0.1 |
| Hex | C | 26 | 24 | 44 | 0 | 5 | 55 | AF | 34 | A |
| Octal | 14 | 46 | 44 | 104 | 0 | 5 | 125 | 257 | 64 | 12 |
| Binary | 1100 | 100110 | 100100 | 1000100 | 0 | 101 | 1010101 | 10101111 | 110100 | 1010 |
Color Harmonies of #0C2624
Complementary color
Monochromatic Colors of #0C2624
Black with #0C2624
Text Example
Text Example
White with #0C2624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2624; }
p { color: rgb(12,38,36); }
H1.HeaderClassName
{
color: #0C2624;
}
.AnyTagClassName
{
color: #0C2624;
}
</style>
background-color css
<style>
a { background-color: #0C2624; }
a { background-color: rgb(12,38,36); }
div.DivClassName
{
background-color: #0C2624;
}
.BgClassName
{
background-color: #0C2624;
}
</style>
border-color css
<style>
span { border-color: #0C2624; }
span { border-color: rgb(12,38,36); }
td.TdClassName
{
border-color: #0C2624;
}
.TagClassName
{
border-color: #0C2624;
}
</style>