Shades of Swamp #0C2E2D
Tints of Swamp #0C2E2D
RGB
CMYK
RGB Variations
Color information
#0C2E2D (or 0x0C2E2D) is known color: Swamp. HEX triplet: 0C, 2E and 2D. RGB value is (12,46,45). Sum of RGB (Red+Green+Blue) = 12+46+45=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E2D is #F3D1D2. Grayscale: #232323. Windows color (decimal): -15978963 or 2960908. OLE color: 2960908.
HSL color Cylindrical-coordinate representation of color #0C2E2D: hue angle of 178.24º 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 #0C2E2D is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 46 | 45 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.82 |
| HSL | 178.24º | 0.59% | 0.11% | - |
| HSV(B) | 178.24º | 0.74% | 0.18% | - |
| XYZ | 1.6 | 2.22 | 2.83 | - |
| YUV | 35.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 46 | 45 | 0.74 | 0 | 0.02 | 0.82 | 178.24 | 0.59 | 0.11 |
| Hex | C | 2E | 2D | 4A | 0 | 2 | 52 | B2 | 3B | B |
| Octal | 14 | 56 | 55 | 112 | 0 | 2 | 122 | 262 | 73 | 13 |
| Binary | 1100 | 101110 | 101101 | 1001010 | 0 | 10 | 1010010 | 10110010 | 111011 | 1011 |
Color Harmonies of #0C2E2D
Complementary color
Monochromatic Colors of #0C2E2D
Black with #0C2E2D
Text Example
Text Example
White with #0C2E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2E2D; }
p { color: rgb(12,46,45); }
H1.HeaderClassName
{
color: #0C2E2D;
}
.AnyTagClassName
{
color: #0C2E2D;
}
</style>
background-color css
<style>
a { background-color: #0C2E2D; }
a { background-color: rgb(12,46,45); }
div.DivClassName
{
background-color: #0C2E2D;
}
.BgClassName
{
background-color: #0C2E2D;
}
</style>
border-color css
<style>
span { border-color: #0C2E2D; }
span { border-color: rgb(12,46,45); }
td.TdClassName
{
border-color: #0C2E2D;
}
.TagClassName
{
border-color: #0C2E2D;
}
</style>