Shades of Swamp #1A302F
Tints of Swamp #1A302F
RGB
CMYK
RGB Variations
Color information
#1A302F (or 0x1A302F) is known color: Swamp. HEX triplet: 1A, 30 and 2F. RGB value is (26,48,47). Sum of RGB (Red+Green+Blue) = 26+48+47=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #1A302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A302F is #E5CFD0. Grayscale: #292929. Windows color (decimal): -15060945 or 3092506. OLE color: 3092506.
HSL color Cylindrical-coordinate representation of color #1A302F: hue angle of 177.27º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A302F is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 48 | 47 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.81 |
| HSL | 177.27º | 0.3% | 0.15% | - |
| HSV(B) | 177.27º | 0.46% | 0.19% | - |
| XYZ | 2 | 2.54 | 3.07 | - |
| YUV | 41.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 47 | 0.46 | 0 | 0.02 | 0.81 | 177.27 | 0.3 | 0.15 |
| Hex | 1A | 30 | 2F | 2E | 0 | 2 | 51 | B1 | 1E | F |
| Octal | 32 | 60 | 57 | 56 | 0 | 2 | 121 | 261 | 36 | 17 |
| Binary | 11010 | 110000 | 101111 | 101110 | 0 | 10 | 1010001 | 10110001 | 11110 | 1111 |
Color Harmonies of #1A302F
Complementary color
Monochromatic Colors of #1A302F
Black with #1A302F
Text Example
Text Example
White with #1A302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A302F; }
p { color: rgb(26,48,47); }
H1.HeaderClassName
{
color: #1A302F;
}
.AnyTagClassName
{
color: #1A302F;
}
</style>
background-color css
<style>
a { background-color: #1A302F; }
a { background-color: rgb(26,48,47); }
div.DivClassName
{
background-color: #1A302F;
}
.BgClassName
{
background-color: #1A302F;
}
</style>
border-color css
<style>
span { border-color: #1A302F; }
span { border-color: rgb(26,48,47); }
td.TdClassName
{
border-color: #1A302F;
}
.TagClassName
{
border-color: #1A302F;
}
</style>