Shades of Seaweed #304420
Tints of Seaweed #304420
RGB
CMYK
RGB Variations
Color information
#304420 (or 0x304420) is known color: Seaweed. HEX triplet: 30, 44 and 20. RGB value is (48,68,32). Sum of RGB (Red+Green+Blue) = 48+68+32=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #304420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304420 is #CFBBDF. Grayscale: #3A3A3A. Windows color (decimal): -13614048 or 2114608. OLE color: 2114608.
HSL color Cylindrical-coordinate representation of color #304420: hue angle of 93.33º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304420 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 32 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.73 |
| HSL | 93.33º | 0.36% | 0.2% | - |
| HSV(B) | 93.33º | 0.53% | 0.27% | - |
| XYZ | 3.55 | 4.87 | 2.12 | - |
| YUV | 57.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 32 | 0.29 | 0 | 0.53 | 0.73 | 93.33 | 0.36 | 0.2 |
| Hex | 30 | 44 | 20 | 1D | 0 | 35 | 49 | 5D | 24 | 14 |
| Octal | 60 | 104 | 40 | 35 | 0 | 65 | 111 | 135 | 44 | 24 |
| Binary | 110000 | 1000100 | 100000 | 11101 | 0 | 110101 | 1001001 | 1011101 | 100100 | 10100 |
Color Harmonies of #304420
Complementary color
Monochromatic Colors of #304420
Black with #304420
Text Example
Text Example
White with #304420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304420; }
p { color: rgb(48,68,32); }
H1.HeaderClassName
{
color: #304420;
}
.AnyTagClassName
{
color: #304420;
}
</style>
background-color css
<style>
a { background-color: #304420; }
a { background-color: rgb(48,68,32); }
div.DivClassName
{
background-color: #304420;
}
.BgClassName
{
background-color: #304420;
}
</style>
border-color css
<style>
span { border-color: #304420; }
span { border-color: rgb(48,68,32); }
td.TdClassName
{
border-color: #304420;
}
.TagClassName
{
border-color: #304420;
}
</style>