Shades of Seaweed #30411C
Tints of Seaweed #30411C
RGB
CMYK
RGB Variations
Color information
#30411C (or 0x30411C) is known color: Seaweed. HEX triplet: 30, 41 and 1C. RGB value is (48,65,28). Sum of RGB (Red+Green+Blue) = 48+65+28=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #30411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30411C is #CFBEE3. Grayscale: #373737. Windows color (decimal): -13614820 or 1851696. OLE color: 1851696.
HSL color Cylindrical-coordinate representation of color #30411C: hue angle of 87.57º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30411C is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 28 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.75 |
| HSL | 87.57º | 0.4% | 0.18% | - |
| HSV(B) | 87.57º | 0.57% | 0.25% | - |
| XYZ | 3.32 | 4.49 | 1.79 | - |
| YUV | 55.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 28 | 0.26 | 0 | 0.57 | 0.75 | 87.57 | 0.4 | 0.18 |
| Hex | 30 | 41 | 1C | 1A | 0 | 39 | 4B | 58 | 28 | 12 |
| Octal | 60 | 101 | 34 | 32 | 0 | 71 | 113 | 130 | 50 | 22 |
| Binary | 110000 | 1000001 | 11100 | 11010 | 0 | 111001 | 1001011 | 1011000 | 101000 | 10010 |
Color Harmonies of #30411C
Complementary color
Monochromatic Colors of #30411C
Black with #30411C
Text Example
Text Example
White with #30411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30411C; }
p { color: rgb(48,65,28); }
H1.HeaderClassName
{
color: #30411C;
}
.AnyTagClassName
{
color: #30411C;
}
</style>
background-color css
<style>
a { background-color: #30411C; }
a { background-color: rgb(48,65,28); }
div.DivClassName
{
background-color: #30411C;
}
.BgClassName
{
background-color: #30411C;
}
</style>
border-color css
<style>
span { border-color: #30411C; }
span { border-color: rgb(48,65,28); }
td.TdClassName
{
border-color: #30411C;
}
.TagClassName
{
border-color: #30411C;
}
</style>