Shades of Seaweed #303E1D
Tints of Seaweed #303E1D
RGB
CMYK
RGB Variations
Color information
#303E1D (or 0x303E1D) is known color: Seaweed. HEX triplet: 30, 3E and 1D. RGB value is (48,62,29). Sum of RGB (Red+Green+Blue) = 48+62+29=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 62 - color contains mainly: green. Hex color #303E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E1D is #CFC1E2. Grayscale: #363636. Windows color (decimal): -13615587 or 1916464. OLE color: 1916464.
HSL color Cylindrical-coordinate representation of color #303E1D: hue angle of 85.45º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #303E1D is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 29 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.76 |
| HSL | 85.45º | 0.36% | 0.18% | - |
| HSV(B) | 85.45º | 0.53% | 0.24% | - |
| XYZ | 3.16 | 4.16 | 1.8 | - |
| YUV | 54.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 29 | 0.23 | 0 | 0.53 | 0.76 | 85.45 | 0.36 | 0.18 |
| Hex | 30 | 3E | 1D | 17 | 0 | 35 | 4C | 55 | 24 | 12 |
| Octal | 60 | 76 | 35 | 27 | 0 | 65 | 114 | 125 | 44 | 22 |
| Binary | 110000 | 111110 | 11101 | 10111 | 0 | 110101 | 1001100 | 1010101 | 100100 | 10010 |
Color Harmonies of #303E1D
Complementary color
Monochromatic Colors of #303E1D
Black with #303E1D
Text Example
Text Example
White with #303E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E1D; }
p { color: rgb(48,62,29); }
H1.HeaderClassName
{
color: #303E1D;
}
.AnyTagClassName
{
color: #303E1D;
}
</style>
background-color css
<style>
a { background-color: #303E1D; }
a { background-color: rgb(48,62,29); }
div.DivClassName
{
background-color: #303E1D;
}
.BgClassName
{
background-color: #303E1D;
}
</style>
border-color css
<style>
span { border-color: #303E1D; }
span { border-color: rgb(48,62,29); }
td.TdClassName
{
border-color: #303E1D;
}
.TagClassName
{
border-color: #303E1D;
}
</style>