Shades of Swamp #19302E
Tints of Swamp #19302E
RGB
CMYK
RGB Variations
Color information
#19302E (or 0x19302E) is known color: Swamp. HEX triplet: 19, 30 and 2E. RGB value is (25,48,46). Sum of RGB (Red+Green+Blue) = 25+48+46=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #19302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19302E is #E6CFD1. Grayscale: #282828. Windows color (decimal): -15126482 or 3026969. OLE color: 3026969.
HSL color Cylindrical-coordinate representation of color #19302E: hue angle of 174.78º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #19302E is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 48 | 46 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.81 |
| HSL | 174.78º | 0.32% | 0.14% | - |
| HSV(B) | 174.78º | 0.48% | 0.19% | - |
| XYZ | 1.95 | 2.52 | 2.97 | - |
| YUV | 40.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 46 | 0.48 | 0 | 0.04 | 0.81 | 174.78 | 0.32 | 0.14 |
| Hex | 19 | 30 | 2E | 30 | 0 | 4 | 51 | AF | 20 | E |
| Octal | 31 | 60 | 56 | 60 | 0 | 4 | 121 | 257 | 40 | 16 |
| Binary | 11001 | 110000 | 101110 | 110000 | 0 | 100 | 1010001 | 10101111 | 100000 | 1110 |
Color Harmonies of #19302E
Complementary color
Monochromatic Colors of #19302E
Black with #19302E
Text Example
Text Example
White with #19302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19302E; }
p { color: rgb(25,48,46); }
H1.HeaderClassName
{
color: #19302E;
}
.AnyTagClassName
{
color: #19302E;
}
</style>
background-color css
<style>
a { background-color: #19302E; }
a { background-color: rgb(25,48,46); }
div.DivClassName
{
background-color: #19302E;
}
.BgClassName
{
background-color: #19302E;
}
</style>
border-color css
<style>
span { border-color: #19302E; }
span { border-color: rgb(25,48,46); }
td.TdClassName
{
border-color: #19302E;
}
.TagClassName
{
border-color: #19302E;
}
</style>