Shades of Swamp #2F3030
Tints of Swamp #2F3030
RGB
CMYK
RGB Variations
Color information
#2F3030 (or 0x2F3030) is known color: Swamp. HEX triplet: 2F, 30 and 30. RGB value is (47,48,48). Sum of RGB (Red+Green+Blue) = 47+48+48=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #2F3030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3030 is #D0CFCF. Grayscale: #2F2F2F. Windows color (decimal): -13684688 or 3158063. OLE color: 3158063.
HSL color Cylindrical-coordinate representation of color #2F3030: hue angle of 180º degrees, saturation: 0.01, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #2F3030 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 48 | 48 | - |
| CMYK | 0.02 | 0 | 0 | 0.81 |
| HSL | 180º | 0.01% | 0.19% | - |
| HSV(B) | 180º | 0.02% | 0.19% | - |
| XYZ | 2.76 | 2.93 | 3.22 | - |
| YUV | 47.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 48 | 0.02 | 0 | 0 | 0.81 | 180 | 0.01 | 0.19 |
| Hex | 2F | 30 | 30 | 2 | 0 | 0 | 51 | B4 | 1 | 13 |
| Octal | 57 | 60 | 60 | 2 | 0 | 0 | 121 | 264 | 1 | 23 |
| Binary | 101111 | 110000 | 110000 | 10 | 0 | 0 | 1010001 | 10110100 | 1 | 10011 |
Color Harmonies of #2F3030
Complementary color
Monochromatic Colors of #2F3030
Black with #2F3030
Text Example
Text Example
White with #2F3030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3030; }
p { color: rgb(47,48,48); }
H1.HeaderClassName
{
color: #2F3030;
}
.AnyTagClassName
{
color: #2F3030;
}
</style>
background-color css
<style>
a { background-color: #2F3030; }
a { background-color: rgb(47,48,48); }
div.DivClassName
{
background-color: #2F3030;
}
.BgClassName
{
background-color: #2F3030;
}
</style>
border-color css
<style>
span { border-color: #2F3030; }
span { border-color: rgb(47,48,48); }
td.TdClassName
{
border-color: #2F3030;
}
.TagClassName
{
border-color: #2F3030;
}
</style>