Shades of Seaweed #30441B
Tints of Seaweed #30441B
RGB
CMYK
RGB Variations
Color information
#30441B (or 0x30441B) is known color: Seaweed. HEX triplet: 30, 44 and 1B. RGB value is (48,68,27). Sum of RGB (Red+Green+Blue) = 48+68+27=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #30441B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30441B is #CFBBE4. Grayscale: #393939. Windows color (decimal): -13614053 or 1786928. OLE color: 1786928.
HSL color Cylindrical-coordinate representation of color #30441B: hue angle of 89.27º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30441B is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 27 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.73 |
| HSL | 89.27º | 0.43% | 0.19% | - |
| HSV(B) | 89.27º | 0.6% | 0.27% | - |
| XYZ | 3.48 | 4.84 | 1.79 | - |
| YUV | 57.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 27 | 0.29 | 0 | 0.60 | 0.73 | 89.27 | 0.43 | 0.19 |
| Hex | 30 | 44 | 1B | 1D | 0 | 3C | 49 | 59 | 2B | 13 |
| Octal | 60 | 104 | 33 | 35 | 0 | 74 | 111 | 131 | 53 | 23 |
| Binary | 110000 | 1000100 | 11011 | 11101 | 0 | 111100 | 1001001 | 1011001 | 101011 | 10011 |
Color Harmonies of #30441B
Complementary color
Monochromatic Colors of #30441B
Black with #30441B
Text Example
Text Example
White with #30441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30441B; }
p { color: rgb(48,68,27); }
H1.HeaderClassName
{
color: #30441B;
}
.AnyTagClassName
{
color: #30441B;
}
</style>
background-color css
<style>
a { background-color: #30441B; }
a { background-color: rgb(48,68,27); }
div.DivClassName
{
background-color: #30441B;
}
.BgClassName
{
background-color: #30441B;
}
</style>
border-color css
<style>
span { border-color: #30441B; }
span { border-color: rgb(48,68,27); }
td.TdClassName
{
border-color: #30441B;
}
.TagClassName
{
border-color: #30441B;
}
</style>