Shades of Seaweed #30550F
Tints of Seaweed #30550F
RGB
CMYK
RGB Variations
Color information
#30550F (or 0x30550F) is known color: Seaweed. HEX triplet: 30, 55 and 0F. RGB value is (48,85,15). Sum of RGB (Red+Green+Blue) = 48+85+15=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #30550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30550F is #CFAAF0. Grayscale: #424242. Windows color (decimal): -13609713 or 1004848. OLE color: 1004848.
HSL color Cylindrical-coordinate representation of color #30550F: hue angle of 91.71º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30550F is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 85 | 15 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.67 |
| HSL | 91.71º | 0.7% | 0.2% | - |
| HSV(B) | 91.71º | 0.82% | 0.33% | - |
| XYZ | 4.55 | 7.16 | 1.59 | - |
| YUV | 65.96 | 99.24 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 15 | 0.44 | 0 | 0.82 | 0.67 | 91.71 | 0.7 | 0.2 |
| Hex | 30 | 55 | F | 2C | 0 | 52 | 43 | 5C | 46 | 14 |
| Octal | 60 | 125 | 17 | 54 | 0 | 122 | 103 | 134 | 106 | 24 |
| Binary | 110000 | 1010101 | 1111 | 101100 | 0 | 1010010 | 1000011 | 1011100 | 1000110 | 10100 |
Color Harmonies of #30550F
Complementary color
Monochromatic Colors of #30550F
Black with #30550F
Text Example
Text Example
White with #30550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30550F; }
p { color: rgb(48,85,15); }
H1.HeaderClassName
{
color: #30550F;
}
.AnyTagClassName
{
color: #30550F;
}
</style>
background-color css
<style>
a { background-color: #30550F; }
a { background-color: rgb(48,85,15); }
div.DivClassName
{
background-color: #30550F;
}
.BgClassName
{
background-color: #30550F;
}
</style>
border-color css
<style>
span { border-color: #30550F; }
span { border-color: rgb(48,85,15); }
td.TdClassName
{
border-color: #30550F;
}
.TagClassName
{
border-color: #30550F;
}
</style>