Shades of Seaweed #305711
Tints of Seaweed #305711
RGB
CMYK
RGB Variations
Color information
#305711 (or 0x305711) is known color: Seaweed. HEX triplet: 30, 57 and 11. RGB value is (48,87,17). Sum of RGB (Red+Green+Blue) = 48+87+17=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 87 (34.38% from 255 or 57.24% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 87 - color contains mainly: green. Hex color #305711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305711 is #CFA8EE. Grayscale: #434343. Windows color (decimal): -13609199 or 1136432. OLE color: 1136432.
HSL color Cylindrical-coordinate representation of color #305711: hue angle of 93.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305711 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 87 | 17 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.66 |
| HSL | 93.43º | 0.67% | 0.2% | - |
| HSV(B) | 93.43º | 0.8% | 0.34% | - |
| XYZ | 4.73 | 7.49 | 1.73 | - |
| YUV | 67.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 17 | 0.45 | 0 | 0.80 | 0.66 | 93.43 | 0.67 | 0.2 |
| Hex | 30 | 57 | 11 | 2D | 0 | 50 | 42 | 5D | 43 | 14 |
| Octal | 60 | 127 | 21 | 55 | 0 | 120 | 102 | 135 | 103 | 24 |
| Binary | 110000 | 1010111 | 10001 | 101101 | 0 | 1010000 | 1000010 | 1011101 | 1000011 | 10100 |
Color Harmonies of #305711
Complementary color
Monochromatic Colors of #305711
Black with #305711
Text Example
Text Example
White with #305711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305711; }
p { color: rgb(48,87,17); }
H1.HeaderClassName
{
color: #305711;
}
.AnyTagClassName
{
color: #305711;
}
</style>
background-color css
<style>
a { background-color: #305711; }
a { background-color: rgb(48,87,17); }
div.DivClassName
{
background-color: #305711;
}
.BgClassName
{
background-color: #305711;
}
</style>
border-color css
<style>
span { border-color: #305711; }
span { border-color: rgb(48,87,17); }
td.TdClassName
{
border-color: #305711;
}
.TagClassName
{
border-color: #305711;
}
</style>