Shades of Seaweed #304917
Tints of Seaweed #304917
RGB
CMYK
RGB Variations
Color information
#304917 (or 0x304917) is known color: Seaweed. HEX triplet: 30, 49 and 17. RGB value is (48,73,23). Sum of RGB (Red+Green+Blue) = 48+73+23=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #304917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304917 is #CFB6E8. Grayscale: #3C3C3C. Windows color (decimal): -13612777 or 1526064. OLE color: 1526064.
HSL color Cylindrical-coordinate representation of color #304917: hue angle of 90º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304917 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 23 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.71 |
| HSL | 90º | 0.52% | 0.19% | - |
| HSV(B) | 90º | 0.68% | 0.29% | - |
| XYZ | 3.76 | 5.46 | 1.67 | - |
| YUV | 59.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 23 | 0.34 | 0 | 0.68 | 0.71 | 90 | 0.52 | 0.19 |
| Hex | 30 | 49 | 17 | 22 | 0 | 44 | 47 | 5A | 34 | 13 |
| Octal | 60 | 111 | 27 | 42 | 0 | 104 | 107 | 132 | 64 | 23 |
| Binary | 110000 | 1001001 | 10111 | 100010 | 0 | 1000100 | 1000111 | 1011010 | 110100 | 10011 |
Color Harmonies of #304917
Complementary color
Monochromatic Colors of #304917
Black with #304917
Text Example
Text Example
White with #304917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304917; }
p { color: rgb(48,73,23); }
H1.HeaderClassName
{
color: #304917;
}
.AnyTagClassName
{
color: #304917;
}
</style>
background-color css
<style>
a { background-color: #304917; }
a { background-color: rgb(48,73,23); }
div.DivClassName
{
background-color: #304917;
}
.BgClassName
{
background-color: #304917;
}
</style>
border-color css
<style>
span { border-color: #304917; }
span { border-color: rgb(48,73,23); }
td.TdClassName
{
border-color: #304917;
}
.TagClassName
{
border-color: #304917;
}
</style>