Shades of Swamp #272D2E
Tints of Swamp #272D2E
RGB
CMYK
RGB Variations
Color information
#272D2E (or 0x272D2E) is known color: Swamp. HEX triplet: 27, 2D and 2E. RGB value is (39,45,46). Sum of RGB (Red+Green+Blue) = 39+45+46=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 46 - color contains mainly: blue. Hex color #272D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D2E is #D8D2D1. Grayscale: #2B2B2B. Windows color (decimal): -14209746 or 3026215. OLE color: 3026215.
HSL color Cylindrical-coordinate representation of color #272D2E: hue angle of 188.57º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #272D2E is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 45 | 46 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.82 |
| HSL | 188.57º | 0.08% | 0.17% | - |
| HSV(B) | 188.57º | 0.15% | 0.18% | - |
| XYZ | 2.27 | 2.51 | 2.95 | - |
| YUV | 43.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 46 | 0.15 | 0.02 | 0 | 0.82 | 188.57 | 0.08 | 0.17 |
| Hex | 27 | 2D | 2E | F | 2 | 0 | 52 | BD | 8 | 11 |
| Octal | 47 | 55 | 56 | 17 | 2 | 0 | 122 | 275 | 10 | 21 |
| Binary | 100111 | 101101 | 101110 | 1111 | 10 | 0 | 1010010 | 10111101 | 1000 | 10001 |
Color Harmonies of #272D2E
Complementary color
Monochromatic Colors of #272D2E
Black with #272D2E
Text Example
Text Example
White with #272D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D2E; }
p { color: rgb(39,45,46); }
H1.HeaderClassName
{
color: #272D2E;
}
.AnyTagClassName
{
color: #272D2E;
}
</style>
background-color css
<style>
a { background-color: #272D2E; }
a { background-color: rgb(39,45,46); }
div.DivClassName
{
background-color: #272D2E;
}
.BgClassName
{
background-color: #272D2E;
}
</style>
border-color css
<style>
span { border-color: #272D2E; }
span { border-color: rgb(39,45,46); }
td.TdClassName
{
border-color: #272D2E;
}
.TagClassName
{
border-color: #272D2E;
}
</style>