Shades of Swamp #0A2423
Tints of Swamp #0A2423
RGB
CMYK
RGB Variations
Color information
#0A2423 (or 0x0A2423) is known color: Swamp. HEX triplet: 0A, 24 and 23. RGB value is (10,36,35). Sum of RGB (Red+Green+Blue) = 10+36+35=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 35 (14.06% from 255 or 43.21% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #0A2423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2423 is #F5DBDC. Grayscale: #1C1C1C. Windows color (decimal): -16112605 or 2302986. OLE color: 2302986.
HSL color Cylindrical-coordinate representation of color #0A2423: hue angle of 177.69º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A2423 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 36 | 35 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.86 |
| HSL | 177.69º | 0.57% | 0.09% | - |
| HSV(B) | 177.69º | 0.72% | 0.14% | - |
| XYZ | 1.06 | 1.45 | 1.81 | - |
| YUV | 28.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 35 | 0.72 | 0 | 0.03 | 0.86 | 177.69 | 0.57 | 0.09 |
| Hex | A | 24 | 23 | 48 | 0 | 3 | 56 | B2 | 39 | 9 |
| Octal | 12 | 44 | 43 | 110 | 0 | 3 | 126 | 262 | 71 | 11 |
| Binary | 1010 | 100100 | 100011 | 1001000 | 0 | 11 | 1010110 | 10110010 | 111001 | 1001 |
Color Harmonies of #0A2423
Complementary color
Monochromatic Colors of #0A2423
Black with #0A2423
Text Example
Text Example
White with #0A2423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2423; }
p { color: rgb(10,36,35); }
H1.HeaderClassName
{
color: #0A2423;
}
.AnyTagClassName
{
color: #0A2423;
}
</style>
background-color css
<style>
a { background-color: #0A2423; }
a { background-color: rgb(10,36,35); }
div.DivClassName
{
background-color: #0A2423;
}
.BgClassName
{
background-color: #0A2423;
}
</style>
border-color css
<style>
span { border-color: #0A2423; }
span { border-color: rgb(10,36,35); }
td.TdClassName
{
border-color: #0A2423;
}
.TagClassName
{
border-color: #0A2423;
}
</style>