Shades of Seaweed #304321
Tints of Seaweed #304321
RGB
CMYK
RGB Variations
Color information
#304321 (or 0x304321) is known color: Seaweed. HEX triplet: 30, 43 and 21. RGB value is (48,67,33). Sum of RGB (Red+Green+Blue) = 48+67+33=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #304321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304321 is #CFBCDE. Grayscale: #393939. Windows color (decimal): -13614303 or 2179888. OLE color: 2179888.
HSL color Cylindrical-coordinate representation of color #304321: hue angle of 93.53º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304321 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 33 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.74 |
| HSL | 93.53º | 0.34% | 0.2% | - |
| HSV(B) | 93.53º | 0.51% | 0.26% | - |
| XYZ | 3.5 | 4.75 | 2.17 | - |
| YUV | 57.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 33 | 0.28 | 0 | 0.51 | 0.74 | 93.53 | 0.34 | 0.2 |
| Hex | 30 | 43 | 21 | 1C | 0 | 33 | 4A | 5E | 22 | 14 |
| Octal | 60 | 103 | 41 | 34 | 0 | 63 | 112 | 136 | 42 | 24 |
| Binary | 110000 | 1000011 | 100001 | 11100 | 0 | 110011 | 1001010 | 1011110 | 100010 | 10100 |
Color Harmonies of #304321
Complementary color
Monochromatic Colors of #304321
Black with #304321
Text Example
Text Example
White with #304321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304321; }
p { color: rgb(48,67,33); }
H1.HeaderClassName
{
color: #304321;
}
.AnyTagClassName
{
color: #304321;
}
</style>
background-color css
<style>
a { background-color: #304321; }
a { background-color: rgb(48,67,33); }
div.DivClassName
{
background-color: #304321;
}
.BgClassName
{
background-color: #304321;
}
</style>
border-color css
<style>
span { border-color: #304321; }
span { border-color: rgb(48,67,33); }
td.TdClassName
{
border-color: #304321;
}
.TagClassName
{
border-color: #304321;
}
</style>