Shades of Seaweed #304819
Tints of Seaweed #304819
RGB
CMYK
RGB Variations
Color information
#304819 (or 0x304819) is known color: Seaweed. HEX triplet: 30, 48 and 19. RGB value is (48,72,25). Sum of RGB (Red+Green+Blue) = 48+72+25=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #304819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304819 is #CFB7E6. Grayscale: #3B3B3B. Windows color (decimal): -13613031 or 1656880. OLE color: 1656880.
HSL color Cylindrical-coordinate representation of color #304819: hue angle of 90.64º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304819 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 72 | 25 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.72 |
| HSL | 90.64º | 0.48% | 0.19% | - |
| HSV(B) | 90.64º | 0.65% | 0.28% | - |
| XYZ | 3.71 | 5.33 | 1.75 | - |
| YUV | 59.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 25 | 0.33 | 0 | 0.65 | 0.72 | 90.64 | 0.48 | 0.19 |
| Hex | 30 | 48 | 19 | 21 | 0 | 41 | 48 | 5B | 30 | 13 |
| Octal | 60 | 110 | 31 | 41 | 0 | 101 | 110 | 133 | 60 | 23 |
| Binary | 110000 | 1001000 | 11001 | 100001 | 0 | 1000001 | 1001000 | 1011011 | 110000 | 10011 |
Color Harmonies of #304819
Complementary color
Monochromatic Colors of #304819
Black with #304819
Text Example
Text Example
White with #304819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304819; }
p { color: rgb(48,72,25); }
H1.HeaderClassName
{
color: #304819;
}
.AnyTagClassName
{
color: #304819;
}
</style>
background-color css
<style>
a { background-color: #304819; }
a { background-color: rgb(48,72,25); }
div.DivClassName
{
background-color: #304819;
}
.BgClassName
{
background-color: #304819;
}
</style>
border-color css
<style>
span { border-color: #304819; }
span { border-color: rgb(48,72,25); }
td.TdClassName
{
border-color: #304819;
}
.TagClassName
{
border-color: #304819;
}
</style>