Shades of Seaweed #305017
Tints of Seaweed #305017
RGB
CMYK
RGB Variations
Color information
#305017 (or 0x305017) is known color: Seaweed. HEX triplet: 30, 50 and 17. RGB value is (48,80,23). Sum of RGB (Red+Green+Blue) = 48+80+23=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #305017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305017 is #CFAFE8. Grayscale: #404040. Windows color (decimal): -13610985 or 1527856. OLE color: 1527856.
HSL color Cylindrical-coordinate representation of color #305017: hue angle of 93.68º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #305017 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 23 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.69 |
| HSL | 93.68º | 0.55% | 0.2% | - |
| HSV(B) | 93.68º | 0.71% | 0.31% | - |
| XYZ | 4.24 | 6.43 | 1.83 | - |
| YUV | 63.93 | 104.9 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 23 | 0.40 | 0 | 0.71 | 0.69 | 93.68 | 0.55 | 0.2 |
| Hex | 30 | 50 | 17 | 28 | 0 | 47 | 45 | 5E | 37 | 14 |
| Octal | 60 | 120 | 27 | 50 | 0 | 107 | 105 | 136 | 67 | 24 |
| Binary | 110000 | 1010000 | 10111 | 101000 | 0 | 1000111 | 1000101 | 1011110 | 110111 | 10100 |
Color Harmonies of #305017
Complementary color
Monochromatic Colors of #305017
Black with #305017
Text Example
Text Example
White with #305017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305017; }
p { color: rgb(48,80,23); }
H1.HeaderClassName
{
color: #305017;
}
.AnyTagClassName
{
color: #305017;
}
</style>
background-color css
<style>
a { background-color: #305017; }
a { background-color: rgb(48,80,23); }
div.DivClassName
{
background-color: #305017;
}
.BgClassName
{
background-color: #305017;
}
</style>
border-color css
<style>
span { border-color: #305017; }
span { border-color: rgb(48,80,23); }
td.TdClassName
{
border-color: #305017;
}
.TagClassName
{
border-color: #305017;
}
</style>