Shades of Swamp #14302F
Tints of Swamp #14302F
RGB
CMYK
RGB Variations
Color information
#14302F (or 0x14302F) is known color: Swamp. HEX triplet: 14, 30 and 2F. RGB value is (20,48,47). Sum of RGB (Red+Green+Blue) = 20+48+47=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #14302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14302F is #EBCFD0. Grayscale: #272727. Windows color (decimal): -15454161 or 3092500. OLE color: 3092500.
HSL color Cylindrical-coordinate representation of color #14302F: hue angle of 177.86º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #14302F is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 48 | 47 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.81 |
| HSL | 177.86º | 0.41% | 0.13% | - |
| HSV(B) | 177.86º | 0.58% | 0.19% | - |
| XYZ | 1.86 | 2.47 | 3.07 | - |
| YUV | 39.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 47 | 0.58 | 0 | 0.02 | 0.81 | 177.86 | 0.41 | 0.13 |
| Hex | 14 | 30 | 2F | 3A | 0 | 2 | 51 | B2 | 29 | D |
| Octal | 24 | 60 | 57 | 72 | 0 | 2 | 121 | 262 | 51 | 15 |
| Binary | 10100 | 110000 | 101111 | 111010 | 0 | 10 | 1010001 | 10110010 | 101001 | 1101 |
Color Harmonies of #14302F
Complementary color
Monochromatic Colors of #14302F
Black with #14302F
Text Example
Text Example
White with #14302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14302F; }
p { color: rgb(20,48,47); }
H1.HeaderClassName
{
color: #14302F;
}
.AnyTagClassName
{
color: #14302F;
}
</style>
background-color css
<style>
a { background-color: #14302F; }
a { background-color: rgb(20,48,47); }
div.DivClassName
{
background-color: #14302F;
}
.BgClassName
{
background-color: #14302F;
}
</style>
border-color css
<style>
span { border-color: #14302F; }
span { border-color: rgb(20,48,47); }
td.TdClassName
{
border-color: #14302F;
}
.TagClassName
{
border-color: #14302F;
}
</style>