Shades of Seaweed #30401B
Tints of Seaweed #30401B
RGB
CMYK
RGB Variations
Color information
#30401B (or 0x30401B) is known color: Seaweed. HEX triplet: 30, 40 and 1B. RGB value is (48,64,27). Sum of RGB (Red+Green+Blue) = 48+64+27=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #30401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30401B is #CFBFE4. Grayscale: #373737. Windows color (decimal): -13615077 or 1785904. OLE color: 1785904.
HSL color Cylindrical-coordinate representation of color #30401B: hue angle of 85.95º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30401B is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 27 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.75 |
| HSL | 85.95º | 0.41% | 0.18% | - |
| HSV(B) | 85.95º | 0.58% | 0.25% | - |
| XYZ | 3.25 | 4.37 | 1.71 | - |
| YUV | 55 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 27 | 0.25 | 0 | 0.58 | 0.75 | 85.95 | 0.41 | 0.18 |
| Hex | 30 | 40 | 1B | 19 | 0 | 3A | 4B | 56 | 29 | 12 |
| Octal | 60 | 100 | 33 | 31 | 0 | 72 | 113 | 126 | 51 | 22 |
| Binary | 110000 | 1000000 | 11011 | 11001 | 0 | 111010 | 1001011 | 1010110 | 101001 | 10010 |
Color Harmonies of #30401B
Complementary color
Monochromatic Colors of #30401B
Black with #30401B
Text Example
Text Example
White with #30401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30401B; }
p { color: rgb(48,64,27); }
H1.HeaderClassName
{
color: #30401B;
}
.AnyTagClassName
{
color: #30401B;
}
</style>
background-color css
<style>
a { background-color: #30401B; }
a { background-color: rgb(48,64,27); }
div.DivClassName
{
background-color: #30401B;
}
.BgClassName
{
background-color: #30401B;
}
</style>
border-color css
<style>
span { border-color: #30401B; }
span { border-color: rgb(48,64,27); }
td.TdClassName
{
border-color: #30401B;
}
.TagClassName
{
border-color: #30401B;
}
</style>