Shades of Swamp #0D302D
Tints of Swamp #0D302D
RGB
CMYK
RGB Variations
Color information
#0D302D (or 0x0D302D) is known color: Swamp. HEX triplet: 0D, 30 and 2D. RGB value is (13,48,45). Sum of RGB (Red+Green+Blue) = 13+48+45=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #0D302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D302D is #F2CFD2. Grayscale: #252525. Windows color (decimal): -15912915 or 2961421. OLE color: 2961421.
HSL color Cylindrical-coordinate representation of color #0D302D: hue angle of 174.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D302D is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 48 | 45 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.81 |
| HSL | 174.86º | 0.57% | 0.12% | - |
| HSV(B) | 174.86º | 0.73% | 0.19% | - |
| XYZ | 1.7 | 2.39 | 2.85 | - |
| YUV | 37.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 45 | 0.73 | 0 | 0.06 | 0.81 | 174.86 | 0.57 | 0.12 |
| Hex | D | 30 | 2D | 49 | 0 | 6 | 51 | AF | 39 | C |
| Octal | 15 | 60 | 55 | 111 | 0 | 6 | 121 | 257 | 71 | 14 |
| Binary | 1101 | 110000 | 101101 | 1001001 | 0 | 110 | 1010001 | 10101111 | 111001 | 1100 |
Color Harmonies of #0D302D
Complementary color
Monochromatic Colors of #0D302D
Black with #0D302D
Text Example
Text Example
White with #0D302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D302D; }
p { color: rgb(13,48,45); }
H1.HeaderClassName
{
color: #0D302D;
}
.AnyTagClassName
{
color: #0D302D;
}
</style>
background-color css
<style>
a { background-color: #0D302D; }
a { background-color: rgb(13,48,45); }
div.DivClassName
{
background-color: #0D302D;
}
.BgClassName
{
background-color: #0D302D;
}
</style>
border-color css
<style>
span { border-color: #0D302D; }
span { border-color: rgb(13,48,45); }
td.TdClassName
{
border-color: #0D302D;
}
.TagClassName
{
border-color: #0D302D;
}
</style>