Shades of Seaweed #303F1F
Tints of Seaweed #303F1F
RGB
CMYK
RGB Variations
Color information
#303F1F (or 0x303F1F) is known color: Seaweed. HEX triplet: 30, 3F and 1F. RGB value is (48,63,31). Sum of RGB (Red+Green+Blue) = 48+63+31=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #303F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F1F is #CFC0E0. Grayscale: #363636. Windows color (decimal): -13615329 or 2047792. OLE color: 2047792.
HSL color Cylindrical-coordinate representation of color #303F1F: hue angle of 88.12º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303F1F is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 31 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.75 |
| HSL | 88.13º | 0.34% | 0.18% | - |
| HSV(B) | 88.13º | 0.51% | 0.25% | - |
| XYZ | 3.24 | 4.28 | 1.95 | - |
| YUV | 54.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 31 | 0.24 | 0 | 0.51 | 0.75 | 88.13 | 0.34 | 0.18 |
| Hex | 30 | 3F | 1F | 18 | 0 | 33 | 4B | 58 | 22 | 12 |
| Octal | 60 | 77 | 37 | 30 | 0 | 63 | 113 | 130 | 42 | 22 |
| Binary | 110000 | 111111 | 11111 | 11000 | 0 | 110011 | 1001011 | 1011000 | 100010 | 10010 |
Color Harmonies of #303F1F
Complementary color
Monochromatic Colors of #303F1F
Black with #303F1F
Text Example
Text Example
White with #303F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F1F; }
p { color: rgb(48,63,31); }
H1.HeaderClassName
{
color: #303F1F;
}
.AnyTagClassName
{
color: #303F1F;
}
</style>
background-color css
<style>
a { background-color: #303F1F; }
a { background-color: rgb(48,63,31); }
div.DivClassName
{
background-color: #303F1F;
}
.BgClassName
{
background-color: #303F1F;
}
</style>
border-color css
<style>
span { border-color: #303F1F; }
span { border-color: rgb(48,63,31); }
td.TdClassName
{
border-color: #303F1F;
}
.TagClassName
{
border-color: #303F1F;
}
</style>