Shades of Seaweed #304620
Tints of Seaweed #304620
RGB
CMYK
RGB Variations
Color information
#304620 (or 0x304620) is known color: Seaweed. HEX triplet: 30, 46 and 20. RGB value is (48,70,32). Sum of RGB (Red+Green+Blue) = 48+70+32=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #304620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304620 is #CFB9DF. Grayscale: #3B3B3B. Windows color (decimal): -13613536 or 2115120. OLE color: 2115120.
HSL color Cylindrical-coordinate representation of color #304620: hue angle of 94.74º 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 #304620 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 70 | 32 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.73 |
| HSL | 94.74º | 0.37% | 0.2% | - |
| HSV(B) | 94.74º | 0.54% | 0.27% | - |
| XYZ | 3.67 | 5.11 | 2.16 | - |
| YUV | 59.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 32 | 0.31 | 0 | 0.54 | 0.73 | 94.74 | 0.37 | 0.2 |
| Hex | 30 | 46 | 20 | 1F | 0 | 36 | 49 | 5F | 25 | 14 |
| Octal | 60 | 106 | 40 | 37 | 0 | 66 | 111 | 137 | 45 | 24 |
| Binary | 110000 | 1000110 | 100000 | 11111 | 0 | 110110 | 1001001 | 1011111 | 100101 | 10100 |
Color Harmonies of #304620
Complementary color
Monochromatic Colors of #304620
Black with #304620
Text Example
Text Example
White with #304620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304620; }
p { color: rgb(48,70,32); }
H1.HeaderClassName
{
color: #304620;
}
.AnyTagClassName
{
color: #304620;
}
</style>
background-color css
<style>
a { background-color: #304620; }
a { background-color: rgb(48,70,32); }
div.DivClassName
{
background-color: #304620;
}
.BgClassName
{
background-color: #304620;
}
</style>
border-color css
<style>
span { border-color: #304620; }
span { border-color: rgb(48,70,32); }
td.TdClassName
{
border-color: #304620;
}
.TagClassName
{
border-color: #304620;
}
</style>