Shades of Swamp #0C2A2C
Tints of Swamp #0C2A2C
RGB
CMYK
RGB Variations
Color information
#0C2A2C (or 0x0C2A2C) is known color: Swamp. HEX triplet: 0C, 2A and 2C. RGB value is (12,42,44). Sum of RGB (Red+Green+Blue) = 12+42+44=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C2A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2A2C is #F3D5D3. Grayscale: #212121. Windows color (decimal): -15979988 or 2894348. OLE color: 2894348.
HSL color Cylindrical-coordinate representation of color #0C2A2C: hue angle of 183.75º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2A2C is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 42 | 44 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.83 |
| HSL | 183.75º | 0.57% | 0.11% | - |
| HSV(B) | 183.75º | 0.73% | 0.17% | - |
| XYZ | 1.43 | 1.92 | 2.68 | - |
| YUV | 33.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 42 | 44 | 0.73 | 0.05 | 0 | 0.83 | 183.75 | 0.57 | 0.11 |
| Hex | C | 2A | 2C | 49 | 5 | 0 | 53 | B8 | 39 | B |
| Octal | 14 | 52 | 54 | 111 | 5 | 0 | 123 | 270 | 71 | 13 |
| Binary | 1100 | 101010 | 101100 | 1001001 | 101 | 0 | 1010011 | 10111000 | 111001 | 1011 |
Color Harmonies of #0C2A2C
Complementary color
Monochromatic Colors of #0C2A2C
Black with #0C2A2C
Text Example
Text Example
White with #0C2A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2A2C; }
p { color: rgb(12,42,44); }
H1.HeaderClassName
{
color: #0C2A2C;
}
.AnyTagClassName
{
color: #0C2A2C;
}
</style>
background-color css
<style>
a { background-color: #0C2A2C; }
a { background-color: rgb(12,42,44); }
div.DivClassName
{
background-color: #0C2A2C;
}
.BgClassName
{
background-color: #0C2A2C;
}
</style>
border-color css
<style>
span { border-color: #0C2A2C; }
span { border-color: rgb(12,42,44); }
td.TdClassName
{
border-color: #0C2A2C;
}
.TagClassName
{
border-color: #0C2A2C;
}
</style>