Shades of Seaweed #30570E
Tints of Seaweed #30570E
RGB
CMYK
RGB Variations
Color information
#30570E (or 0x30570E) is known color: Seaweed. HEX triplet: 30, 57 and 0E. RGB value is (48,87,14). Sum of RGB (Red+Green+Blue) = 48+87+14=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 87 (34.38% from 255 or 58.39% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 87 - color contains mainly: green. Hex color #30570E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30570E is #CFA8F1. Grayscale: #434343. Windows color (decimal): -13609202 or 939824. OLE color: 939824.
HSL color Cylindrical-coordinate representation of color #30570E: hue angle of 92.05º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30570E is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 87 | 14 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.66 |
| HSL | 92.05º | 0.72% | 0.2% | - |
| HSV(B) | 92.05º | 0.84% | 0.34% | - |
| XYZ | 4.71 | 7.48 | 1.61 | - |
| YUV | 67.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 14 | 0.45 | 0 | 0.84 | 0.66 | 92.05 | 0.72 | 0.2 |
| Hex | 30 | 57 | E | 2D | 0 | 54 | 42 | 5C | 48 | 14 |
| Octal | 60 | 127 | 16 | 55 | 0 | 124 | 102 | 134 | 110 | 24 |
| Binary | 110000 | 1010111 | 1110 | 101101 | 0 | 1010100 | 1000010 | 1011100 | 1001000 | 10100 |
Color Harmonies of #30570E
Complementary color
Monochromatic Colors of #30570E
Black with #30570E
Text Example
Text Example
White with #30570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30570E; }
p { color: rgb(48,87,14); }
H1.HeaderClassName
{
color: #30570E;
}
.AnyTagClassName
{
color: #30570E;
}
</style>
background-color css
<style>
a { background-color: #30570E; }
a { background-color: rgb(48,87,14); }
div.DivClassName
{
background-color: #30570E;
}
.BgClassName
{
background-color: #30570E;
}
</style>
border-color css
<style>
span { border-color: #30570E; }
span { border-color: rgb(48,87,14); }
td.TdClassName
{
border-color: #30570E;
}
.TagClassName
{
border-color: #30570E;
}
</style>