Shades of Swamp #0D2928
Tints of Swamp #0D2928
RGB
CMYK
RGB Variations
Color information
#0D2928 (or 0x0D2928) is known color: Swamp. HEX triplet: 0D, 29 and 28. RGB value is (13,41,40). Sum of RGB (Red+Green+Blue) = 13+41+40=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 41 - color contains mainly: green. Hex color #0D2928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2928 is #F2D6D7. Grayscale: #202020. Windows color (decimal): -15914712 or 2631949. OLE color: 2631949.
HSL color Cylindrical-coordinate representation of color #0D2928: hue angle of 177.86º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D2928 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 41 | 40 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.84 |
| HSL | 177.86º | 0.52% | 0.11% | - |
| HSV(B) | 177.86º | 0.68% | 0.16% | - |
| XYZ | 1.34 | 1.82 | 2.29 | - |
| YUV | 32.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 40 | 0.68 | 0 | 0.02 | 0.84 | 177.86 | 0.52 | 0.11 |
| Hex | D | 29 | 28 | 44 | 0 | 2 | 54 | B2 | 34 | B |
| Octal | 15 | 51 | 50 | 104 | 0 | 2 | 124 | 262 | 64 | 13 |
| Binary | 1101 | 101001 | 101000 | 1000100 | 0 | 10 | 1010100 | 10110010 | 110100 | 1011 |
Color Harmonies of #0D2928
Complementary color
Monochromatic Colors of #0D2928
Black with #0D2928
Text Example
Text Example
White with #0D2928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2928; }
p { color: rgb(13,41,40); }
H1.HeaderClassName
{
color: #0D2928;
}
.AnyTagClassName
{
color: #0D2928;
}
</style>
background-color css
<style>
a { background-color: #0D2928; }
a { background-color: rgb(13,41,40); }
div.DivClassName
{
background-color: #0D2928;
}
.BgClassName
{
background-color: #0D2928;
}
</style>
border-color css
<style>
span { border-color: #0D2928; }
span { border-color: rgb(13,41,40); }
td.TdClassName
{
border-color: #0D2928;
}
.TagClassName
{
border-color: #0D2928;
}
</style>