Shades of Seaweed #304F16
Tints of Seaweed #304F16
RGB
CMYK
RGB Variations
Color information
#304F16 (or 0x304F16) is known color: Seaweed. HEX triplet: 30, 4F and 16. RGB value is (48,79,22). Sum of RGB (Red+Green+Blue) = 48+79+22=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #304F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304F16 is #CFB0E9. Grayscale: #3F3F3F. Windows color (decimal): -13611242 or 1462064. OLE color: 1462064.
HSL color Cylindrical-coordinate representation of color #304F16: hue angle of 92.63º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304F16 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 79 | 22 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.69 |
| HSL | 92.63º | 0.56% | 0.2% | - |
| HSV(B) | 92.63º | 0.72% | 0.31% | - |
| XYZ | 4.16 | 6.28 | 1.75 | - |
| YUV | 63.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 22 | 0.39 | 0 | 0.72 | 0.69 | 92.63 | 0.56 | 0.2 |
| Hex | 30 | 4F | 16 | 27 | 0 | 48 | 45 | 5D | 38 | 14 |
| Octal | 60 | 117 | 26 | 47 | 0 | 110 | 105 | 135 | 70 | 24 |
| Binary | 110000 | 1001111 | 10110 | 100111 | 0 | 1001000 | 1000101 | 1011101 | 111000 | 10100 |
Color Harmonies of #304F16
Complementary color
Monochromatic Colors of #304F16
Black with #304F16
Text Example
Text Example
White with #304F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F16; }
p { color: rgb(48,79,22); }
H1.HeaderClassName
{
color: #304F16;
}
.AnyTagClassName
{
color: #304F16;
}
</style>
background-color css
<style>
a { background-color: #304F16; }
a { background-color: rgb(48,79,22); }
div.DivClassName
{
background-color: #304F16;
}
.BgClassName
{
background-color: #304F16;
}
</style>
border-color css
<style>
span { border-color: #304F16; }
span { border-color: rgb(48,79,22); }
td.TdClassName
{
border-color: #304F16;
}
.TagClassName
{
border-color: #304F16;
}
</style>