Shades of Seaweed #30441D
Tints of Seaweed #30441D
RGB
CMYK
RGB Variations
Color information
#30441D (or 0x30441D) is known color: Seaweed. HEX triplet: 30, 44 and 1D. RGB value is (48,68,29). Sum of RGB (Red+Green+Blue) = 48+68+29=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #30441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30441D is #CFBBE2. Grayscale: #393939. Windows color (decimal): -13614051 or 1918000. OLE color: 1918000.
HSL color Cylindrical-coordinate representation of color #30441D: hue angle of 90.77º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30441D is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 29 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.73 |
| HSL | 90.77º | 0.4% | 0.19% | - |
| HSV(B) | 90.77º | 0.57% | 0.27% | - |
| XYZ | 3.51 | 4.85 | 1.91 | - |
| YUV | 57.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 29 | 0.29 | 0 | 0.57 | 0.73 | 90.77 | 0.4 | 0.19 |
| Hex | 30 | 44 | 1D | 1D | 0 | 39 | 49 | 5B | 28 | 13 |
| Octal | 60 | 104 | 35 | 35 | 0 | 71 | 111 | 133 | 50 | 23 |
| Binary | 110000 | 1000100 | 11101 | 11101 | 0 | 111001 | 1001001 | 1011011 | 101000 | 10011 |
Color Harmonies of #30441D
Complementary color
Monochromatic Colors of #30441D
Black with #30441D
Text Example
Text Example
White with #30441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30441D; }
p { color: rgb(48,68,29); }
H1.HeaderClassName
{
color: #30441D;
}
.AnyTagClassName
{
color: #30441D;
}
</style>
background-color css
<style>
a { background-color: #30441D; }
a { background-color: rgb(48,68,29); }
div.DivClassName
{
background-color: #30441D;
}
.BgClassName
{
background-color: #30441D;
}
</style>
border-color css
<style>
span { border-color: #30441D; }
span { border-color: rgb(48,68,29); }
td.TdClassName
{
border-color: #30441D;
}
.TagClassName
{
border-color: #30441D;
}
</style>