Shades of Swamp #0F2A29
Tints of Swamp #0F2A29
RGB
CMYK
RGB Variations
Color information
#0F2A29 (or 0x0F2A29) is known color: Swamp. HEX triplet: 0F, 2A and 29. RGB value is (15,42,41). Sum of RGB (Red+Green+Blue) = 15+42+41=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2A29 is #F0D5D6. Grayscale: #212121. Windows color (decimal): -15783383 or 2697743. OLE color: 2697743.
HSL color Cylindrical-coordinate representation of color #0F2A29: hue angle of 177.78º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F2A29 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 42 | 41 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.84 |
| HSL | 177.78º | 0.47% | 0.11% | - |
| HSV(B) | 177.78º | 0.64% | 0.16% | - |
| XYZ | 1.43 | 1.92 | 2.39 | - |
| YUV | 33.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 41 | 0.64 | 0 | 0.02 | 0.84 | 177.78 | 0.47 | 0.11 |
| Hex | F | 2A | 29 | 40 | 0 | 2 | 54 | B2 | 2F | B |
| Octal | 17 | 52 | 51 | 100 | 0 | 2 | 124 | 262 | 57 | 13 |
| Binary | 1111 | 101010 | 101001 | 1000000 | 0 | 10 | 1010100 | 10110010 | 101111 | 1011 |
Color Harmonies of #0F2A29
Complementary color
Monochromatic Colors of #0F2A29
Black with #0F2A29
Text Example
Text Example
White with #0F2A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2A29; }
p { color: rgb(15,42,41); }
H1.HeaderClassName
{
color: #0F2A29;
}
.AnyTagClassName
{
color: #0F2A29;
}
</style>
background-color css
<style>
a { background-color: #0F2A29; }
a { background-color: rgb(15,42,41); }
div.DivClassName
{
background-color: #0F2A29;
}
.BgClassName
{
background-color: #0F2A29;
}
</style>
border-color css
<style>
span { border-color: #0F2A29; }
span { border-color: rgb(15,42,41); }
td.TdClassName
{
border-color: #0F2A29;
}
.TagClassName
{
border-color: #0F2A29;
}
</style>