Shades of Seaweed #303D23
Tints of Seaweed #303D23
RGB
CMYK
RGB Variations
Color information
#303D23 (or 0x303D23) is known color: Seaweed. HEX triplet: 30, 3D and 23. RGB value is (48,61,35). Sum of RGB (Red+Green+Blue) = 48+61+35=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 61 - color contains mainly: green. Hex color #303D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D23 is #CFC2DC. Grayscale: #363636. Windows color (decimal): -13615837 or 2309424. OLE color: 2309424.
HSL color Cylindrical-coordinate representation of color #303D23: hue angle of 90º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #303D23 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 35 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.76 |
| HSL | 90º | 0.27% | 0.19% | - |
| HSV(B) | 90º | 0.43% | 0.24% | - |
| XYZ | 3.19 | 4.09 | 2.21 | - |
| YUV | 54.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 35 | 0.21 | 0 | 0.43 | 0.76 | 90 | 0.27 | 0.19 |
| Hex | 30 | 3D | 23 | 15 | 0 | 2B | 4C | 5A | 1B | 13 |
| Octal | 60 | 75 | 43 | 25 | 0 | 53 | 114 | 132 | 33 | 23 |
| Binary | 110000 | 111101 | 100011 | 10101 | 0 | 101011 | 1001100 | 1011010 | 11011 | 10011 |
Color Harmonies of #303D23
Complementary color
Monochromatic Colors of #303D23
Black with #303D23
Text Example
Text Example
White with #303D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D23; }
p { color: rgb(48,61,35); }
H1.HeaderClassName
{
color: #303D23;
}
.AnyTagClassName
{
color: #303D23;
}
</style>
background-color css
<style>
a { background-color: #303D23; }
a { background-color: rgb(48,61,35); }
div.DivClassName
{
background-color: #303D23;
}
.BgClassName
{
background-color: #303D23;
}
</style>
border-color css
<style>
span { border-color: #303D23; }
span { border-color: rgb(48,61,35); }
td.TdClassName
{
border-color: #303D23;
}
.TagClassName
{
border-color: #303D23;
}
</style>