Shades of Swamp #0F2E2D
Tints of Swamp #0F2E2D
RGB
CMYK
RGB Variations
Color information
#0F2E2D (or 0x0F2E2D) is known color: Swamp. HEX triplet: 0F, 2E and 2D. RGB value is (15,46,45). Sum of RGB (Red+Green+Blue) = 15+46+45=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #0F2E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2E2D is #F0D1D2. Grayscale: #242424. Windows color (decimal): -15782355 or 2960911. OLE color: 2960911.
HSL color Cylindrical-coordinate representation of color #0F2E2D: hue angle of 178.06º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F2E2D is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 46 | 45 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.82 |
| HSL | 178.06º | 0.51% | 0.12% | - |
| HSV(B) | 178.06º | 0.67% | 0.18% | - |
| XYZ | 1.65 | 2.25 | 2.83 | - |
| YUV | 36.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 46 | 45 | 0.67 | 0 | 0.02 | 0.82 | 178.06 | 0.51 | 0.12 |
| Hex | F | 2E | 2D | 43 | 0 | 2 | 52 | B2 | 33 | C |
| Octal | 17 | 56 | 55 | 103 | 0 | 2 | 122 | 262 | 63 | 14 |
| Binary | 1111 | 101110 | 101101 | 1000011 | 0 | 10 | 1010010 | 10110010 | 110011 | 1100 |
Color Harmonies of #0F2E2D
Complementary color
Monochromatic Colors of #0F2E2D
Black with #0F2E2D
Text Example
Text Example
White with #0F2E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2E2D; }
p { color: rgb(15,46,45); }
H1.HeaderClassName
{
color: #0F2E2D;
}
.AnyTagClassName
{
color: #0F2E2D;
}
</style>
background-color css
<style>
a { background-color: #0F2E2D; }
a { background-color: rgb(15,46,45); }
div.DivClassName
{
background-color: #0F2E2D;
}
.BgClassName
{
background-color: #0F2E2D;
}
</style>
border-color css
<style>
span { border-color: #0F2E2D; }
span { border-color: rgb(15,46,45); }
td.TdClassName
{
border-color: #0F2E2D;
}
.TagClassName
{
border-color: #0F2E2D;
}
</style>