Shades of Marshland #2F322B
Tints of Marshland #2F322B
RGB
CMYK
RGB Variations
Color information
#2F322B (or 0x2F322B) is known color: Marshland. HEX triplet: 2F, 32 and 2B. RGB value is (47,50,43). Sum of RGB (Red+Green+Blue) = 47+50+43=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 50 - color contains mainly: green. Hex color #2F322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F322B is #D0CDD4. Grayscale: #303030. Windows color (decimal): -13684181 or 2830895. OLE color: 2830895.
HSL color Cylindrical-coordinate representation of color #2F322B: hue angle of 85.71º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2F322B is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 43 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.80 |
| HSL | 85.71º | 0.08% | 0.18% | - |
| HSV(B) | 85.71º | 0.14% | 0.2% | - |
| XYZ | 2.75 | 3.06 | 2.73 | - |
| YUV | 48.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 43 | 0.06 | 0 | 0.14 | 0.80 | 85.71 | 0.08 | 0.18 |
| Hex | 2F | 32 | 2B | 6 | 0 | E | 50 | 56 | 8 | 12 |
| Octal | 57 | 62 | 53 | 6 | 0 | 16 | 120 | 126 | 10 | 22 |
| Binary | 101111 | 110010 | 101011 | 110 | 0 | 1110 | 1010000 | 1010110 | 1000 | 10010 |
Color Harmonies of #2F322B
Complementary color
Monochromatic Colors of #2F322B
Black with #2F322B
Text Example
Text Example
White with #2F322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F322B; }
p { color: rgb(47,50,43); }
H1.HeaderClassName
{
color: #2F322B;
}
.AnyTagClassName
{
color: #2F322B;
}
</style>
background-color css
<style>
a { background-color: #2F322B; }
a { background-color: rgb(47,50,43); }
div.DivClassName
{
background-color: #2F322B;
}
.BgClassName
{
background-color: #2F322B;
}
</style>
border-color css
<style>
span { border-color: #2F322B; }
span { border-color: rgb(47,50,43); }
td.TdClassName
{
border-color: #2F322B;
}
.TagClassName
{
border-color: #2F322B;
}
</style>