Shades of Seaweed #305512
Tints of Seaweed #305512
RGB
CMYK
RGB Variations
Color information
#305512 (or 0x305512) is known color: Seaweed. HEX triplet: 30, 55 and 12. RGB value is (48,85,18). Sum of RGB (Red+Green+Blue) = 48+85+18=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #305512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305512 is #CFAAED. Grayscale: #424242. Windows color (decimal): -13609710 or 1201456. OLE color: 1201456.
HSL color Cylindrical-coordinate representation of color #305512: hue angle of 93.13º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305512 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 85 | 18 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.67 |
| HSL | 93.13º | 0.65% | 0.2% | - |
| HSV(B) | 93.13º | 0.79% | 0.33% | - |
| XYZ | 4.58 | 7.17 | 1.71 | - |
| YUV | 66.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 18 | 0.44 | 0 | 0.79 | 0.67 | 93.13 | 0.65 | 0.2 |
| Hex | 30 | 55 | 12 | 2C | 0 | 4F | 43 | 5D | 41 | 14 |
| Octal | 60 | 125 | 22 | 54 | 0 | 117 | 103 | 135 | 101 | 24 |
| Binary | 110000 | 1010101 | 10010 | 101100 | 0 | 1001111 | 1000011 | 1011101 | 1000001 | 10100 |
Color Harmonies of #305512
Complementary color
Monochromatic Colors of #305512
Black with #305512
Text Example
Text Example
White with #305512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305512; }
p { color: rgb(48,85,18); }
H1.HeaderClassName
{
color: #305512;
}
.AnyTagClassName
{
color: #305512;
}
</style>
background-color css
<style>
a { background-color: #305512; }
a { background-color: rgb(48,85,18); }
div.DivClassName
{
background-color: #305512;
}
.BgClassName
{
background-color: #305512;
}
</style>
border-color css
<style>
span { border-color: #305512; }
span { border-color: rgb(48,85,18); }
td.TdClassName
{
border-color: #305512;
}
.TagClassName
{
border-color: #305512;
}
</style>