Shades of Swamp #11302F
Tints of Swamp #11302F
RGB
CMYK
RGB Variations
Color information
#11302F (or 0x11302F) is known color: Swamp. HEX triplet: 11, 30 and 2F. RGB value is (17,48,47). Sum of RGB (Red+Green+Blue) = 17+48+47=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #11302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11302F is #EECFD0. Grayscale: #262626. Windows color (decimal): -15650769 or 3092497. OLE color: 3092497.
HSL color Cylindrical-coordinate representation of color #11302F: hue angle of 178.06º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11302F is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 48 | 47 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.81 |
| HSL | 178.06º | 0.48% | 0.13% | - |
| HSV(B) | 178.06º | 0.65% | 0.19% | - |
| XYZ | 1.8 | 2.44 | 3.07 | - |
| YUV | 38.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 47 | 0.65 | 0 | 0.02 | 0.81 | 178.06 | 0.48 | 0.13 |
| Hex | 11 | 30 | 2F | 41 | 0 | 2 | 51 | B2 | 30 | D |
| Octal | 21 | 60 | 57 | 101 | 0 | 2 | 121 | 262 | 60 | 15 |
| Binary | 10001 | 110000 | 101111 | 1000001 | 0 | 10 | 1010001 | 10110010 | 110000 | 1101 |
Color Harmonies of #11302F
Complementary color
Monochromatic Colors of #11302F
Black with #11302F
Text Example
Text Example
White with #11302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11302F; }
p { color: rgb(17,48,47); }
H1.HeaderClassName
{
color: #11302F;
}
.AnyTagClassName
{
color: #11302F;
}
</style>
background-color css
<style>
a { background-color: #11302F; }
a { background-color: rgb(17,48,47); }
div.DivClassName
{
background-color: #11302F;
}
.BgClassName
{
background-color: #11302F;
}
</style>
border-color css
<style>
span { border-color: #11302F; }
span { border-color: rgb(17,48,47); }
td.TdClassName
{
border-color: #11302F;
}
.TagClassName
{
border-color: #11302F;
}
</style>