Shades of Swamp #2B2F2F
Tints of Swamp #2B2F2F
RGB
CMYK
RGB Variations
Color information
#2B2F2F (or 0x2B2F2F) is known color: Swamp. HEX triplet: 2B, 2F and 2F. RGB value is (43,47,47). Sum of RGB (Red+Green+Blue) = 43+47+47=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 47 - color contains mainly: green, blue. Hex color #2B2F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2F2F is #D4D0D0. Grayscale: #2D2D2D. Windows color (decimal): -13947089 or 3092267. OLE color: 3092267.
HSL color Cylindrical-coordinate representation of color #2B2F2F: hue angle of 180º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2B2F2F is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 47 | 47 | - |
CMYK | 0.09 | 0 | 0 | 0.82 |
HSL | 180º | 0.04% | 0.18% | - |
HSV(B) | 180º | 0.09% | 0.18% | - |
XYZ | 2.53 | 2.75 | 3.09 | - |
YUV | 45.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 47 | 47 | 0.09 | 0 | 0 | 0.82 | 180 | 0.04 | 0.18 |
Hex | 2B | 2F | 2F | 9 | 0 | 0 | 52 | B4 | 4 | 12 |
Octal | 53 | 57 | 57 | 11 | 0 | 0 | 122 | 264 | 4 | 22 |
Binary | 101011 | 101111 | 101111 | 1001 | 0 | 0 | 1010010 | 10110100 | 100 | 10010 |
Color Harmonies of #2B2F2F
Complementary color
Monochromatic Colors of #2B2F2F
Black with #2B2F2F
Text Example
Text Example
White with #2B2F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F2F; }
p { color: rgb(43,47,47); }
H1.HeaderClassName
{
color: #2B2F2F;
}
.AnyTagClassName
{
color: #2B2F2F;
}
</style>
background-color css
<style>
a { background-color: #2B2F2F; }
a { background-color: rgb(43,47,47); }
div.DivClassName
{
background-color: #2B2F2F;
}
.BgClassName
{
background-color: #2B2F2F;
}
</style>
border-color css
<style>
span { border-color: #2B2F2F; }
span { border-color: rgb(43,47,47); }
td.TdClassName
{
border-color: #2B2F2F;
}
.TagClassName
{
border-color: #2B2F2F;
}
</style>