Shades of Swamp #0D2E2D
Tints of Swamp #0D2E2D
RGB
CMYK
RGB Variations
Color information
#0D2E2D (or 0x0D2E2D) is known color: Swamp. HEX triplet: 0D, 2E and 2D. RGB value is (13,46,45). Sum of RGB (Red+Green+Blue) = 13+46+45=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2E2D is #F2D1D2. Grayscale: #232323. Windows color (decimal): -15913427 or 2960909. OLE color: 2960909.
HSL color Cylindrical-coordinate representation of color #0D2E2D: hue angle of 178.18º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2E2D is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 46 | 45 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.82 |
| HSL | 178.18º | 0.56% | 0.12% | - |
| HSV(B) | 178.18º | 0.72% | 0.18% | - |
| XYZ | 1.62 | 2.23 | 2.83 | - |
| YUV | 36.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 45 | 0.72 | 0 | 0.02 | 0.82 | 178.18 | 0.56 | 0.12 |
| Hex | D | 2E | 2D | 48 | 0 | 2 | 52 | B2 | 38 | C |
| Octal | 15 | 56 | 55 | 110 | 0 | 2 | 122 | 262 | 70 | 14 |
| Binary | 1101 | 101110 | 101101 | 1001000 | 0 | 10 | 1010010 | 10110010 | 111000 | 1100 |
Color Harmonies of #0D2E2D
Complementary color
Monochromatic Colors of #0D2E2D
Black with #0D2E2D
Text Example
Text Example
White with #0D2E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2E2D; }
p { color: rgb(13,46,45); }
H1.HeaderClassName
{
color: #0D2E2D;
}
.AnyTagClassName
{
color: #0D2E2D;
}
</style>
background-color css
<style>
a { background-color: #0D2E2D; }
a { background-color: rgb(13,46,45); }
div.DivClassName
{
background-color: #0D2E2D;
}
.BgClassName
{
background-color: #0D2E2D;
}
</style>
border-color css
<style>
span { border-color: #0D2E2D; }
span { border-color: rgb(13,46,45); }
td.TdClassName
{
border-color: #0D2E2D;
}
.TagClassName
{
border-color: #0D2E2D;
}
</style>