Shades of Seaweed #305313
Tints of Seaweed #305313
RGB
CMYK
RGB Variations
Color information
#305313 (or 0x305313) is known color: Seaweed. HEX triplet: 30, 53 and 13. RGB value is (48,83,19). Sum of RGB (Red+Green+Blue) = 48+83+19=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #305313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305313 is #CFACEC. Grayscale: #414141. Windows color (decimal): -13610221 or 1266480. OLE color: 1266480.
HSL color Cylindrical-coordinate representation of color #305313: hue angle of 92.81º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305313 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 19 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.67 |
| HSL | 92.81º | 0.63% | 0.2% | - |
| HSV(B) | 92.81º | 0.77% | 0.33% | - |
| XYZ | 4.43 | 6.86 | 1.71 | - |
| YUV | 65.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 19 | 0.42 | 0 | 0.77 | 0.67 | 92.81 | 0.63 | 0.2 |
| Hex | 30 | 53 | 13 | 2A | 0 | 4D | 43 | 5D | 3F | 14 |
| Octal | 60 | 123 | 23 | 52 | 0 | 115 | 103 | 135 | 77 | 24 |
| Binary | 110000 | 1010011 | 10011 | 101010 | 0 | 1001101 | 1000011 | 1011101 | 111111 | 10100 |
Color Harmonies of #305313
Complementary color
Monochromatic Colors of #305313
Black with #305313
Text Example
Text Example
White with #305313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305313; }
p { color: rgb(48,83,19); }
H1.HeaderClassName
{
color: #305313;
}
.AnyTagClassName
{
color: #305313;
}
</style>
background-color css
<style>
a { background-color: #305313; }
a { background-color: rgb(48,83,19); }
div.DivClassName
{
background-color: #305313;
}
.BgClassName
{
background-color: #305313;
}
</style>
border-color css
<style>
span { border-color: #305313; }
span { border-color: rgb(48,83,19); }
td.TdClassName
{
border-color: #305313;
}
.TagClassName
{
border-color: #305313;
}
</style>