Shades of Swamp #022A2B
Tints of Swamp #022A2B
RGB
CMYK
RGB Variations
Color information
#022A2B (or 0x022A2B) is known color: Swamp. HEX triplet: 02, 2A and 2B. RGB value is (2,42,43). Sum of RGB (Red+Green+Blue) = 2+42+43=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 42 (16.80% from 255 or 48.28% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #022A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A2B is #FDD5D4. Grayscale: #1E1E1E. Windows color (decimal): -16635349 or 2828802. OLE color: 2828802.
HSL color Cylindrical-coordinate representation of color #022A2B: hue angle of 181.46º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022A2B is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 42 | 43 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.83 |
| HSL | 181.46º | 0.91% | 0.09% | - |
| HSV(B) | 181.46º | 0.95% | 0.17% | - |
| XYZ | 1.29 | 1.84 | 2.57 | - |
| YUV | 30.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 43 | 0.95 | 0.02 | 0 | 0.83 | 181.46 | 0.91 | 0.09 |
| Hex | 2 | 2A | 2B | 5F | 2 | 0 | 53 | B5 | 5B | 9 |
| Octal | 2 | 52 | 53 | 137 | 2 | 0 | 123 | 265 | 133 | 11 |
| Binary | 10 | 101010 | 101011 | 1011111 | 10 | 0 | 1010011 | 10110101 | 1011011 | 1001 |
Color Harmonies of #022A2B
Complementary color
Monochromatic Colors of #022A2B
Black with #022A2B
Text Example
Text Example
White with #022A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A2B; }
p { color: rgb(2,42,43); }
H1.HeaderClassName
{
color: #022A2B;
}
.AnyTagClassName
{
color: #022A2B;
}
</style>
background-color css
<style>
a { background-color: #022A2B; }
a { background-color: rgb(2,42,43); }
div.DivClassName
{
background-color: #022A2B;
}
.BgClassName
{
background-color: #022A2B;
}
</style>
border-color css
<style>
span { border-color: #022A2B; }
span { border-color: rgb(2,42,43); }
td.TdClassName
{
border-color: #022A2B;
}
.TagClassName
{
border-color: #022A2B;
}
</style>