Shades of Seaweed #30441E
Tints of Seaweed #30441E
RGB
CMYK
RGB Variations
Color information
#30441E (or 0x30441E) is known color: Seaweed. HEX triplet: 30, 44 and 1E. RGB value is (48,68,30). Sum of RGB (Red+Green+Blue) = 48+68+30=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #30441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30441E is #CFBBE1. Grayscale: #393939. Windows color (decimal): -13614050 or 1983536. OLE color: 1983536.
HSL color Cylindrical-coordinate representation of color #30441E: hue angle of 91.58º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30441E is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 30 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.73 |
| HSL | 91.58º | 0.39% | 0.19% | - |
| HSV(B) | 91.58º | 0.56% | 0.27% | - |
| XYZ | 3.52 | 4.86 | 1.98 | - |
| YUV | 57.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 30 | 0.29 | 0 | 0.56 | 0.73 | 91.58 | 0.39 | 0.19 |
| Hex | 30 | 44 | 1E | 1D | 0 | 38 | 49 | 5C | 27 | 13 |
| Octal | 60 | 104 | 36 | 35 | 0 | 70 | 111 | 134 | 47 | 23 |
| Binary | 110000 | 1000100 | 11110 | 11101 | 0 | 111000 | 1001001 | 1011100 | 100111 | 10011 |
Color Harmonies of #30441E
Complementary color
Monochromatic Colors of #30441E
Black with #30441E
Text Example
Text Example
White with #30441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30441E; }
p { color: rgb(48,68,30); }
H1.HeaderClassName
{
color: #30441E;
}
.AnyTagClassName
{
color: #30441E;
}
</style>
background-color css
<style>
a { background-color: #30441E; }
a { background-color: rgb(48,68,30); }
div.DivClassName
{
background-color: #30441E;
}
.BgClassName
{
background-color: #30441E;
}
</style>
border-color css
<style>
span { border-color: #30441E; }
span { border-color: rgb(48,68,30); }
td.TdClassName
{
border-color: #30441E;
}
.TagClassName
{
border-color: #30441E;
}
</style>