Shades of Seaweed #304421
Tints of Seaweed #304421
RGB
CMYK
RGB Variations
Color information
#304421 (or 0x304421) is known color: Seaweed. HEX triplet: 30, 44 and 21. RGB value is (48,68,33). Sum of RGB (Red+Green+Blue) = 48+68+33=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #304421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304421 is #CFBBDE. Grayscale: #3A3A3A. Windows color (decimal): -13614047 or 2180144. OLE color: 2180144.
HSL color Cylindrical-coordinate representation of color #304421: hue angle of 94.29º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304421 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 33 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.73 |
| HSL | 94.29º | 0.35% | 0.2% | - |
| HSV(B) | 94.29º | 0.51% | 0.27% | - |
| XYZ | 3.56 | 4.87 | 2.19 | - |
| YUV | 58.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 33 | 0.29 | 0 | 0.51 | 0.73 | 94.29 | 0.35 | 0.2 |
| Hex | 30 | 44 | 21 | 1D | 0 | 33 | 49 | 5E | 23 | 14 |
| Octal | 60 | 104 | 41 | 35 | 0 | 63 | 111 | 136 | 43 | 24 |
| Binary | 110000 | 1000100 | 100001 | 11101 | 0 | 110011 | 1001001 | 1011110 | 100011 | 10100 |
Color Harmonies of #304421
Complementary color
Monochromatic Colors of #304421
Black with #304421
Text Example
Text Example
White with #304421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304421; }
p { color: rgb(48,68,33); }
H1.HeaderClassName
{
color: #304421;
}
.AnyTagClassName
{
color: #304421;
}
</style>
background-color css
<style>
a { background-color: #304421; }
a { background-color: rgb(48,68,33); }
div.DivClassName
{
background-color: #304421;
}
.BgClassName
{
background-color: #304421;
}
</style>
border-color css
<style>
span { border-color: #304421; }
span { border-color: rgb(48,68,33); }
td.TdClassName
{
border-color: #304421;
}
.TagClassName
{
border-color: #304421;
}
</style>