Shades of Swamp #182F2E
Tints of Swamp #182F2E
RGB
CMYK
RGB Variations
Color information
#182F2E (or 0x182F2E) is known color: Swamp. HEX triplet: 18, 2F and 2E. RGB value is (24,47,46). Sum of RGB (Red+Green+Blue) = 24+47+46=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 47 - color contains mainly: green. Hex color #182F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F2E is #E7D0D1. Grayscale: #272727. Windows color (decimal): -15192274 or 3026712. OLE color: 3026712.
HSL color Cylindrical-coordinate representation of color #182F2E: hue angle of 177.39º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #182F2E is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 47 | 46 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.82 |
| HSL | 177.39º | 0.32% | 0.14% | - |
| HSV(B) | 177.39º | 0.49% | 0.18% | - |
| XYZ | 1.89 | 2.42 | 2.95 | - |
| YUV | 40.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 46 | 0.49 | 0 | 0.02 | 0.82 | 177.39 | 0.32 | 0.14 |
| Hex | 18 | 2F | 2E | 31 | 0 | 2 | 52 | B1 | 20 | E |
| Octal | 30 | 57 | 56 | 61 | 0 | 2 | 122 | 261 | 40 | 16 |
| Binary | 11000 | 101111 | 101110 | 110001 | 0 | 10 | 1010010 | 10110001 | 100000 | 1110 |
Color Harmonies of #182F2E
Complementary color
Monochromatic Colors of #182F2E
Black with #182F2E
Text Example
Text Example
White with #182F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F2E; }
p { color: rgb(24,47,46); }
H1.HeaderClassName
{
color: #182F2E;
}
.AnyTagClassName
{
color: #182F2E;
}
</style>
background-color css
<style>
a { background-color: #182F2E; }
a { background-color: rgb(24,47,46); }
div.DivClassName
{
background-color: #182F2E;
}
.BgClassName
{
background-color: #182F2E;
}
</style>
border-color css
<style>
span { border-color: #182F2E; }
span { border-color: rgb(24,47,46); }
td.TdClassName
{
border-color: #182F2E;
}
.TagClassName
{
border-color: #182F2E;
}
</style>