Shades of Seaweed #30441C
Tints of Seaweed #30441C
RGB
CMYK
RGB Variations
Color information
#30441C (or 0x30441C) is known color: Seaweed. HEX triplet: 30, 44 and 1C. RGB value is (48,68,28). Sum of RGB (Red+Green+Blue) = 48+68+28=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #30441C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30441C is #CFBBE3. Grayscale: #393939. Windows color (decimal): -13614052 or 1852464. OLE color: 1852464.
HSL color Cylindrical-coordinate representation of color #30441C: hue angle of 90º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30441C is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 28 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.73 |
| HSL | 90º | 0.42% | 0.19% | - |
| HSV(B) | 90º | 0.59% | 0.27% | - |
| XYZ | 3.5 | 4.85 | 1.85 | - |
| YUV | 57.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 28 | 0.29 | 0 | 0.59 | 0.73 | 90 | 0.42 | 0.19 |
| Hex | 30 | 44 | 1C | 1D | 0 | 3B | 49 | 5A | 2A | 13 |
| Octal | 60 | 104 | 34 | 35 | 0 | 73 | 111 | 132 | 52 | 23 |
| Binary | 110000 | 1000100 | 11100 | 11101 | 0 | 111011 | 1001001 | 1011010 | 101010 | 10011 |
Color Harmonies of #30441C
Complementary color
Monochromatic Colors of #30441C
Black with #30441C
Text Example
Text Example
White with #30441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30441C; }
p { color: rgb(48,68,28); }
H1.HeaderClassName
{
color: #30441C;
}
.AnyTagClassName
{
color: #30441C;
}
</style>
background-color css
<style>
a { background-color: #30441C; }
a { background-color: rgb(48,68,28); }
div.DivClassName
{
background-color: #30441C;
}
.BgClassName
{
background-color: #30441C;
}
</style>
border-color css
<style>
span { border-color: #30441C; }
span { border-color: rgb(48,68,28); }
td.TdClassName
{
border-color: #30441C;
}
.TagClassName
{
border-color: #30441C;
}
</style>