Shades of Seaweed #30441F
Tints of Seaweed #30441F
RGB
CMYK
RGB Variations
Color information
#30441F (or 0x30441F) is known color: Seaweed. HEX triplet: 30, 44 and 1F. RGB value is (48,68,31). Sum of RGB (Red+Green+Blue) = 48+68+31=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #30441F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30441F is #CFBBE0. Grayscale: #393939. Windows color (decimal): -13614049 or 2049072. OLE color: 2049072.
HSL color Cylindrical-coordinate representation of color #30441F: hue angle of 92.43º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30441F is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 31 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.73 |
| HSL | 92.43º | 0.37% | 0.19% | - |
| HSV(B) | 92.43º | 0.54% | 0.27% | - |
| XYZ | 3.53 | 4.86 | 2.05 | - |
| YUV | 57.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 31 | 0.29 | 0 | 0.54 | 0.73 | 92.43 | 0.37 | 0.19 |
| Hex | 30 | 44 | 1F | 1D | 0 | 36 | 49 | 5C | 25 | 13 |
| Octal | 60 | 104 | 37 | 35 | 0 | 66 | 111 | 134 | 45 | 23 |
| Binary | 110000 | 1000100 | 11111 | 11101 | 0 | 110110 | 1001001 | 1011100 | 100101 | 10011 |
Color Harmonies of #30441F
Complementary color
Monochromatic Colors of #30441F
Black with #30441F
Text Example
Text Example
White with #30441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30441F; }
p { color: rgb(48,68,31); }
H1.HeaderClassName
{
color: #30441F;
}
.AnyTagClassName
{
color: #30441F;
}
</style>
background-color css
<style>
a { background-color: #30441F; }
a { background-color: rgb(48,68,31); }
div.DivClassName
{
background-color: #30441F;
}
.BgClassName
{
background-color: #30441F;
}
</style>
border-color css
<style>
span { border-color: #30441F; }
span { border-color: rgb(48,68,31); }
td.TdClassName
{
border-color: #30441F;
}
.TagClassName
{
border-color: #30441F;
}
</style>