Shades of Seaweed #30481B
Tints of Seaweed #30481B
RGB
CMYK
RGB Variations
Color information
#30481B (or 0x30481B) is known color: Seaweed. HEX triplet: 30, 48 and 1B. RGB value is (48,72,27). Sum of RGB (Red+Green+Blue) = 48+72+27=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #30481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30481B is #CFB7E4. Grayscale: #3B3B3B. Windows color (decimal): -13613029 or 1787952. OLE color: 1787952.
HSL color Cylindrical-coordinate representation of color #30481B: hue angle of 92º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30481B is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 72 | 27 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.72 |
| HSL | 92º | 0.45% | 0.19% | - |
| HSV(B) | 92º | 0.63% | 0.28% | - |
| XYZ | 3.73 | 5.34 | 1.87 | - |
| YUV | 59.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 27 | 0.33 | 0 | 0.62 | 0.72 | 92 | 0.45 | 0.19 |
| Hex | 30 | 48 | 1B | 21 | 0 | 3E | 48 | 5C | 2D | 13 |
| Octal | 60 | 110 | 33 | 41 | 0 | 76 | 110 | 134 | 55 | 23 |
| Binary | 110000 | 1001000 | 11011 | 100001 | 0 | 111110 | 1001000 | 1011100 | 101101 | 10011 |
Color Harmonies of #30481B
Complementary color
Monochromatic Colors of #30481B
Black with #30481B
Text Example
Text Example
White with #30481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30481B; }
p { color: rgb(48,72,27); }
H1.HeaderClassName
{
color: #30481B;
}
.AnyTagClassName
{
color: #30481B;
}
</style>
background-color css
<style>
a { background-color: #30481B; }
a { background-color: rgb(48,72,27); }
div.DivClassName
{
background-color: #30481B;
}
.BgClassName
{
background-color: #30481B;
}
</style>
border-color css
<style>
span { border-color: #30481B; }
span { border-color: rgb(48,72,27); }
td.TdClassName
{
border-color: #30481B;
}
.TagClassName
{
border-color: #30481B;
}
</style>