Shades of Swamp #0C2C2E
Tints of Swamp #0C2C2E
RGB
CMYK
RGB Variations
Color information
#0C2C2E (or 0x0C2C2E) is known color: Swamp. HEX triplet: 0C, 2C and 2E. RGB value is (12,44,46). Sum of RGB (Red+Green+Blue) = 12+44+46=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C2C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2C2E is #F3D3D1. Grayscale: #222222. Windows color (decimal): -15979474 or 3025932. OLE color: 3025932.
HSL color Cylindrical-coordinate representation of color #0C2C2E: hue angle of 183.53º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2C2E is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 44 | 46 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.82 |
| HSL | 183.53º | 0.59% | 0.11% | - |
| HSV(B) | 183.53º | 0.74% | 0.18% | - |
| XYZ | 1.55 | 2.08 | 2.9 | - |
| YUV | 34.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 44 | 46 | 0.74 | 0.04 | 0 | 0.82 | 183.53 | 0.59 | 0.11 |
| Hex | C | 2C | 2E | 4A | 4 | 0 | 52 | B8 | 3B | B |
| Octal | 14 | 54 | 56 | 112 | 4 | 0 | 122 | 270 | 73 | 13 |
| Binary | 1100 | 101100 | 101110 | 1001010 | 100 | 0 | 1010010 | 10111000 | 111011 | 1011 |
Color Harmonies of #0C2C2E
Complementary color
Monochromatic Colors of #0C2C2E
Black with #0C2C2E
Text Example
Text Example
White with #0C2C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2C2E; }
p { color: rgb(12,44,46); }
H1.HeaderClassName
{
color: #0C2C2E;
}
.AnyTagClassName
{
color: #0C2C2E;
}
</style>
background-color css
<style>
a { background-color: #0C2C2E; }
a { background-color: rgb(12,44,46); }
div.DivClassName
{
background-color: #0C2C2E;
}
.BgClassName
{
background-color: #0C2C2E;
}
</style>
border-color css
<style>
span { border-color: #0C2C2E; }
span { border-color: rgb(12,44,46); }
td.TdClassName
{
border-color: #0C2C2E;
}
.TagClassName
{
border-color: #0C2C2E;
}
</style>