Shades of Seaweed #304F13
Tints of Seaweed #304F13
RGB
CMYK
RGB Variations
Color information
#304F13 (or 0x304F13) is known color: Seaweed. HEX triplet: 30, 4F and 13. RGB value is (48,79,19). Sum of RGB (Red+Green+Blue) = 48+79+19=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 79 (31.25% from 255 or 54.11% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 79 - color contains mainly: green. Hex color #304F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304F13 is #CFB0EC. Grayscale: #3F3F3F. Windows color (decimal): -13611245 or 1265456. OLE color: 1265456.
HSL color Cylindrical-coordinate representation of color #304F13: hue angle of 91º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304F13 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 79 | 19 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.69 |
| HSL | 91º | 0.61% | 0.19% | - |
| HSV(B) | 91º | 0.76% | 0.31% | - |
| XYZ | 4.13 | 6.27 | 1.61 | - |
| YUV | 62.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 19 | 0.39 | 0 | 0.76 | 0.69 | 91 | 0.61 | 0.19 |
| Hex | 30 | 4F | 13 | 27 | 0 | 4C | 45 | 5B | 3D | 13 |
| Octal | 60 | 117 | 23 | 47 | 0 | 114 | 105 | 133 | 75 | 23 |
| Binary | 110000 | 1001111 | 10011 | 100111 | 0 | 1001100 | 1000101 | 1011011 | 111101 | 10011 |
Color Harmonies of #304F13
Complementary color
Monochromatic Colors of #304F13
Black with #304F13
Text Example
Text Example
White with #304F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F13; }
p { color: rgb(48,79,19); }
H1.HeaderClassName
{
color: #304F13;
}
.AnyTagClassName
{
color: #304F13;
}
</style>
background-color css
<style>
a { background-color: #304F13; }
a { background-color: rgb(48,79,19); }
div.DivClassName
{
background-color: #304F13;
}
.BgClassName
{
background-color: #304F13;
}
</style>
border-color css
<style>
span { border-color: #304F13; }
span { border-color: rgb(48,79,19); }
td.TdClassName
{
border-color: #304F13;
}
.TagClassName
{
border-color: #304F13;
}
</style>