Shades of Seaweed #305316
Tints of Seaweed #305316
RGB
CMYK
RGB Variations
Color information
#305316 (or 0x305316) is known color: Seaweed. HEX triplet: 30, 53 and 16. RGB value is (48,83,22). Sum of RGB (Red+Green+Blue) = 48+83+22=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #305316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305316 is #CFACE9. Grayscale: #414141. Windows color (decimal): -13610218 or 1463088. OLE color: 1463088.
HSL color Cylindrical-coordinate representation of color #305316: hue angle of 94.43º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305316 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 22 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.67 |
| HSL | 94.43º | 0.58% | 0.21% | - |
| HSV(B) | 94.43º | 0.73% | 0.33% | - |
| XYZ | 4.46 | 6.87 | 1.85 | - |
| YUV | 65.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 22 | 0.42 | 0 | 0.73 | 0.67 | 94.43 | 0.58 | 0.21 |
| Hex | 30 | 53 | 16 | 2A | 0 | 49 | 43 | 5E | 3A | 15 |
| Octal | 60 | 123 | 26 | 52 | 0 | 111 | 103 | 136 | 72 | 25 |
| Binary | 110000 | 1010011 | 10110 | 101010 | 0 | 1001001 | 1000011 | 1011110 | 111010 | 10101 |
Color Harmonies of #305316
Complementary color
Monochromatic Colors of #305316
Black with #305316
Text Example
Text Example
White with #305316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305316; }
p { color: rgb(48,83,22); }
H1.HeaderClassName
{
color: #305316;
}
.AnyTagClassName
{
color: #305316;
}
</style>
background-color css
<style>
a { background-color: #305316; }
a { background-color: rgb(48,83,22); }
div.DivClassName
{
background-color: #305316;
}
.BgClassName
{
background-color: #305316;
}
</style>
border-color css
<style>
span { border-color: #305316; }
span { border-color: rgb(48,83,22); }
td.TdClassName
{
border-color: #305316;
}
.TagClassName
{
border-color: #305316;
}
</style>