Shades of Swamp #172F30
Tints of Swamp #172F30
RGB
CMYK
RGB Variations
Color information
#172F30 (or 0x172F30) is known color: Swamp. HEX triplet: 17, 2F and 30. RGB value is (23,47,48). Sum of RGB (Red+Green+Blue) = 23+47+48=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 48 - color contains mainly: blue. Hex color #172F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F30 is #E8D0CF. Grayscale: #272727. Windows color (decimal): -15257808 or 3157783. OLE color: 3157783.
HSL color Cylindrical-coordinate representation of color #172F30: hue angle of 182.4º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #172F30 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 47 | 48 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.81 |
| HSL | 182.4º | 0.35% | 0.14% | - |
| HSV(B) | 182.4º | 0.52% | 0.19% | - |
| XYZ | 1.9 | 2.43 | 3.16 | - |
| YUV | 39.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 48 | 0.52 | 0.02 | 0 | 0.81 | 182.4 | 0.35 | 0.14 |
| Hex | 17 | 2F | 30 | 34 | 2 | 0 | 51 | B6 | 23 | E |
| Octal | 27 | 57 | 60 | 64 | 2 | 0 | 121 | 266 | 43 | 16 |
| Binary | 10111 | 101111 | 110000 | 110100 | 10 | 0 | 1010001 | 10110110 | 100011 | 1110 |
Color Harmonies of #172F30
Complementary color
Monochromatic Colors of #172F30
Black with #172F30
Text Example
Text Example
White with #172F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F30; }
p { color: rgb(23,47,48); }
H1.HeaderClassName
{
color: #172F30;
}
.AnyTagClassName
{
color: #172F30;
}
</style>
background-color css
<style>
a { background-color: #172F30; }
a { background-color: rgb(23,47,48); }
div.DivClassName
{
background-color: #172F30;
}
.BgClassName
{
background-color: #172F30;
}
</style>
border-color css
<style>
span { border-color: #172F30; }
span { border-color: rgb(23,47,48); }
td.TdClassName
{
border-color: #172F30;
}
.TagClassName
{
border-color: #172F30;
}
</style>