Shades of Seaweed #304520
Tints of Seaweed #304520
RGB
CMYK
RGB Variations
Color information
#304520 (or 0x304520) is known color: Seaweed. HEX triplet: 30, 45 and 20. RGB value is (48,69,32). Sum of RGB (Red+Green+Blue) = 48+69+32=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #304520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304520 is #CFBADF. Grayscale: #3A3A3A. Windows color (decimal): -13613792 or 2114864. OLE color: 2114864.
HSL color Cylindrical-coordinate representation of color #304520: hue angle of 94.05º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #304520 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 32 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.73 |
| HSL | 94.05º | 0.37% | 0.2% | - |
| HSV(B) | 94.05º | 0.54% | 0.27% | - |
| XYZ | 3.61 | 4.99 | 2.14 | - |
| YUV | 58.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 32 | 0.30 | 0 | 0.54 | 0.73 | 94.05 | 0.37 | 0.2 |
| Hex | 30 | 45 | 20 | 1E | 0 | 36 | 49 | 5E | 25 | 14 |
| Octal | 60 | 105 | 40 | 36 | 0 | 66 | 111 | 136 | 45 | 24 |
| Binary | 110000 | 1000101 | 100000 | 11110 | 0 | 110110 | 1001001 | 1011110 | 100101 | 10100 |
Color Harmonies of #304520
Complementary color
Monochromatic Colors of #304520
Black with #304520
Text Example
Text Example
White with #304520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304520; }
p { color: rgb(48,69,32); }
H1.HeaderClassName
{
color: #304520;
}
.AnyTagClassName
{
color: #304520;
}
</style>
background-color css
<style>
a { background-color: #304520; }
a { background-color: rgb(48,69,32); }
div.DivClassName
{
background-color: #304520;
}
.BgClassName
{
background-color: #304520;
}
</style>
border-color css
<style>
span { border-color: #304520; }
span { border-color: rgb(48,69,32); }
td.TdClassName
{
border-color: #304520;
}
.TagClassName
{
border-color: #304520;
}
</style>