Shades of Seaweed #304E13
Tints of Seaweed #304E13
RGB
CMYK
RGB Variations
Color information
#304E13 (or 0x304E13) is known color: Seaweed. HEX triplet: 30, 4E and 13. RGB value is (48,78,19). Sum of RGB (Red+Green+Blue) = 48+78+19=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #304E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304E13 is #CFB1EC. Grayscale: #3E3E3E. Windows color (decimal): -13611501 or 1265200. OLE color: 1265200.
HSL color Cylindrical-coordinate representation of color #304E13: hue angle of 90.51º 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 #304E13 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 78 | 19 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.69 |
| HSL | 90.51º | 0.61% | 0.19% | - |
| HSV(B) | 90.51º | 0.76% | 0.31% | - |
| XYZ | 4.06 | 6.12 | 1.58 | - |
| YUV | 62.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 19 | 0.38 | 0 | 0.76 | 0.69 | 90.51 | 0.61 | 0.19 |
| Hex | 30 | 4E | 13 | 26 | 0 | 4C | 45 | 5B | 3D | 13 |
| Octal | 60 | 116 | 23 | 46 | 0 | 114 | 105 | 133 | 75 | 23 |
| Binary | 110000 | 1001110 | 10011 | 100110 | 0 | 1001100 | 1000101 | 1011011 | 111101 | 10011 |
Color Harmonies of #304E13
Complementary color
Monochromatic Colors of #304E13
Black with #304E13
Text Example
Text Example
White with #304E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E13; }
p { color: rgb(48,78,19); }
H1.HeaderClassName
{
color: #304E13;
}
.AnyTagClassName
{
color: #304E13;
}
</style>
background-color css
<style>
a { background-color: #304E13; }
a { background-color: rgb(48,78,19); }
div.DivClassName
{
background-color: #304E13;
}
.BgClassName
{
background-color: #304E13;
}
</style>
border-color css
<style>
span { border-color: #304E13; }
span { border-color: rgb(48,78,19); }
td.TdClassName
{
border-color: #304E13;
}
.TagClassName
{
border-color: #304E13;
}
</style>