Shades of Marshland #30322D
Tints of Marshland #30322D
RGB
CMYK
RGB Variations
Color information
#30322D (or 0x30322D) is known color: Marshland. HEX triplet: 30, 32 and 2D. RGB value is (48,50,45). Sum of RGB (Red+Green+Blue) = 48+50+45=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 50 - color contains mainly: green. Hex color #30322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30322D is #CFCDD2. Grayscale: #303030. Windows color (decimal): -13618643 or 2961968. OLE color: 2961968.
HSL color Cylindrical-coordinate representation of color #30322D: hue angle of 84º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #30322D is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
RGB | 48 | 50 | 45 | - |
CMYK | 0.04 | 0 | 0.10 | 0.80 |
HSL | 84º | 0.05% | 0.19% | - |
HSV(B) | 84º | 0.1% | 0.2% | - |
XYZ | 2.83 | 3.1 | 2.93 | - |
YUV | 48.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 48 | 50 | 45 | 0.04 | 0 | 0.10 | 0.80 | 84 | 0.05 | 0.19 |
Hex | 30 | 32 | 2D | 4 | 0 | A | 50 | 54 | 5 | 13 |
Octal | 60 | 62 | 55 | 4 | 0 | 12 | 120 | 124 | 5 | 23 |
Binary | 110000 | 110010 | 101101 | 100 | 0 | 1010 | 1010000 | 1010100 | 101 | 10011 |
Color Harmonies of #30322D
Complementary color
Monochromatic Colors of #30322D
Black with #30322D
Text Example
Text Example
White with #30322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30322D; }
p { color: rgb(48,50,45); }
H1.HeaderClassName
{
color: #30322D;
}
.AnyTagClassName
{
color: #30322D;
}
</style>
background-color css
<style>
a { background-color: #30322D; }
a { background-color: rgb(48,50,45); }
div.DivClassName
{
background-color: #30322D;
}
.BgClassName
{
background-color: #30322D;
}
</style>
border-color css
<style>
span { border-color: #30322D; }
span { border-color: rgb(48,50,45); }
td.TdClassName
{
border-color: #30322D;
}
.TagClassName
{
border-color: #30322D;
}
</style>