Shades of Seaweed #304919
Tints of Seaweed #304919
RGB
CMYK
RGB Variations
Color information
#304919 (or 0x304919) is known color: Seaweed. HEX triplet: 30, 49 and 19. RGB value is (48,73,25). Sum of RGB (Red+Green+Blue) = 48+73+25=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #304919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304919 is #CFB6E6. Grayscale: #3C3C3C. Windows color (decimal): -13612775 or 1657136. OLE color: 1657136.
HSL color Cylindrical-coordinate representation of color #304919: hue angle of 91.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #304919 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 25 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.71 |
| HSL | 91.25º | 0.49% | 0.19% | - |
| HSV(B) | 91.25º | 0.66% | 0.29% | - |
| XYZ | 3.78 | 5.46 | 1.78 | - |
| YUV | 60.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 25 | 0.34 | 0 | 0.66 | 0.71 | 91.25 | 0.49 | 0.19 |
| Hex | 30 | 49 | 19 | 22 | 0 | 42 | 47 | 5B | 31 | 13 |
| Octal | 60 | 111 | 31 | 42 | 0 | 102 | 107 | 133 | 61 | 23 |
| Binary | 110000 | 1001001 | 11001 | 100010 | 0 | 1000010 | 1000111 | 1011011 | 110001 | 10011 |
Color Harmonies of #304919
Complementary color
Monochromatic Colors of #304919
Black with #304919
Text Example
Text Example
White with #304919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304919; }
p { color: rgb(48,73,25); }
H1.HeaderClassName
{
color: #304919;
}
.AnyTagClassName
{
color: #304919;
}
</style>
background-color css
<style>
a { background-color: #304919; }
a { background-color: rgb(48,73,25); }
div.DivClassName
{
background-color: #304919;
}
.BgClassName
{
background-color: #304919;
}
</style>
border-color css
<style>
span { border-color: #304919; }
span { border-color: rgb(48,73,25); }
td.TdClassName
{
border-color: #304919;
}
.TagClassName
{
border-color: #304919;
}
</style>