Shades of Seaweed #305111
Tints of Seaweed #305111
RGB
CMYK
RGB Variations
Color information
#305111 (or 0x305111) is known color: Seaweed. HEX triplet: 30, 51 and 11. RGB value is (48,81,17). Sum of RGB (Red+Green+Blue) = 48+81+17=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #305111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305111 is #CFAEEE. Grayscale: #404040. Windows color (decimal): -13610735 or 1134896. OLE color: 1134896.
HSL color Cylindrical-coordinate representation of color #305111: hue angle of 90.94º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305111 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 17 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.68 |
| HSL | 90.94º | 0.65% | 0.19% | - |
| HSV(B) | 90.94º | 0.79% | 0.32% | - |
| XYZ | 4.26 | 6.55 | 1.57 | - |
| YUV | 63.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 17 | 0.41 | 0 | 0.79 | 0.68 | 90.94 | 0.65 | 0.19 |
| Hex | 30 | 51 | 11 | 29 | 0 | 4F | 44 | 5B | 41 | 13 |
| Octal | 60 | 121 | 21 | 51 | 0 | 117 | 104 | 133 | 101 | 23 |
| Binary | 110000 | 1010001 | 10001 | 101001 | 0 | 1001111 | 1000100 | 1011011 | 1000001 | 10011 |
Color Harmonies of #305111
Complementary color
Monochromatic Colors of #305111
Black with #305111
Text Example
Text Example
White with #305111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305111; }
p { color: rgb(48,81,17); }
H1.HeaderClassName
{
color: #305111;
}
.AnyTagClassName
{
color: #305111;
}
</style>
background-color css
<style>
a { background-color: #305111; }
a { background-color: rgb(48,81,17); }
div.DivClassName
{
background-color: #305111;
}
.BgClassName
{
background-color: #305111;
}
</style>
border-color css
<style>
span { border-color: #305111; }
span { border-color: rgb(48,81,17); }
td.TdClassName
{
border-color: #305111;
}
.TagClassName
{
border-color: #305111;
}
</style>