Shades of Swamp #0F2928
Tints of Swamp #0F2928
RGB
CMYK
RGB Variations
Color information
#0F2928 (or 0x0F2928) is known color: Swamp. HEX triplet: 0F, 29 and 28. RGB value is (15,41,40). Sum of RGB (Red+Green+Blue) = 15+41+40=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #0F2928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2928 is #F0D6D7. Grayscale: #212121. Windows color (decimal): -15783640 or 2631951. OLE color: 2631951.
HSL color Cylindrical-coordinate representation of color #0F2928: hue angle of 177.69º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F2928 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 41 | 40 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.84 |
| HSL | 177.69º | 0.46% | 0.11% | - |
| HSV(B) | 177.69º | 0.63% | 0.16% | - |
| XYZ | 1.37 | 1.84 | 2.29 | - |
| YUV | 33.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 40 | 0.63 | 0 | 0.02 | 0.84 | 177.69 | 0.46 | 0.11 |
| Hex | F | 29 | 28 | 3F | 0 | 2 | 54 | B2 | 2E | B |
| Octal | 17 | 51 | 50 | 77 | 0 | 2 | 124 | 262 | 56 | 13 |
| Binary | 1111 | 101001 | 101000 | 111111 | 0 | 10 | 1010100 | 10110010 | 101110 | 1011 |
Color Harmonies of #0F2928
Complementary color
Monochromatic Colors of #0F2928
Black with #0F2928
Text Example
Text Example
White with #0F2928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2928; }
p { color: rgb(15,41,40); }
H1.HeaderClassName
{
color: #0F2928;
}
.AnyTagClassName
{
color: #0F2928;
}
</style>
background-color css
<style>
a { background-color: #0F2928; }
a { background-color: rgb(15,41,40); }
div.DivClassName
{
background-color: #0F2928;
}
.BgClassName
{
background-color: #0F2928;
}
</style>
border-color css
<style>
span { border-color: #0F2928; }
span { border-color: rgb(15,41,40); }
td.TdClassName
{
border-color: #0F2928;
}
.TagClassName
{
border-color: #0F2928;
}
</style>