Shades of Swamp #182E2F
Tints of Swamp #182E2F
RGB
CMYK
RGB Variations
Color information
#182E2F (or 0x182E2F) is known color: Swamp. HEX triplet: 18, 2E and 2F. RGB value is (24,46,47). Sum of RGB (Red+Green+Blue) = 24+46+47=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 47 - color contains mainly: blue. Hex color #182E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E2F is #E7D1D0. Grayscale: #272727. Windows color (decimal): -15192529 or 3091992. OLE color: 3091992.
HSL color Cylindrical-coordinate representation of color #182E2F: hue angle of 182.61º 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 #182E2F is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 46 | 47 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.82 |
| HSL | 182.61º | 0.32% | 0.14% | - |
| HSV(B) | 182.61º | 0.49% | 0.18% | - |
| XYZ | 1.87 | 2.35 | 3.05 | - |
| YUV | 39.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 47 | 0.49 | 0.02 | 0 | 0.82 | 182.61 | 0.32 | 0.14 |
| Hex | 18 | 2E | 2F | 31 | 2 | 0 | 52 | B7 | 20 | E |
| Octal | 30 | 56 | 57 | 61 | 2 | 0 | 122 | 267 | 40 | 16 |
| Binary | 11000 | 101110 | 101111 | 110001 | 10 | 0 | 1010010 | 10110111 | 100000 | 1110 |
Color Harmonies of #182E2F
Complementary color
Monochromatic Colors of #182E2F
Black with #182E2F
Text Example
Text Example
White with #182E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E2F; }
p { color: rgb(24,46,47); }
H1.HeaderClassName
{
color: #182E2F;
}
.AnyTagClassName
{
color: #182E2F;
}
</style>
background-color css
<style>
a { background-color: #182E2F; }
a { background-color: rgb(24,46,47); }
div.DivClassName
{
background-color: #182E2F;
}
.BgClassName
{
background-color: #182E2F;
}
</style>
border-color css
<style>
span { border-color: #182E2F; }
span { border-color: rgb(24,46,47); }
td.TdClassName
{
border-color: #182E2F;
}
.TagClassName
{
border-color: #182E2F;
}
</style>