Shades of Seaweed #30491A
Tints of Seaweed #30491A
RGB
CMYK
RGB Variations
Color information
#30491A (or 0x30491A) is known color: Seaweed. HEX triplet: 30, 49 and 1A. RGB value is (48,73,26). Sum of RGB (Red+Green+Blue) = 48+73+26=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #30491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30491A is #CFB6E5. Grayscale: #3C3C3C. Windows color (decimal): -13612774 or 1722672. OLE color: 1722672.
HSL color Cylindrical-coordinate representation of color #30491A: hue angle of 91.91º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30491A is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 26 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.71 |
| HSL | 91.91º | 0.47% | 0.19% | - |
| HSV(B) | 91.91º | 0.64% | 0.29% | - |
| XYZ | 3.79 | 5.47 | 1.83 | - |
| YUV | 60.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 26 | 0.34 | 0 | 0.64 | 0.71 | 91.91 | 0.47 | 0.19 |
| Hex | 30 | 49 | 1A | 22 | 0 | 40 | 47 | 5C | 2F | 13 |
| Octal | 60 | 111 | 32 | 42 | 0 | 100 | 107 | 134 | 57 | 23 |
| Binary | 110000 | 1001001 | 11010 | 100010 | 0 | 1000000 | 1000111 | 1011100 | 101111 | 10011 |
Color Harmonies of #30491A
Complementary color
Monochromatic Colors of #30491A
Black with #30491A
Text Example
Text Example
White with #30491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30491A; }
p { color: rgb(48,73,26); }
H1.HeaderClassName
{
color: #30491A;
}
.AnyTagClassName
{
color: #30491A;
}
</style>
background-color css
<style>
a { background-color: #30491A; }
a { background-color: rgb(48,73,26); }
div.DivClassName
{
background-color: #30491A;
}
.BgClassName
{
background-color: #30491A;
}
</style>
border-color css
<style>
span { border-color: #30491A; }
span { border-color: rgb(48,73,26); }
td.TdClassName
{
border-color: #30491A;
}
.TagClassName
{
border-color: #30491A;
}
</style>