Shades of Swamp #0F2725
Tints of Swamp #0F2725
RGB
CMYK
RGB Variations
Color information
#0F2725 (or 0x0F2725) is known color: Swamp. HEX triplet: 0F, 27 and 25. RGB value is (15,39,37). Sum of RGB (Red+Green+Blue) = 15+39+37=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #0F2725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2725 is #F0D8DA. Grayscale: #1F1F1F. Windows color (decimal): -15784155 or 2434831. OLE color: 2434831.
HSL color Cylindrical-coordinate representation of color #0F2725: hue angle of 175º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F2725 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 39 | 37 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.85 |
| HSL | 175º | 0.44% | 0.11% | - |
| HSV(B) | 175º | 0.62% | 0.15% | - |
| XYZ | 1.26 | 1.69 | 2.01 | - |
| YUV | 31.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 37 | 0.62 | 0 | 0.05 | 0.85 | 175 | 0.44 | 0.11 |
| Hex | F | 27 | 25 | 3E | 0 | 5 | 55 | AF | 2C | B |
| Octal | 17 | 47 | 45 | 76 | 0 | 5 | 125 | 257 | 54 | 13 |
| Binary | 1111 | 100111 | 100101 | 111110 | 0 | 101 | 1010101 | 10101111 | 101100 | 1011 |
Color Harmonies of #0F2725
Complementary color
Monochromatic Colors of #0F2725
Black with #0F2725
Text Example
Text Example
White with #0F2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2725; }
p { color: rgb(15,39,37); }
H1.HeaderClassName
{
color: #0F2725;
}
.AnyTagClassName
{
color: #0F2725;
}
</style>
background-color css
<style>
a { background-color: #0F2725; }
a { background-color: rgb(15,39,37); }
div.DivClassName
{
background-color: #0F2725;
}
.BgClassName
{
background-color: #0F2725;
}
</style>
border-color css
<style>
span { border-color: #0F2725; }
span { border-color: rgb(15,39,37); }
td.TdClassName
{
border-color: #0F2725;
}
.TagClassName
{
border-color: #0F2725;
}
</style>