Shades of Seaweed #305214
Tints of Seaweed #305214
RGB
CMYK
RGB Variations
Color information
#305214 (or 0x305214) is known color: Seaweed. HEX triplet: 30, 52 and 14. RGB value is (48,82,20). Sum of RGB (Red+Green+Blue) = 48+82+20=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #305214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305214 is #CFADEB. Grayscale: #404040. Windows color (decimal): -13610476 or 1331760. OLE color: 1331760.
HSL color Cylindrical-coordinate representation of color #305214: hue angle of 92.9º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305214 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 82 | 20 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.68 |
| HSL | 92.9º | 0.61% | 0.2% | - |
| HSV(B) | 92.9º | 0.76% | 0.32% | - |
| XYZ | 4.36 | 6.71 | 1.73 | - |
| YUV | 64.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 20 | 0.41 | 0 | 0.76 | 0.68 | 92.9 | 0.61 | 0.2 |
| Hex | 30 | 52 | 14 | 29 | 0 | 4C | 44 | 5D | 3D | 14 |
| Octal | 60 | 122 | 24 | 51 | 0 | 114 | 104 | 135 | 75 | 24 |
| Binary | 110000 | 1010010 | 10100 | 101001 | 0 | 1001100 | 1000100 | 1011101 | 111101 | 10100 |
Color Harmonies of #305214
Complementary color
Monochromatic Colors of #305214
Black with #305214
Text Example
Text Example
White with #305214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305214; }
p { color: rgb(48,82,20); }
H1.HeaderClassName
{
color: #305214;
}
.AnyTagClassName
{
color: #305214;
}
</style>
background-color css
<style>
a { background-color: #305214; }
a { background-color: rgb(48,82,20); }
div.DivClassName
{
background-color: #305214;
}
.BgClassName
{
background-color: #305214;
}
</style>
border-color css
<style>
span { border-color: #305214; }
span { border-color: rgb(48,82,20); }
td.TdClassName
{
border-color: #305214;
}
.TagClassName
{
border-color: #305214;
}
</style>