Shades of Swamp #2A3030
Tints of Swamp #2A3030
RGB
CMYK
RGB Variations
Color information
#2A3030 (or 0x2A3030) is known color: Swamp. HEX triplet: 2A, 30 and 30. RGB value is (42,48,48). Sum of RGB (Red+Green+Blue) = 42+48+48=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #2A3030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3030 is #D5CFCF. Grayscale: #2E2E2E. Windows color (decimal): -14012368 or 3158058. OLE color: 3158058.
HSL color Cylindrical-coordinate representation of color #2A3030: hue angle of 180º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2A3030 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 42 | 48 | 48 | - |
CMYK | 0.13 | 0 | 0 | 0.81 |
HSL | 180º | 0.07% | 0.18% | - |
HSV(B) | 180º | 0.13% | 0.19% | - |
XYZ | 2.55 | 2.82 | 3.21 | - |
YUV | 46.21 | 129.01 | 125 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 48 | 48 | 0.13 | 0 | 0 | 0.81 | 180 | 0.07 | 0.18 |
Hex | 2A | 30 | 30 | D | 0 | 0 | 51 | B4 | 7 | 12 |
Octal | 52 | 60 | 60 | 15 | 0 | 0 | 121 | 264 | 7 | 22 |
Binary | 101010 | 110000 | 110000 | 1101 | 0 | 0 | 1010001 | 10110100 | 111 | 10010 |
Color Harmonies of #2A3030
Complementary color
Monochromatic Colors of #2A3030
Black with #2A3030
Text Example
Text Example
White with #2A3030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3030; }
p { color: rgb(42,48,48); }
H1.HeaderClassName
{
color: #2A3030;
}
.AnyTagClassName
{
color: #2A3030;
}
</style>
background-color css
<style>
a { background-color: #2A3030; }
a { background-color: rgb(42,48,48); }
div.DivClassName
{
background-color: #2A3030;
}
.BgClassName
{
background-color: #2A3030;
}
</style>
border-color css
<style>
span { border-color: #2A3030; }
span { border-color: rgb(42,48,48); }
td.TdClassName
{
border-color: #2A3030;
}
.TagClassName
{
border-color: #2A3030;
}
</style>