Shades of Seaweed #30451B
Tints of Seaweed #30451B
RGB
CMYK
RGB Variations
Color information
#30451B (or 0x30451B) is known color: Seaweed. HEX triplet: 30, 45 and 1B. RGB value is (48,69,27). Sum of RGB (Red+Green+Blue) = 48+69+27=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #30451B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30451B is #CFBAE4. Grayscale: #3A3A3A. Windows color (decimal): -13613797 or 1787184. OLE color: 1787184.
HSL color Cylindrical-coordinate representation of color #30451B: hue angle of 90º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30451B is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 27 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.73 |
| HSL | 90º | 0.44% | 0.19% | - |
| HSV(B) | 90º | 0.61% | 0.27% | - |
| XYZ | 3.54 | 4.96 | 1.81 | - |
| YUV | 57.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 27 | 0.30 | 0 | 0.61 | 0.73 | 90 | 0.44 | 0.19 |
| Hex | 30 | 45 | 1B | 1E | 0 | 3D | 49 | 5A | 2C | 13 |
| Octal | 60 | 105 | 33 | 36 | 0 | 75 | 111 | 132 | 54 | 23 |
| Binary | 110000 | 1000101 | 11011 | 11110 | 0 | 111101 | 1001001 | 1011010 | 101100 | 10011 |
Color Harmonies of #30451B
Complementary color
Monochromatic Colors of #30451B
Black with #30451B
Text Example
Text Example
White with #30451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30451B; }
p { color: rgb(48,69,27); }
H1.HeaderClassName
{
color: #30451B;
}
.AnyTagClassName
{
color: #30451B;
}
</style>
background-color css
<style>
a { background-color: #30451B; }
a { background-color: rgb(48,69,27); }
div.DivClassName
{
background-color: #30451B;
}
.BgClassName
{
background-color: #30451B;
}
</style>
border-color css
<style>
span { border-color: #30451B; }
span { border-color: rgb(48,69,27); }
td.TdClassName
{
border-color: #30451B;
}
.TagClassName
{
border-color: #30451B;
}
</style>