Shades of Swamp #0B2F2D
Tints of Swamp #0B2F2D
RGB
CMYK
RGB Variations
Color information
#0B2F2D (or 0x0B2F2D) is known color: Swamp. HEX triplet: 0B, 2F and 2D. RGB value is (11,47,45). Sum of RGB (Red+Green+Blue) = 11+47+45=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2F2D is #F4D0D2. Grayscale: #232323. Windows color (decimal): -16044243 or 2961163. OLE color: 2961163.
HSL color Cylindrical-coordinate representation of color #0B2F2D: hue angle of 176.67º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B2F2D is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 47 | 45 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.82 |
| HSL | 176.67º | 0.62% | 0.11% | - |
| HSV(B) | 176.67º | 0.77% | 0.18% | - |
| XYZ | 1.63 | 2.29 | 2.84 | - |
| YUV | 36.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 45 | 0.77 | 0 | 0.04 | 0.82 | 176.67 | 0.62 | 0.11 |
| Hex | B | 2F | 2D | 4D | 0 | 4 | 52 | B1 | 3E | B |
| Octal | 13 | 57 | 55 | 115 | 0 | 4 | 122 | 261 | 76 | 13 |
| Binary | 1011 | 101111 | 101101 | 1001101 | 0 | 100 | 1010010 | 10110001 | 111110 | 1011 |
Color Harmonies of #0B2F2D
Complementary color
Monochromatic Colors of #0B2F2D
Black with #0B2F2D
Text Example
Text Example
White with #0B2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F2D; }
p { color: rgb(11,47,45); }
H1.HeaderClassName
{
color: #0B2F2D;
}
.AnyTagClassName
{
color: #0B2F2D;
}
</style>
background-color css
<style>
a { background-color: #0B2F2D; }
a { background-color: rgb(11,47,45); }
div.DivClassName
{
background-color: #0B2F2D;
}
.BgClassName
{
background-color: #0B2F2D;
}
</style>
border-color css
<style>
span { border-color: #0B2F2D; }
span { border-color: rgb(11,47,45); }
td.TdClassName
{
border-color: #0B2F2D;
}
.TagClassName
{
border-color: #0B2F2D;
}
</style>