Shades of Seaweed #304916
Tints of Seaweed #304916
RGB
CMYK
RGB Variations
Color information
#304916 (or 0x304916) is known color: Seaweed. HEX triplet: 30, 49 and 16. RGB value is (48,73,22). Sum of RGB (Red+Green+Blue) = 48+73+22=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #304916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304916 is #CFB6E9. Grayscale: #3B3B3B. Windows color (decimal): -13612778 or 1460528. OLE color: 1460528.
HSL color Cylindrical-coordinate representation of color #304916: hue angle of 89.41º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #304916 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 22 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.71 |
| HSL | 89.41º | 0.54% | 0.19% | - |
| HSV(B) | 89.41º | 0.7% | 0.29% | - |
| XYZ | 3.75 | 5.45 | 1.61 | - |
| YUV | 59.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 22 | 0.34 | 0 | 0.70 | 0.71 | 89.41 | 0.54 | 0.19 |
| Hex | 30 | 49 | 16 | 22 | 0 | 46 | 47 | 59 | 36 | 13 |
| Octal | 60 | 111 | 26 | 42 | 0 | 106 | 107 | 131 | 66 | 23 |
| Binary | 110000 | 1001001 | 10110 | 100010 | 0 | 1000110 | 1000111 | 1011001 | 110110 | 10011 |
Color Harmonies of #304916
Complementary color
Monochromatic Colors of #304916
Black with #304916
Text Example
Text Example
White with #304916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304916; }
p { color: rgb(48,73,22); }
H1.HeaderClassName
{
color: #304916;
}
.AnyTagClassName
{
color: #304916;
}
</style>
background-color css
<style>
a { background-color: #304916; }
a { background-color: rgb(48,73,22); }
div.DivClassName
{
background-color: #304916;
}
.BgClassName
{
background-color: #304916;
}
</style>
border-color css
<style>
span { border-color: #304916; }
span { border-color: rgb(48,73,22); }
td.TdClassName
{
border-color: #304916;
}
.TagClassName
{
border-color: #304916;
}
</style>