Shades of Swamp #1A3230
Tints of Swamp #1A3230
RGB
CMYK
RGB Variations
Color information
#1A3230 (or 0x1A3230) is known color: Swamp. HEX triplet: 1A, 32 and 30. RGB value is (26,50,48). Sum of RGB (Red+Green+Blue) = 26+50+48=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #1A3230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3230 is #E5CDCF. Grayscale: #2A2A2A. Windows color (decimal): -15060432 or 3158554. OLE color: 3158554.
HSL color Cylindrical-coordinate representation of color #1A3230: hue angle of 175º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A3230 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 50 | 48 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.80 |
| HSL | 175º | 0.32% | 0.15% | - |
| HSV(B) | 175º | 0.48% | 0.2% | - |
| XYZ | 2.1 | 2.71 | 3.21 | - |
| YUV | 42.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 48 | 0.48 | 0 | 0.04 | 0.80 | 175 | 0.32 | 0.15 |
| Hex | 1A | 32 | 30 | 30 | 0 | 4 | 50 | AF | 20 | F |
| Octal | 32 | 62 | 60 | 60 | 0 | 4 | 120 | 257 | 40 | 17 |
| Binary | 11010 | 110010 | 110000 | 110000 | 0 | 100 | 1010000 | 10101111 | 100000 | 1111 |
Color Harmonies of #1A3230
Complementary color
Monochromatic Colors of #1A3230
Black with #1A3230
Text Example
Text Example
White with #1A3230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3230; }
p { color: rgb(26,50,48); }
H1.HeaderClassName
{
color: #1A3230;
}
.AnyTagClassName
{
color: #1A3230;
}
</style>
background-color css
<style>
a { background-color: #1A3230; }
a { background-color: rgb(26,50,48); }
div.DivClassName
{
background-color: #1A3230;
}
.BgClassName
{
background-color: #1A3230;
}
</style>
border-color css
<style>
span { border-color: #1A3230; }
span { border-color: rgb(26,50,48); }
td.TdClassName
{
border-color: #1A3230;
}
.TagClassName
{
border-color: #1A3230;
}
</style>