Shades of Seaweed #30580D
Tints of Seaweed #30580D
RGB
CMYK
RGB Variations
Color information
#30580D (or 0x30580D) is known color: Seaweed. HEX triplet: 30, 58 and 0D. RGB value is (48,88,13). Sum of RGB (Red+Green+Blue) = 48+88+13=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #30580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30580D is #CFA7F2. Grayscale: #434343. Windows color (decimal): -13608947 or 874544. OLE color: 874544.
HSL color Cylindrical-coordinate representation of color #30580D: hue angle of 92º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30580D is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 88 | 13 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.65 |
| HSL | 92º | 0.74% | 0.2% | - |
| HSV(B) | 92º | 0.85% | 0.35% | - |
| XYZ | 4.78 | 7.64 | 1.6 | - |
| YUV | 67.49 | 97.25 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 13 | 0.45 | 0 | 0.85 | 0.65 | 92 | 0.74 | 0.2 |
| Hex | 30 | 58 | D | 2D | 0 | 55 | 41 | 5C | 4A | 14 |
| Octal | 60 | 130 | 15 | 55 | 0 | 125 | 101 | 134 | 112 | 24 |
| Binary | 110000 | 1011000 | 1101 | 101101 | 0 | 1010101 | 1000001 | 1011100 | 1001010 | 10100 |
Color Harmonies of #30580D
Complementary color
Monochromatic Colors of #30580D
Black with #30580D
Text Example
Text Example
White with #30580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30580D; }
p { color: rgb(48,88,13); }
H1.HeaderClassName
{
color: #30580D;
}
.AnyTagClassName
{
color: #30580D;
}
</style>
background-color css
<style>
a { background-color: #30580D; }
a { background-color: rgb(48,88,13); }
div.DivClassName
{
background-color: #30580D;
}
.BgClassName
{
background-color: #30580D;
}
</style>
border-color css
<style>
span { border-color: #30580D; }
span { border-color: rgb(48,88,13); }
td.TdClassName
{
border-color: #30580D;
}
.TagClassName
{
border-color: #30580D;
}
</style>