Shades of Swamp #0A302E
Tints of Swamp #0A302E
RGB
CMYK
RGB Variations
Color information
#0A302E (or 0x0A302E) is known color: Swamp. HEX triplet: 0A, 30 and 2E. RGB value is (10,48,46). Sum of RGB (Red+Green+Blue) = 10+48+46=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #0A302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A302E is #F5CFD1. Grayscale: #242424. Windows color (decimal): -16109522 or 3026954. OLE color: 3026954.
HSL color Cylindrical-coordinate representation of color #0A302E: hue angle of 176.84º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A302E is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 48 | 46 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.81 |
| HSL | 176.84º | 0.66% | 0.11% | - |
| HSV(B) | 176.84º | 0.79% | 0.19% | - |
| XYZ | 1.68 | 2.38 | 2.96 | - |
| YUV | 36.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 46 | 0.79 | 0 | 0.04 | 0.81 | 176.84 | 0.66 | 0.11 |
| Hex | A | 30 | 2E | 4F | 0 | 4 | 51 | B1 | 42 | B |
| Octal | 12 | 60 | 56 | 117 | 0 | 4 | 121 | 261 | 102 | 13 |
| Binary | 1010 | 110000 | 101110 | 1001111 | 0 | 100 | 1010001 | 10110001 | 1000010 | 1011 |
Color Harmonies of #0A302E
Complementary color
Monochromatic Colors of #0A302E
Black with #0A302E
Text Example
Text Example
White with #0A302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A302E; }
p { color: rgb(10,48,46); }
H1.HeaderClassName
{
color: #0A302E;
}
.AnyTagClassName
{
color: #0A302E;
}
</style>
background-color css
<style>
a { background-color: #0A302E; }
a { background-color: rgb(10,48,46); }
div.DivClassName
{
background-color: #0A302E;
}
.BgClassName
{
background-color: #0A302E;
}
</style>
border-color css
<style>
span { border-color: #0A302E; }
span { border-color: rgb(10,48,46); }
td.TdClassName
{
border-color: #0A302E;
}
.TagClassName
{
border-color: #0A302E;
}
</style>