Shades of Marshland #2D3225
Tints of Marshland #2D3225
RGB
CMYK
RGB Variations
Color information
#2D3225 (or 0x2D3225) is known color: Marshland. HEX triplet: 2D, 32 and 25. RGB value is (45,50,37). Sum of RGB (Red+Green+Blue) = 45+50+37=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 50 - color contains mainly: green. Hex color #2D3225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3225 is #D2CDDA. Grayscale: #2F2F2F. Windows color (decimal): -13815259 or 2437677. OLE color: 2437677.
HSL color Cylindrical-coordinate representation of color #2D3225: hue angle of 83.08º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2D3225 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 50 | 37 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.80 |
| HSL | 83.08º | 0.15% | 0.17% | - |
| HSV(B) | 83.08º | 0.26% | 0.2% | - |
| XYZ | 2.56 | 2.97 | 2.19 | - |
| YUV | 47.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 50 | 37 | 0.10 | 0 | 0.26 | 0.80 | 83.08 | 0.15 | 0.17 |
| Hex | 2D | 32 | 25 | A | 0 | 1A | 50 | 53 | F | 11 |
| Octal | 55 | 62 | 45 | 12 | 0 | 32 | 120 | 123 | 17 | 21 |
| Binary | 101101 | 110010 | 100101 | 1010 | 0 | 11010 | 1010000 | 1010011 | 1111 | 10001 |
Color Harmonies of #2D3225
Complementary color
Monochromatic Colors of #2D3225
Black with #2D3225
Text Example
Text Example
White with #2D3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3225; }
p { color: rgb(45,50,37); }
H1.HeaderClassName
{
color: #2D3225;
}
.AnyTagClassName
{
color: #2D3225;
}
</style>
background-color css
<style>
a { background-color: #2D3225; }
a { background-color: rgb(45,50,37); }
div.DivClassName
{
background-color: #2D3225;
}
.BgClassName
{
background-color: #2D3225;
}
</style>
border-color css
<style>
span { border-color: #2D3225; }
span { border-color: rgb(45,50,37); }
td.TdClassName
{
border-color: #2D3225;
}
.TagClassName
{
border-color: #2D3225;
}
</style>